Community
3ds Max Programming
Welcome to Autodesk’s 3ds Max Forums. Share your knowledge, ask questions, and explore popular 3ds Max SDK, Maxscript and Python topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Maxscript import FBX error

0 REPLIES 0
Reply
Message 1 of 1
kenc
354 Views, 0 Replies

Maxscript import FBX error

I am importing by maxscript a FBX that I created and I am receiving this error even though the object does import.

 

-- MAXScript RunScriptCommand Script Exception:
-- Unable to convert: undefined to type: MaxObject
-- MAXScript callstack:
-- thread data: threadID:26280
-- ------------------------------------------------------
-- [stack level: 0]
-- In anonymous codeblock
-- Locals:
-- _ca0: <AttributeDef:Custom Attributes>
-- Externals:
-- ------------------------------------------------------
-- [stack level: 1]
-- called from top-level
-- MAXScript RunScriptCommand Script Exception:
-- Unable to convert: undefined to type: MaxObject
-- MAXScript callstack:
-- thread data: threadID:26280
-- ------------------------------------------------------
-- [stack level: 0]
-- In anonymous codeblock
-- Locals:
-- _ca0: <AttributeDef:Custom Attributes>
-- Externals:
-- ------------------------------------------------------
-- [stack level: 1]
-- called from top-level
-- MAXScript RunScriptCommand Script Exception:
-- Unable to convert: undefined to type: MaxObject
-- MAXScript callstack:
-- thread data: threadID:26280
-- ------------------------------------------------------
-- [stack level: 0]
-- In anonymous codeblock
-- Locals:
-- _ca0: <AttributeDef:Custom Attributes>
-- Externals:
-- ------------------------------------------------------
-- [stack level: 1]
-- called from top-level
-- MAXScript RunScriptCommand Script Exception:
-- Unable to convert: undefined to type: MaxObject
-- MAXScript callstack:
-- thread data: threadID:26280
-- ------------------------------------------------------
-- [stack level: 0]
-- In anonymous codeblock
-- Locals:
-- _ca0: <AttributeDef:Custom Attributes>
-- Externals:
-- ------------------------------------------------------
-- [stack level: 1]
-- called from top-level
-- MAXScript RunScriptCommand Script Exception:
-- Unable to convert: undefined to type: MaxObject
-- MAXScript callstack:
-- thread data: threadID:26280
-- ------------------------------------------------------
-- [stack level: 0]
-- In anonymous codeblock
-- Locals:
-- _ca0: <AttributeDef:Custom Attributes>
-- Externals:
-- ------------------------------------------------------
-- [stack level: 1]
-- called from top-level

 

I am using MAX 2019 and my FBX import settings are

 

FBXImporterSetParam "Animation" false
FBXImporterSetParam "AxisConversion" false
FBXImporterSetParam "BakeAnimationLayers" false
FBXImporterSetParam "Cameras" false
FBXImporterSetParam "Lights" false
FBXImporterSetParam "Mode" #create
FBXImporterSetParam "ScaleConversion" false
FBXImporterSetParam "SmoothingGroups" True

 

Thanks in advance

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report