miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: creating a tool: affect pivot & reset xForm

The function below is written by denisT. I modified it slightly. I am sure that he can offer better solution than this, but it works s – the local …

11 years ago
Forum
Reply
RE: creating a tool: affect pivot & reset xForm

This will reset xform [i]ResetXForm[/i] <node>– mapped method What do you want to do with the pivot? There is examples in the form that shows…

11 years ago
Forum
Reply
RE: How to know if MAX is in "cut mode"?

Why sometimes is so hard to find something so obvious. Thank you.

11 years ago
Forum
Reply
RE: How to know if MAX is in "cut mode"?

spacefrog: Edit: ahh – now after reading the other responses i understand that you do’t want to be limited to edit poly Yep. With other words I…

11 years ago
Forum
Reply
RE: How to know if MAX is in "cut mode"?

Thank you. This works for Editable Poly and Edit Poly objects. For Editable_mesh, Path, nurbs it not works. Also, this will not tell me if the user …

11 years ago
Forum
Topic
Forum
Replies: 6
Views: 7
Reply
RE: How to get fast different vertices?

Actually sometimes using this(in your code): local moGetVert = getVert is faster, sometimes is slower.

12 years ago
Forum
Reply
RE: How to get fast different vertices?

With the original code from Denis – time: 325 When I use this: local moGetVert = getVert for i = 1 to amesh.numverts where distance (moGetVert am…

12 years ago
Forum
Reply
RE: UVW Seem with GW

Max 2014 SP1 64bit + Win8 TS = 0 mesh >> open edges:3920 time:146 memory:1287872L TS = 1 mesh >> open edges:7840 time:947 memory:3172896L…

12 years ago
Forum
Reply
RE: UVW Seem with GW

I made a script that uses gw, but the performance was… My way to acheive this was to check if the edges are visible in the viewport and if they are n…

12 years ago
Forum
Reply
RE: Box extrude direction

What is shown in the image is not extrude, but is how max changes the box width/length/height. If you don’t want to convert the box to editable poly/m…

12 years ago
Forum
Reply
RE: How to make sub-materials unique?

It makes all names(of the instances) the same on my max2014. I need to make submat unique. Then the name can be changed. Edit: Found how to do it: …

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 18
Reply
RE: UVW Seem with GW

Try to draw 1000 GW lines and see the viewport performance.

12 years ago
Forum
Reply
RE: Rotate UVWMap gizmo in world space about an arbitrary point

Anither question – how to move the gizmo in the gizmo local space? When the gizmo is not rotated its local space match the object local space, but whe…

12 years ago
Forum
Page 60 / 83