ah=EmptyModifier() caDef = attributes dd ( rollout bgaRoll “ ” ( button btn “Parent_Object”– pos:[5,140] width:150 fn aaa n…
Hope i understood you, copy the part you need from here: if $ != Undefined then ( DEF=Attributes LinkAttrib ( Rollout LinkRoll “L…
it can be possible via marking the XML file as an asset of the project. Looks like setMaxFileAssetMetadata is the correct tool to achieve this, but …
Yes, using max construct to invoke menu and toolbar commands. max file archive
This should work: fn grabNURBSSurface myNurbsNode = ( undo “grabNURBSSurface” on ( if myNurbsNode != undefined then ( if classof myNu…
Dirty way is to undock tha main toolbar, run your script then dock your main toolbar just under your new bar . or : test_width=60 test_height=30 …
Ok, here you go: Bip = for o in objects where classOf o == Biped_Object collect o for x = 1 to 4 do ( for y = (0f+x) to (100f+x) by 5f do …
If you’re looking for a solution to delete keys except those multiple of 5, try this: –select your object for o in selection do ( for…
Thank you Denis, much appreciated
Thanks Bkravi. Actually, while waiting for an answer. i figured out the missing piece (pretty simple). SelMat = medit.GetCurMtl() nSbMats = SelMat…
Sorry for the late reply. skywisenight: yeah i looked in to the documentation , i found what i wanted but couldn’t translate it in a proper clean code…
Impus, your are great , i put true or false instead of ”state ‘’ thanks a bunch man