Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have written some manipulators and now wanted to adjust their attributes via the Maya tool settings window.
Problem is I cannot find the mechanism how Maya calls the procedures for getting the data.
For example, for the move manipulator the manipMoveValues proc is called. But who calls that proc?
Or maybe I have to choose a specific proc name (based on manipulator name), so Maya calls that automatically?
thanks for help!
edit: from the docs:
'// This procedure is the Values callback for the tool. It is invoked
// implicitely (Maya uses the context name to determine the name of the
// procedure to invoke, thus the name must be based off the context name).'
But this didn't work for me...
Solved! Go to Solution.