galagast
@galagast
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 198
Reply
RE: select objects that have for example "tree" in it's name

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…

20 years ago
Forum
Reply
RE: How to change file path on .mat using script?

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…

20 years ago
Forum
Reply
RE: Maxscript at the most basic level

try these: ( myPlane = Plane length:70 width:70 pos:[0,0,0] isSelected:on lengthsegs:1 widthsegs:1 convertToPoly myPlane ) or ( myPlane = Plane …

20 years ago
Forum
Reply
RE: Particle material by distance

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…

20 years ago
Forum
Reply
RE: Particle material by distance

hi! you might also want to about this in here: hope this helps.

20 years ago
Forum
Reply
RE: why I can have bendAngle and can't have boxHeight?

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

20 years ago
Forum
Reply
RE: why I can have bendAngle and can't have boxHeight?

the properties of a bend modifier shows these: .BendAngle (Angle) : float .BendDir (Direction) : float .BendAxis (Axis) : integer .FromTo (L…

20 years ago
Forum
Reply
RE: Change rotation controller script

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

20 years ago
Forum
Reply
RE: Is there a placement tool object script for 3DMax 7?

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 …

20 years ago
Forum
Reply
RE: Trouble getting ALL information about a cam

you could try using transforms instead… create a camera and place it to your liking. select the camara afterwards foo = $.transform foo_target = $.t…

20 years ago
Forum
Reply
RE: MAXScript Listener, function for undefined!

thats a very informative illustration rollout sevendeserts_auto_group “SevenDeserts Auto-Group” width:240 height:260 ( local updatemylist, rengroup…

20 years ago
Forum
Reply
RE: MAXScript Listener, function for undefined!

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…

20 years ago
Forum
Reply
RE: How to enable/disable menu items?

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…

20 years ago
Forum
Reply
RE: auto-material apply/object render

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 …

20 years ago
Forum
Reply
RE: how to divide an object

someone gave me this script but i forgot who… pretty usefull macroScript DetachElements category:”HacksawTOOLS” tooltip:”Split elements into sepera…

20 years ago
Forum
Page 8 / 16