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