View Single Post
  #4  
Old 05-29-2009, 03:58 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
When you reattach the child to the parent, you need to attach it underneath it's original parent node, or the __VIZARD_NODE__:
Code:
child.parent(model,node='__VIZARD_NODE__')
This should preserve the Y-up convention.
Reply With Quote