Message 1 of 4
Using pointConstrain manitainOffset?

Not applicable
11-05-2012
01:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hmmm, am I using this correctly?... I can't get that darn Root to snap onto the locator... the offset is still maintained.
--------------------
-----------
Thx!
--------------------
locatorRoot = mc.spaceLocator(p = (4,0,0))
mc.rename ('locator1' , 'locatorRoot')
jointRoot = mc.joint ()
mc.rename ('joint1', 'Root')
Root = mc.parent (w = True)
mc.pointConstraint ('locatorRoot','Root', mo=False)
-----------
Thx!