Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: How to make a simple button ?

Hi, try this: ( deleteAllChangeHandlers id:#foo when select $Box01 changes id:#foo do ( if selection[1]==$Box01 do $teapot01.radius+=50 ) ) Also, I…

18 years ago
Forum
Reply
RE: View source code of modifier

Hi, Look on paul Neale’s site for PEN_editAttributes (part of PEN_Rigging_Utils)

18 years ago
Forum
Reply
RE: about mesh detach and face selection

hi, I think you can use meshop.detachFaces and use asMesh:true then the meshop.detachFaces returns the mesh so MyDetach=meshop.detachFaces MyMesh My…

18 years ago
Forum
Reply
RE: Material Lister Script

HI, Don’t get that error here (either from menu, or toolbar icon)

18 years ago
Forum
Reply
RE: How to Integrate MySQL and MaxScript

3D warrior you got a typo: var = recordser.getRows () should be var = recordset.getRows ()

18 years ago
Forum
Reply
RE: massive undo on loop

Hi ! try making your script a macroscript something like macroscript MyScript category:My Cat ( – Your script here ) when you execute your macrtoscr…

19 years ago
Forum
Reply
RE: Quicky about grouping an array

Hi you need an array of abjects, not an array of strings ! try this: objs=#(“5ftb001”, “Tblgt001”, “wn_gls001”, “smfrk001”, “smknf001”) objs2= for o…

19 years ago
Forum
Reply
RE: Script that applies Clear All for Smoothgroups

Hi You can also use polyOp.setFaceSmoothGroup selection[1] #all 0

19 years ago
Forum
Reply
RE: ActiveX and strings

Hi, you cannot use variable when defining an activeX control. you should write the text (Page) to a file ie: f=openfile “C:\ est.html” mode:“w” form…

19 years ago
Forum
Reply
RE: Pyramid builder script

Interesting ! Could you please share the script ? or only the loop creation part ? for saving and loading settings, as vasilescu_anton said .INI fil…

19 years ago
Forum
Reply
RE: maptoview failure

HI, try this: macroScript MaptoView category:“mine” toolTip:“yes” ( max modify mode addmodifier $ (unwrap_uvw()) local uv=modpanel.getcurrentObject(…

19 years ago
Forum
Reply
RE: seek and rename

Hi, try this one i made some time ago: you can customize the tools menu and add this or assign it to a hotkey or button (under category Zbuffer)

19 years ago
Forum
Reply
RE: call needs function

Make sure the functions are defined a the top of the rollout : rollout rolling “Get and Replace Objects” width:184 height:124 ( fn replacing repobj =…

19 years ago
Forum
Reply
RE: Material Lister Script

When a function is called with no arguments you must write the () example: – fn with no arguments definition: fn Myprint1=(print “something”) – fn ca…

19 years ago
Forum
Page 20 / 22