|
Hey there folks, I’m having trouble with disconnecting parameter wires. I’ve taken this back to basics and am still struggling with it though.
I have one object’s rotation that is wired to another’s rotation.
Neither:
paramwire.disconnect $.rotation.controller[#Rotation_Wire]
Or:
paramwire.disconnect $.rotation.controller[#Euler_XYZ]
Work on either object, and the error I get is “** system exception**”.
Am I missing something simple here? Thanks.
|
|
|
|
-- if one-way conection:
paramWire.disconnect <master>.rotation.controller
-- if two-way conection:
paramWire.disconnect2Way <one_node>.rotation.controller <another_node>.rotation.controller
|
|
|
|
You get a good response on this question at CGTalk:
http://forums.cgsociety.org/showthread.php?f=98&t=1031713
and as there posted additional notes about,
including a link to it will improve this thread ;)
Max 9 through 2009, XP-Pro x64 SP2
ASUS EAH3450 Series (Driver 8.470).
Core 2 Duo E8400 3GHz, 4Gb Ram, DX9.0c.
|
|
|