This entry was posted on Tuesday, October 16th, 2012 at 12:15.pm and is filed under Announcements, Builds. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
cgmToolbox – build 10162012
Sorry for the delays. Been busy on gigs and the Morpheus Kickstarter. Been wresting with matrices and space distances and maya. Api worldSpace returns are usually in cm though the docs fail to specify. More on this and more another time. Back to the build.
cgmToolbox_10182012
cgmToolbox_10162012
Build notes(apologies, this is only from the last couple of weeks. Older changes may not be reflected):
- General
- started moving some reporting info to a debugReport flag toggle to keep the script editor a little clearer
- Need to start doing some unit testing stuff
- classes.ObjectFactory
- Added flag to doParent, if False is passed into it, it will parent to world
- classes.ContextFactory
- clickSurface renamed to click Mesh
- fixed various bugs
- clamping works now
- follicle creation added
- locator and joint sizing
- added implementation to tdTools
- clickSurface renamed to click Mesh
- classes.ControlFactory(NEW)
- subclass to ObjectFactory to handle control specific things
- + verifyAimControls – necessary controls for a control to be aimed
- + verifyRotateOrderControl – rotate order control, and connects
- cgm.geo
- added returnClosestUVToPos – standalone api tool for clickMesh
- classes.SetFactory
- Added cgm tag copying on duplication
- cgmSetMenu
- Added autohide options
- Added a cap on loaded sets
- cgm.distance
- + returnPositoniDataDistanceSortedList(startPos,posList)
- cgm.search
- massive rework to returnObjectSets, not sorts scene sets
- returnMayaInfo – added ‘currentUnit’
- returnReferencePrefix – fixed to allow for reference chains – ref1:ref2
- setTools/setToolsLib
- added version on window
- rewrote for stored instance method for speed improvements
- Added multi setting for qss sets
- Moved all set sorting to cgm.search
- reworked doGroupLocal
- Fixed rename
- added ability to duplicated referenced sets
- Various bug fixes
- cgm.tdTools
- Added version to window
- Added a better rotation order to the master anim
- Made control creation to use ControlFactory instead of ObjectFactory to get base control settings in
- NEW FEATURE – Click Mesh
- lots of options, play with it and see:)
- cgm.attributes
- Bug fixes in doGetAttr and doCopyAttr
- cgm.joints
- Added default options to orientJoint
- cgm.lists
- Added returnReplacedNameList
- cgm.nodes
- createNamedNode
- added follicle
- createPoseBuffer – fixed call bug
- createNamedNode – added condition node to list of known nodes

