Try this: on rFlash open do ( swfpath = (scriptsPath + “flash/Movie1.swf”) axFlash.movie = swfpath ) I’m not sure where you got the $scripts bit…
You might need to post a script or a scene for people to be able to see exactly what’s going wrong?
Here you go, try this: rollout ModManRoll “ModifierMan” width:160 height:176 ( local SelMod local ModManVar local SelArray lo…
I did a ‘interface’ for the appData function that will store anything and preserve the ‘type’ of the data stored. However I did it at work so I’ll n…
Your problem with the distances isn’t that it’s placing it randomly on the spline, it’s actually placing them the same distance apart, however if your…
function placeObjsOnSpline inputSpline inputObjs = ( local objsToPlace = #{1..inputObjs.count} as array; for i = 1 to inputObjs.count do …
Oops… maybe that wont help.
I don’t think its the * position it’s more likely the structure of your function… try this? function customScaleFunc inputValue = ( return (input…
Be very careful with the progress bar. I chased a bug with a script for about 3 days and it came down to the fact you were unable to switch to ‘edit’…
You could try attaching the max file so others can take a look?
The reason it wasn’t working was because you were trying to use the rollout controls (outputfolder and inputfolder) as text strings. They are control …
OK now it’s really fixed! I’m 100% sure I found the issue so give it a go.
I’ve not seen any of these errors you are getting however I’ve made an extra security step inside the script to make sure it will only delete carrige …
Sorry about that my bad. I’ve updated the ms file and reuploaded it. Give it a go.
Hey I’ve updated the script so if you download Renamer.ms and copy this over the default Blur Renamer.ms it will have a new option to affect “Selected…