Do you have any funky characters in the text file? like ” or / or \ Also, from what i gather you are checking to see if a file exists, but the string…
have you tried ShellLaunch? ShellLaunch “ConvertTexture” “”
you dont need sdk for that. this is a bit of code i stripped so may not work. pposx and pposy are bitmap pixel coordinates. so top left would be 1,1 e…
Another option, if you’re only getting nodes, would be to use the GetNodeByName function: rollout ct_rollout_out “options” ( dropdownlist my_list “…
I knocked up a quick script that copies key frames based on time. You can select the range you want to copy and then paste it with an offset. Not grea…
Aha! THank you very much that sorted it.
Guess it’s a bit harder than I thought. What about if the plane geometry has it’s vertices always aligned at a fixed x and y position? So, top left v…
I did write a script where I get the top left vert and top right and then check each connected edge on the same x axis, collect the vert connected to …
Not sure this is what you are after but this sort of does what you want: MyarrayA = selection as array MyarrayB = #() for n = 1 to MyarrayA.count…
wheyhey! Thank you very much.
Basically what i do is, I have a collection of objects grouped together. (box01,box02) and a user property on the group itself. If I select the whole…
I’d probably use a callback script to see if the object exists and then if the position has changed since last viewport draw.