fishman-1
@fishman-1
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 16
Reply
RE: Undo and polyop.CreatePolygon

Ok. I think I did it. And the good news is that I don’t even need to do anything with transformations. it seems that when you do a polyop.getvert it r…

4 years ago
Forum
Reply
RE: Undo and polyop.CreatePolygon

Looks like its the same as this. Theres no need for a “dummy” btw. I have some vert creations before I make polys. But it doesn’t matter… Disabling …

4 years ago
Forum
Reply
RE: Undo and polyop.CreatePolygon

Interesting. But the only question is will the undo system make a record if I do like that? Oh man that’s not cool… Its seems that meshop doesnt work…

4 years ago
Forum
Reply
RE: Undo and polyop.CreatePolygon

So my current plan is crate all the polygon inside a virtual mesh and attach it to polymesh existing in 3d space. Like: Disable undo. Make a 2d arra…

4 years ago
Forum
Reply
RE: Undo and polyop.CreatePolygon

You understood me wrong. It’s not about making one undo record. Its a bit different. Lets say like that: every “i” in loop it will stop and update th…

4 years ago
Forum
Reply
RE: Undo and polyop.CreatePolygon

Just tried and it works the same.

4 years ago
Forum
Reply
RE: Undo and polyop.CreatePolygon

Ok. I did like that: undo on ( with undo off ( for i = 1 to PolyArray.count-1 do ( polyop.CreatePolygon oPoly PolyArray[i] ) ) polyop.Creat…

4 years ago
Forum
Reply
RE: Undo and polyop.CreatePolygon

Almoust. In this case if you try to redo after undo – only one polygon will return and its kinda meh. Hey I saw somewhere that meshop works different…

4 years ago
Forum
Topic
Forum
Replies: 14
Views: 300
Reply
RE: How to sort border edges for "bridge-type" operations?

I can. But its the wost solution. And it is my backup plan I will stick to it only if I will not be able to come with something efficient. Because in…

4 years ago
Forum
Reply
RE: How to sort border edges for "bridge-type" operations?

What do you mean? If you mean standard tools – there’s nothing wrong with them. I just need to do the same for my tool (you can see it on the video)….

4 years ago
Forum
Reply
RE: How to sort border edges for "bridge-type" operations?

Ok. I did one… Don’t judge too harshly. Algorithm I’m using is (im not including here building borders from selections, finding pairs and etc.): Fi…

4 years ago
Forum
Reply
RE: How to sort border edges for "bridge-type" operations?

I guess we reached the point where we need some test code to communicate. I’ll make one and return back to you.

4 years ago
Forum
Reply
RE: How to sort border edges for "bridge-type" operations?

Btw you was mentioned this… But I keep thinking how to do it and nothing comes to my mind. Can you point me to right math or tell where I can see some…

4 years ago
Forum
Reply
RE: How to sort border edges for "bridge-type" operations?

I guess the edge routine just takes the edges in indexed order You mean like in the order of their indexes? Like: 5 123 456 2513? If yes – that wil…

4 years ago
Forum
Page 1 / 2