That works perfectly! Thanks, Stev
rollout sakTestRollout “Test” ( button sakText_btn “Print Something” on sakText_btn pressed do ( local tmp = queryBox “Do you want to do this?”…
rollout sakTestRollout “Test” ( button sakText_btn “Print Something” on sakText_btn pressed do ( local tmp = yesNoCancelBox “Do you want to do th…
You can query the dropdown list selection when output to the file: on LC_Create pressed do ( string_LC_Name = LCName.text string_LC_Model = LCModelN…
Here’s a small sample: rollout sakTestRollout “Get Save File” ( local saveFile button getButton “Get File” editText getFile_text on getButton p…
In answer to #1, use the “GetSaveFileName” command and assign it to your button. You can store the chosen file name with path in your script with a v…
This is strange. I tried using the outputfile: instead of to: [size=2]render rendertype:#bakeSelected frame:slidertime outputSize:[256,256] outputfi…
Any other functions do this, or just the GetUserProp? Thanks, Stev
for o in objects do ( if (classOf o == Editable_Mesh) then ( convertToPoly(o) ) ) Stev
I think the command you want is “Cycle Selection Method” not Smart Select. Stev
Ouch. Not what I wanted to hear. Thanks Paul, Lata, Stev
Thanks guys, Here’s the catch though. The modifier I want to reorder is an edit_mesh, edit_poly, or FFD with lots of work done on them. How could I…