Impus
@impus
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 62
Reply
RE: Flash in floater

Try this: on rFlash open do ( swfpath = (scriptsPath + “flash/Movie1.swf”) axFlash.movie = swfpath ) I’m not sure where you got the $scripts bit…

19 years ago
Forum
Reply
RE: How to change default name on object creation?

You might need to post a script or a scene for people to be able to see exactly what’s going wrong?

19 years ago
Forum
Reply
RE: Help: Arrays and DeleteModifier

Here you go, try this: rollout ModManRoll “ModifierMan” width:160 height:176 ( local SelMod local ModManVar local SelArray lo…

20 years ago
Forum
Reply
RE: Approaches to storing character rig info in an object?

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…

20 years ago
Forum
Reply
RE: How to place objects randomly along a spline?

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…

20 years ago
Forum
Reply
RE: How to place objects randomly along a spline?

function placeObjsOnSpline inputSpline inputObjs = ( local objsToPlace = #{1..inputObjs.count} as array; for i = 1 to inputObjs.count do …

20 years ago
Forum
Reply
20 years ago
Forum
Reply
RE: how to make things difficult

I don’t think its the * position it’s more likely the structure of your function… try this? function customScaleFunc inputValue = ( return (input…

20 years ago
Forum
Reply
RE: cancel loop?

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’…

20 years ago
Forum
Reply
RE: Scipt Controller Error, Please help

You could try attaching the max file so others can take a look?

20 years ago
Forum
Reply
RE: visual file export?

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 …

20 years ago
Forum
Reply
RE: Renaming Maps!!!

OK now it’s really fixed! I’m 100% sure I found the issue so give it a go.

20 years ago
Forum
Reply
RE: Renaming Maps!!!

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 …

20 years ago
Forum
Reply
RE: Renaming Maps!!!

Sorry about that my bad. I’ve updated the ms file and reuploaded it. Give it a go.

20 years ago
Forum
Reply
RE: Renaming Maps!!!

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…

20 years ago
Forum
Page 3 / 5