Message 1 of 6
INode rotation using Python and MaxPlus
Not applicable
10-09-2018
05:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When using INode.SetLocalRotation or INode.SetWorldRotation or assigning rotation directly to INode.Rotation, the rotation gets added to the current rotation which seems somewhat contradictory to the names of the methods.
Is adding rotation supposed to be the intended behavior?
If it is then what is the simplest way of setting the absolute rotation using Python?
And why after just a few times of using any of the aforementioned methods the scale of rotated node starts to increase?