Michichael
12-11-2011, 09:00 PM
Hey guys,
I'm trying to work out a Maxscript issue where I'm pulling in FBX objects via an importer. They're exported with the object name [Name] and a root dummy object [Name] where [Name]=[Name].
Now then, I need to rotate the root dummy object 270 degrees. Easy enough, got that part done, but I can't figure out how to select the Dummy object only.
If I select via
getNodeByName [Name]
it returns the mesh. I need the dummy, not the mesh. I'm reading through the MaxScript guide but everything I get seems to return the mesh.
Thoughts?
I'm trying to work out a Maxscript issue where I'm pulling in FBX objects via an importer. They're exported with the object name [Name] and a root dummy object [Name] where [Name]=[Name].
Now then, I need to rotate the root dummy object 270 degrees. Easy enough, got that part done, but I can't figure out how to select the Dummy object only.
If I select via
getNodeByName [Name]
it returns the mesh. I need the dummy, not the mesh. I'm reading through the MaxScript guide but everything I get seems to return the mesh.
Thoughts?
