Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk 3ds® Max® / MaxScript / paramwire.disconnect troubles
  RSS 2.0 ATOM  

paramwire.disconnect troubles
Rate this thread
 
63871
 
Permlink of this thread  
avatar
  • Total Posts: 13
  • Joined: 12 May 2009 01:40 PM

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.



Replies: 0
avatar

-- if one-way conection:
  
paramWire.disconnect <master>.rotation.controller
  
-- if two-way conection:
  
paramWire.disconnect2Way <one_node>.rotation.controller <another_node>.rotation.controller


Replies: 0
avatar
  • Anubis
  • Posted: 25 January 2012 10:39 PM

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.

Replies: 0