I'm not really familiar with python, but if you just want to add the loop increment to the name you can do somwthing like this:for($i=0;$i<4;$i+... (more)
it would help if you printed your actual script, but:string $sel[] = `ls -sl`;print $sel;should print everything you have selected. If that doesn't... (more)
To be hoenst I don't really understand the question. It seems like you are trying to dynamically create variables?If that's true, look up the "eval... (more)
//Select the Control First then the other objects//There is no error checking in this. It assumes the controller is selected//first and that the at... (more)
Well, there's a lot of issues here. The biggest are that you haven't actually assigned anything to your variables, so when you call them to print, ... (more)
you need to tell the button where its parent is.change the column line to:columnLayout -w 200 -h 50 "YourNameHere"; and change the button line to:b... (more)
you have a zero where there should be a variable $sits trying to connect the controller to the same object during the whole loopconnectAttr ($m... (more)
The biggest error was that you were actually calling $cmd before it had the point information. You want $cmd to be a simple string of words and num... (more)
Reply to post