Notifications
Clear all

[Closed] Question: Transform Controller handling of Align Dialog???

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

It probably just calls INode::SetNodeTM(TimeValue t, Matrix3& tm) which in turn will call Control::SetValue() on it’s TM controller.