This entry was posted on Monday, October 29th, 2012 at 11:12.am and is filed under Announcements. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
cgmToolbox – build 10292012
Some bug fixes and a few new features in this build. The biggest but was Locinator’s locator connections breaking on file reload to referenced object.
Added a standalone buttonable call for locinator’s update function at a user request. If you wanted to use that, use this as your button:
[crayon]from cgm.tools.lib import locinatorLib
reload(locinatorLib)
locinatorLib.doStandAloneUpdateSelected()[/crayon]
- General
- started playing with debug modes on tools
- cgm.guiFactory
- removed Bridge call from a failed experiment. Causing errors
- attrTools/attrToolsLib
- Added debug option
- DraggerContextFactory
- Removed joint sizing at tester request till we find a more dependable sizing logic function
- setKeyMM
- added breakdown/reg options
- added a new keying mode which prioritizes selected channel box channes first, then regular selection
- AttrFactory
- Added message repairing for referenced objects connected to a message attr
- Attributes
- (new) repairMessageToReferencedTarget(obj,attr) – function to repair broken message connections to referenced objects
- polyUnite
- added version to window
- animTools
- added version to window
- added debug flags
- puppetBox
- added version
- added debug flags
- polyUnite(standalone)
- added version to window
- search
- reuturnTagInfo – updated to attempt to repair broken connections to referenced objects for message attributes only
- locinator/locinatorLib
- added debug
- added version to window
- (new) – doStandAloneUpdateSelected() – added standalone call for users to use a button to run update object
- moved mode toggle to options menu to allow it to easily share the setting with other tools

