Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Maya® / Autodesk Maya 2008 / Can i move namespace with skipping referenced node?
  RSS 2.0 ATOM  

Can i move namespace with skipping referenced node?
Rate this thread
 
39100
 
Permlink of this thread  
avatar
  • Total Posts: 12
  • Joined: 17 April 2008 05:47 AM

generally, i can move namespace like this

namespace -force -mv “OLD_namespace” “NEW_namespace” ;

but it can be accepted with referenced node…

i create a scene fileA.mb (contained pSphere1 and referenced pCube1)
and i import fileA.mb with namespace…
so, fileA:pSphere1 and fileA:pCube1 is existing

namespace -force -mv “fileA” “:” ;
can’t clean the namespace “fileA”..

how can i make it?



Replies: 0
avatar
  • THNKR
  • Posted: 26 January 2010 02:56 AM

If I understand you correctly, you want references to be in the the root namespace. Is that correct? I would caution very strongly against doing that. Which problem are you trying to solve by attempting to do this? Is there a reason for wanting to do it?



Replies: 1
/img/forum/dark/default_avatar.png

In fact, I want to clear all namespace in the scene, and referenced node can’t be done.... right?
So, the namespace within referenced node would be skipped in my procedure…
But, the case above would leave the namespace because the namespace have some normal nodes and some referenced nodes.
I want to clear the namespace in the case, too.

Author: icapathos

Replied: 26 January 2010 12:29 PM