harefort
@harefort
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 42
Reply
RE: Yet another Morph Target Mirror Script

I assume you find symmetrical vertices by looking for the closest vertex to the coordinates [-X,Y,Z] of another vertex in the mesh. So anything that d…

16 years ago
Forum
Topic
Forum
Replies: 0
Views: 31
Reply
RE: Fast Ray casting?

Probably using some advanced space partitioning, like … the BoBo-Tree.

16 years ago
Forum
Reply
RE: Removing Edges and Vertices

Edit_Poly and Editable poly do a potential to drive me nuts. Here’s what I’m doing now and it works for both: sPoly.buttonOp #selectEdgeLoop sPol…

16 years ago
Forum
Reply
RE: Removing Edges and Vertices

Thanks again! Works like a charm now. But here’s the real challenge … if you can solve this, you’re my hero! 😉 I try to make all my poly tools w…

16 years ago
Forum
Reply
RE: Removing Edges and Vertices

Thanks a ton! This seems to work … at least the right vertices disappear. However, there’s still a sharp bend on the edges, right where the vertices …

16 years ago
Forum
Topic
Forum
Replies: 6
Views: 72
Reply
RE: Finding edges that share a face but no vert…

Makes sense. Thanks for the inspiration! Here’s what I’m doing now (quad is not known): –sPoly is editable_poly node –iEdge is current edge we’r…

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 27
Reply
RE: Detecting whether change handlers is triggered by undo/redo

Oh, I didn’t know about those. Thanks! However, as you said this solution is ‘iffy’, especially because it would delay any normal operation aswell. …

16 years ago
Forum
Reply
RE: Detecting whether change handlers is triggered by undo/redo

Thanks for the reply! I tried what you suggested, but it didn’t work: local iTime1 = timeStamp() local iTime2 = timeStamp() while iTime…

16 years ago
Forum
Topic
Reply
RE: Math for a bend

I don’t have a reference, but basically you’d have to do something like this: -First sort the vertices along the bend-axis. (so you can travel along …

16 years ago
Forum
Reply
RE: How to… pick sub-objects?

I’m doing something similar for a loop selection tool. The script knows the last selection set at all times and monitors whether a single element was…

16 years ago
Forum
Topic
Forum
Replies: 0
Views: 36
Page 4 / 5