Impus
@impus
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 62
Reply
RE: Select by Name Version 3

OK, I updated it with some major changes: the ability to save window size the colors for the object display window are now present in the color …

19 years ago
Forum
Reply
RE: Select by Name Version 3

Hey thanks for the feedback! Radio buttons type system would stop you from being able to see both hidden and frozen objects with non-hidden and objec…

19 years ago
Forum
Topic
Forum
Replies: 19
Views: 56
Reply
RE: destroyDialog & callback

try taking out the ‘d’ in closed try(destroyDialog myDialog)catch() –try to destroy a dialog from previous session rollout myDialog “Dialog” –def…

19 years ago
Forum
Reply
RE: destroyDialog & callback

You could also try “on <rollout> close do ( );” which will call the functions inside the “()”’s when the rollout is destroyed.

19 years ago
Forum
Reply
RE: ActiveX hittest?

Are you sure this is in the max 7 help? I can’t find any reference to this in any of the max 7 maxscipt help docs? The most information I can get ou…

19 years ago
Forum
Reply
RE: ActiveX hittest?

try: rollout listview_rollout “tst” width:180 height:180 ( activeXControl lv_obj “MSComctlLib.ListViewCtrl” width:150 height:150 on listview_rollo…

19 years ago
Forum
Reply
RE: Picking a vertex: Cannot find a solution:

well try this… foo_Vert1 = polyop.getVertSelection $ as array foo_Vert1_POS = polyop.getvert $ foo_Vert1[1] for eachVert in foo_Vert1 do ( curr…

19 years ago
Forum
Reply
RE: Picking a vertex: Cannot find a solution:

Do you have a link to a tool that does the flatten to an axis? I might be able to assist you in making a slight modification to an existing tool?

19 years ago
Forum
Reply
RE: grabbing part of a name

To get the name of an object just do ‘.name’ i.e. theObjArray = $somename* as array; theNameArray = (for eachObj in theObjArray collect eachObj.nam…

19 years ago
Forum
Reply
RE: Help: ActiveX

It’s not complete but it’s fix a couple of immediate issues. Your problem was you were setting the rollout array to be strings and not rollouts and y…

19 years ago
Forum
Reply
RE: a couple of quick animation maxscript Q's

try: trackbar.filter = #all trackbar.filter = #TMOnly trackbar.filter = #currentTM trackbar.filter = #object trackbar.filter = #mat

19 years ago
Forum
Reply
RE: Init rollouts problem

It could be because you’re not tying the controls to a parameter. Try posting the script and people will be able to quickly identify the problem.

19 years ago
Forum
Reply
RE: Add to toolbar

There is a small but vital difference between maxscript and macroscript and that’s how they are evaluated. I’ve found that macroscripts are evaluat…

19 years ago
Forum
Reply
RE: how to assign id to selected poly face?

curSelFace = getFaceSelection selection[1].mesh for eachFace in curSelFace do ( setFaceMatID selection[1] eachFace 4 ) where the ‘4’ in ‘set…

19 years ago
Forum
Page 2 / 5