amccraw
@amccraw
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 10
Reply
RE: Negative Volume Calculation

I am not applying any modifiers to the objects before I calculate the volumes, I’m just importing CAD data into my scene and checking immediately, so …

7 years ago
Forum
Reply
RE: Negative Volume Calculation

Unfortunately I can’t share the models I’m using, but I am fairly sure they don’t have any holes in the mesh. They do however have holes in the actua…

7 years ago
Forum
Reply
RE: Negative Volume Calculation

Sorry I should have specified further, the absolute value is wrong as well. The actual volume of the object I checked was 2.69 and the function retur…

7 years ago
Forum
Topic
Forum
Replies: 9
Views: 30
Reply
RE: ProOptimizer.VertexCount not updating

Converting to mesh is working perfectly, I don’t care about preserving the stack since ultimately I’m exporting this as an FBX anyway. Unfortunately …

7 years ago
Forum
Reply
RE: ProOptimizer.VertexCount not updating

So when I tried the updated script on my test scene with ~15 objects, it worked fine, but now trying it on one of my real scenes with 500+ objects, it…

7 years ago
Forum
Reply
RE: ProOptimizer.VertexCount not updating

Ah works perfectly now, thanks. I am curious as to why though, when I did the commands individually in the Listener window, I didn’t have to select t…

7 years ago
Forum
Reply
RE: ProOptimizer.VertexCount not updating

The code you posted does in fact work, which makes me confused why mine isn’t. My full code is below, in case it’s something else causing it. — De…

7 years ago
Forum
Reply
RE: ProOptimizer.VertexCount not updating

Still not working, the ProOptimizer modification is applied but never reduces the vertex count. I tried it with both redrawViews() and completeRedraw…

7 years ago
Forum
Topic
Forum
Replies: 12
Views: 53
Reply
RE: Detecting and deleting/filling solid holes

The actual meshes I will be doing this on will be much more complex than the cube, so there will be faces that have opposing normals that aren’t the i…

7 years ago
Forum
Topic
Forum
Replies: 3
Views: 14
Reply
RE: Maxscript strange behavior without print statement

Is there any rhyme or reason as to when that update is needed? This was working without doing that for a while and I haven’t been able to track down …

7 years ago
Forum
Topic