Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: Select Objects by Material

Hi, Try this (not with Max ATM) select (for o in geometry where o.material==$.material collect o)

18 years ago
Forum
Reply
RE: Run 10 times then delete itself.

You are trying to use Binstream functions whole opening the file as filestream if the file is text, then use fileopen (no seek, or reachar, use skipT…

18 years ago
Forum
Reply
RE: Running a structure? i dont really know what to call it.

Hi not shure what you want… if you want to change the text (caption) on the button on button1 pressed do ( button1.text=“Hello World” )

18 years ago
Forum
Reply
RE: Slider Driving Multiple attributes

ok, does this work ? $‘CTRL_L_Wrist’.Attribute_Holder.Custom_Attributes.Thumb_Curl = $‘CTRL_L_Wrist’.Attribute_Holder.Custom_Attributes.Ring_Curl = v…

18 years ago
Forum
Reply
RE: Slider Driving Multiple attributes

a=$‘CTRL_L_Wrist’.Attribute_Holder.Custom_Attributes a.Thumb_Curl = a.Ring_Curl = val

18 years ago
Forum
Reply
RE: Scripted helper plugin, getting tranforms?

Hi, nodeTM is a local variable ONLY available in the create tool …

18 years ago
Forum
Reply
RE: Import .obj using a material library

Hi, 3 ways! Do a ‘Manual’ import, check use material, reset scene, then, ‘import #noprompt’ will use the last settings. open MAXROOT\Plugcfg\obj2…

18 years ago
Forum
Reply
RE: Remove longest edge from triangle.

Hi, This stuff is VERY complicated to handle. it depends on the order and index of the faces/edges/vertices… Polyboost has a nice function to do thi…

18 years ago
Forum
Reply
Reply
RE: Copy/Paste Mesh Informations?….

Reset Xform on both objects, and collapse

18 years ago
Forum
Reply
RE: Copy/Paste Mesh Informations?….

Hi, You could try: CopyObj.transform=sourceObj.transform Maybe it would be easier to clone the object, if same object and same transform

18 years ago
Forum
Reply
RE: Right Click Toolbar Button Customization??

Hi, No, I don’t think this is possible since the right-click is assigned by MAX to customize/edit the button/toolbar but you can use the SHIFT key: …

18 years ago
Forum
Reply
RE: How do you protect a script if you want to sell it?

Me tooo Bobo, you are an incredible hedper, light, for all of us Maxscripters Thx

18 years ago
Forum
Reply
RE: Detecting a # in an oject name

Hi, if (findstring $.name “#”) !=undefined then (print “#”) else (print “No #”)

18 years ago
Forum
Reply
RE: Windows Registry: Read / Write

Hi Yes it’s possible, using the Avguard MAXScript Extension available @ Scriptspot

18 years ago
Forum
Page 15 / 22