i think that i saw some free video tutorial somewhere, where he used activeX to display a bitmap on a rollout. Ive only seen samples in the helpfile a…
you’ve probably missed this in the maxscript help file… search for this keyword… “Flatten a SplineShape” its under the “How To…”s section and just…
i cud see from the script that you used “execute” as a button handler… the word “execute” is a reserved word in maxscript, so i guess u cannot use it …
bobo posted a link to the max7 maxscript help file: ftp://ftp.discreet.com/pub2/web/pro…pdated_help.exe im using max6, i cud still use that helpfile …
hi, you could try this script, it sets the start time for all objects with point cache modifiers in it to frame 10. for i in $* where i.modifiers[#po…
blur has this randomtracktiming script… but u need to select which tracks gets randominzed in the track view…
yup, looks like creating the prerender callback will have to do… Ill look into it more closely. thanks by the way, I forgot about that thread.
im not sure if this was the function you’re looking for… i just stumbled upon it this morning. snapMode.active = false hope this helps! (and thanks…
maybe u cud try applying a reset xform from the utilities then apply the script. usually this works well with objects that are linked to another objec…
i wasnt able to do it either, i havent had any chances on fiddling with splineops in the past, it was kind of fun playing with the scripts. anyway, id…
cool! thanks for taking time making such a tutorial!
first, if u try and open the .mcr or .ms file on a notepad, u will notice stuff like this: macroScript superLag category:”Comet Cartoons” toolTip:”s…
i guess u cud try using this: registerTimeCallback <fn> then just run the script that wud change the offset of the pointcache…
Thank you very much Wahooney. I’ll try a couple of loops when I hav time (been very busy) and try to work this out.