Notifications
Clear all
[Closed] Question: Transform Controller handling of Align Dialog???
Aug 17, 2015 9:13 pm
Can anyone explain how (and where) transform controllers internally handle the “Align Selection” Dialog (i.e., the Align toolbar button)?
Does this simply send a move/rotate/scale command to the node’s transform controller?
Any impartation of knowledge would be greatly appreciated.
1 Reply
Aug 17, 2015 9:13 pm
It probably just calls INode::SetNodeTM(TimeValue t, Matrix3& tm) which in turn will call Control::SetValue() on it’s TM controller.