Thread: ControlPoint
View Single Post
  #2  
Old 04-17-2014, 05:08 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Quote:
How to know if an animationpath has ended? how to wait for it?
This feature was actually added recently and will be available in the next release (some time next week).

Quote:
Why isn't scale in controlpoints working in Vizard5?
The behavior is actually the same as Vizard 4. By default, links will only apply the position and rotation from the source object to the destination. You need to modify the link mask to include scale values as well:
Code:
link = viz.link(path, model, mask=viz.LINK_ALL)
Reply With Quote