odball
@odball
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 20
Reply
RE: SDK plugin bug

Thanks ivanisavich, this completely fixed it!!!

6 years ago
Forum
Reply
RE: SDK plugin bug

Why is the wizard bad. This is my only bug?

6 years ago
Forum
Topic
6 years ago
Forum
Replies: 5
Views: 18
Reply
RE: Moving MNverts in local axis

thanks buddy, appreciated. Back on track

6 years ago
Forum
Reply
RE: Moving MNverts in local axis

thanks denisT, it was really simple for (int i = 0; i < pmesh.numv; ++i) { //pmesh.GetVertexSpace(i, tm); if (SelVerts[i]) { Point…

6 years ago
Forum
Reply
RE: Moving MNverts in local axis

I cant solve it for MNmesh. I’m learning SDK and this is my second small plugin. This moving of verts or edges in MNmesh is one small problem of the …

6 years ago
Forum
Reply
RE: Moving MNverts in local axis

Hi denisT, its part of a modifer plugin i’m working on. do you mean using mxs in cpp?

6 years ago
Forum
Topic
Forum
Replies: 9
Views: 21
Reply
RE: Dlm plugin deploy issue

This completely fixed it!! thanks so much ivanisavich. I was banging my head against the wall getting the dlm to work on the farm and workstations I…

6 years ago
Forum
Reply
RE: Dlm plugin deploy issue

Ok just figured out its not showing a name and the UI is missing. Not sure why.

6 years ago
Forum
Topic
Forum
Replies: 4
Views: 15
Reply
RE: Sdk basic modifier

Thanks Klvnk, I’m such a newb Im still stuck. I know that I have the extruded edges selected pmesh.ExtrudeEdges(MN_SEL, &chamData, tUpDir); the…

6 years ago
Forum
Reply
RE: Sdk basic modifier

I’ve got the edges selected but how the hell do I remove them with their verts & face. It’s hard to find what your looking for in the samples

6 years ago
Forum
Reply
RE: Sdk basic modifier

thanks Klvnk, fixed! Im trying to figure out how to delete selected edges now

6 years ago
Forum
Reply
RE: Sdk basic modifier

Trying to get the offset of mnmesh::Slice to correspond to the units system, ie slice every 10mm. Unsure how to do this, this is the description on th…

6 years ago
Forum
Page 1 / 2