SamSed
@samsed
New Member
Joined: Feb 15, 2024
Topics: 5 / Replies: 18
Reply
RE: Parameters Help

ah=EmptyModifier() caDef = attributes dd ( rollout bgaRoll “• • •” ( button btn “Parent_Object”– pos:[5,140] width:150 fn aaa n…

10 years ago
Forum
Reply
RE: Parenting by pickbutton

Hope i understood you, copy the part you need from here: if $ != Undefined then ( DEF=Attributes LinkAttrib ( Rollout LinkRoll “L…

10 years ago
Forum
Reply
RE: MaxScript – Save as Archive

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 …

11 years ago
Forum
Reply
RE: MaxScript – Save as Archive

Yes, using max construct to invoke menu and toolbar commands. max file archive

11 years ago
Forum
Reply
RE: help with nurbs

This should work: fn grabNURBSSurface myNurbsNode = ( undo “grabNURBSSurface” on ( if myNurbsNode != undefined then ( if classof myNu…

11 years ago
Forum
Reply
RE: Dock ms to top toolbar problem-how to top to toolbar?

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 …

11 years ago
Forum
Reply
RE: Please Help

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 …

11 years ago
Forum
Reply
RE: Please Help

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…

11 years ago
Forum
Reply
RE: Loading a csv file with .net

Thank you Denis, much appreciated

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: Rename diffuse maps according to their bitmap name

Thanks Bkravi. Actually, while waiting for an answer. i figured out the missing piece (pretty simple). SelMat = medit.GetCurMtl() nSbMats = SelMat…

15 years ago
Forum
Topic
Forum
Replies: 5
Views: 23
Reply
RE: Keep the position key for the first and the last frame

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…

18 years ago
Forum
Topic
Reply
RE: [environment] activate/desactivate atmospherics

Impus, your are great , i put true or false instead of ”state ‘’ thanks a bunch man

19 years ago
Forum
Page 1 / 2