sdugaro Posted June 12, 2007 Share Posted June 12, 2007 Im wondering if there is a way to query whether a nodes' parameter is locked.. so that it can be unlocked, changed, and locked again. -> chlock /obj/myObj/myObjNode -myObjNodeParam -> chlock /obj/myObj/myObjNode +myObjNodeParam if not, perhaps in the future, one might get at it by omitting the [+/-] prefix on the parameter name Quote Link to comment Share on other sites More sharing options...
grasshopper Posted June 12, 2007 Share Posted June 12, 2007 Im wondering if there is a way to query whether a nodes' parameter is locked..so that it can be unlocked, changed, and locked again. -> chlock /obj/myObj/myObjNode -myObjNodeParam -> chlock /obj/myObj/myObjNode +myObjNodeParam if not, perhaps in the future, one might get at it by omitting the [+/-] prefix on the parameter name Hi Steve, One way to check for locked parameters would be to filter the opscript of a node. Look for the line starting 'chlock' which will list all of the locked parameters in the node with a + prefix. chlock geo1 -* +tx +ry John Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.