this code will do the trick: deselect $* –deselect everything for i in $*tree* do selectmore i –use wildcards but if you want to select the geom…
i tried looking this up in the help file… but failed to find an appropriate function in reading/modifying .MAT files directly… i think sticking to the…
try these: ( myPlane = Plane length:70 width:70 pos:[0,0,0] isSelected:on lengthsegs:1 widthsegs:1 convertToPoly myPlane ) or ( myPlane = Plane …
im not sure if this would pass for a trick… maybe you could use an actual geometry, like what i did in this [thread=222839]thread[/thread]… after gett…
hi! you might also want to about this in here: hope this helps.
galagast where did you find it in help? hmm… its not in the help file… create a sphere (sphere01) type this in the listener: show $sphere01 –…
the properties of a bend modifier shows these: .BendAngle (Angle) : float .BendDir (Direction) : float .BendAxis (Axis) : integer .FromTo (L…
scriptspot has tons of scripts for controllers… but im not sure which one would fit your needs… which controller type would you want to mass change? …
if what you mean is a tool that lets you place instances of an object over any surface, you could do a search for a script named “Magnetic”… i forget …
you could try using transforms instead… create a camera and place it to your liking. select the camara afterwards foo = $.transform foo_target = $.t…
thats a very informative illustration rollout sevendeserts_auto_group “SevenDeserts Auto-Group” width:240 height:260 ( local updatemylist, rengroup…
whenever you write “$” in the listener(or any maxscript eindow), it would expect you to have an object selected… so if you try tryping it and pressin…
this code might prod u in the right direction… rollout sel_test “sel_test” ( label sel_txt “” on sel_test open do ( — we use a [WHEN] construct to…
hi loran! try this out if it works. just make sure you hav an output filename specified at the rendering dialog window. e.g. d: est\my_image.tga …
someone gave me this script but i forgot who… pretty usefull macroScript DetachElements category:”HacksawTOOLS” tooltip:”Split elements into sepera…