jonlauf
@jonlauf
New Member
Joined: Feb 15, 2024
Topics: 18 / Replies: 90
Reply
RE: MAXscripts and Customize UI…

Toolbars and quad menus require macroscripts. Format your script like this: macroScript myQuadScript category:”myQuadMenu” ( your code goes here…

19 years ago
Forum
Reply
RE: select Objects by Coordinate?

If you want to select by a specific position, try this: posArray = #([0,0,0], [100,0,0],[200,0,0]) myCoords = posArray[2] as string for i in posArra…

19 years ago
Forum
Reply
RE: Noob question about transforms in script

Hi, Assuming you are using an editable poly and you are uniformly scaling, could you just use the bevel faces operand? Paste the following into a ne…

19 years ago
Forum
Reply
RE: How do I display bitmaps using functions in a global struct?

Thanks Half Vector and handiklap, appreciate the help

19 years ago
Forum
Topic
Forum
Replies: 0
Views: 44
Reply
RE: Layout of checkBox on rollOut

As light said, a label and checkbox together work well. rollout rightCheck “right checkbox” ( label myLabel “check this:” pos:[117,5] checkbox my…

19 years ago
Forum
Topic
Forum
Replies: 0
Views: 41
Reply
RE: get coordinates of each vertex on plane

I have one object in my scene named “Plane01” and this works fine for me: fn getVertexPositions obj = ( local vPositions = #() local triMesh = sna…

19 years ago
Forum
Reply
RE: get coordinates of each vertex on plane

if you mean you assigned a variable objname to the object in your scene like this: objname = $Plane01 then you call the function with just the varia…

19 years ago
Forum
Reply
RE: xsi screen deform

I worked on a quick test at lunch, but there doesn’t seem to be a way to set the number of control points for a spacewarp ffd box in maxscript. Does …

19 years ago
Forum
Reply
RE: how to close all oppened windows in max (ie: material editor and render scene dialog)

I haven’t seen a way to list what windows are currently open, but what you might want to try is storing your most commonly used dialogs in an array th…

19 years ago
Forum
Reply
RE: Merging models from numerous scenes?

how loop through all the max files (the numerics are three place nubers e.g.: 001, 002, 153, 451 etc…) what kind of a numeric value/variable should I …

20 years ago
Forum
Reply
RE: Object position script error

Is there a reason you are setting your zero_type.state to a variable? The following works fine for me: rollout objpos “Utilities” ( radiobu…

20 years ago
Forum
Reply
RE: Scripted Helper Object

Thanks, not a bad solution, however I need to make sure the node isn’t accidentally deleted. For now, I’ve settled on freezing the node upon creation…

20 years ago
Forum
Page 7 / 8