Hi, try this: ( deleteAllChangeHandlers id:#foo when select $Box01 changes id:#foo do ( if selection[1]==$Box01 do $teapot01.radius+=50 ) ) Also, I…
Hi, Look on paul Neale’s site for PEN_editAttributes (part of PEN_Rigging_Utils)
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…
HI, Don’t get that error here (either from menu, or toolbar icon)
3D warrior you got a typo: var = recordser.getRows () should be var = recordset.getRows ()
Hi ! try making your script a macroscript something like macroscript MyScript category:My Cat ( – Your script here ) when you execute your macrtoscr…
Hi you need an array of abjects, not an array of strings ! try this: objs=#(“5ftb001”, “Tblgt001”, “wn_gls001”, “smfrk001”, “smknf001”) objs2= for o…
Hi You can also use polyOp.setFaceSmoothGroup selection[1] #all 0
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…
Interesting ! Could you please share the script ? or only the loop creation part ? for saving and loading settings, as vasilescu_anton said .INI fil…
HI, try this: macroScript MaptoView category:“mine” toolTip:“yes” ( max modify mode addmodifier $ (unwrap_uvw()) local uv=modpanel.getcurrentObject(…
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)
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 =…
When a function is called with no arguments you must write the () example: – fn with no arguments definition: fn Myprint1=(print “something”) – fn ca…