Message 1 of 3
How to flush a parentConstraint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a parentConstraint with several nodes that it's constraining to. And each one has it's own offset values. Now I add an additional object to constrain to with it's own offset values. Everything is working fine.
Now I want to reverse the process. I want to remove the object I added. Seems simple enough. But I don't get the same results. The parentConstraint has retained some values of the last added item. The only way I've found to get around this is to recreate the parentConstraint. Problem solved, right?
No...I'm working with a referenced file. Oh, wait...a light bulb just went off. Maybe if I track down the reference edit and just delete that...hhhmmmm. Has potential.