View Full Version : syntax help please
its837 06-17-2005, 06:59 PM hi can some one tell me what i am doing wrong here
thanks
catch (`deleteAttr -attribute "FingersSpread" "($characterName +"_RhandCtrl")"`);
- hamburger
|
|
goleafsgo
06-17-2005, 07:39 PM
Try removing the quotes around the brackets like...
catch (`deleteAttr -attribute "FingersSpread" ($characterName +"_RhandCtrl")`);
its837
06-17-2005, 09:16 PM
hey thanks alot
any idea on this one
addAttr -ln Twist_Bias -at double -min 0 -max 10 -dv 5 |($characterName +"_ASK_System")|($characterName +"_CharMainCtrl")|($characterName +"_LhandCtrl");
- hamburger
john_homer
06-18-2005, 01:27 AM
you probably want something like this...
addAttr -ln Twist_Bias -at double -min 0 -max 10 -dv 5 ($characterName + "_ASK_System" + $characterName + "_CharMainCtrl" + $characterName + "_LhandCtrl");
.j
CGTalk Moderation
06-18-2005, 01:27 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.