Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Reply
RE: AddRollout in modify panel

there is another condition that can crop up if a rare one, the pblock ref to the node being set to undefined via maxscript while the modifier/object i…

8 years ago
Forum
Reply
RE: AddRollout in modify panel

the pb accessor code can be handle like so inline void BeginEdit(INode* node, IObjParam* ip, ULONG flags) { if(!node) return; Object* obj = …

8 years ago
Forum
Reply
RE: AddRollout in modify panel

in the above case you need to add IRollupWindow* ruw = ip->GetCommandPanelRollup(); if(ruw) ruw->SetPanelTitle (ruw->GetNumPanels() …

8 years ago
Forum
Reply
RE: AddRollout in modify panel

it’s trivial beyond belief in the sdk (and there are several examples camera.cpp and modifiers\bonesdef\dlgproc.cpp etc) point helper node stored in …

8 years ago
Forum
Reply
RE: AddRollout in modify panel

isValidValue is undefined

8 years ago
Forum
Reply
RE: algorithmic brain teaser

there you go denis don’t even need mxs to work out the tris,

8 years ago
Forum
Reply
RE: algorithmic brain teaser

I know all about the sdk methods thats why i mentioned MNMesh::GetTriangles() in the original post. The task has nothing to do with the sdk given a …

8 years ago
Forum
Reply
RE: algorithmic brain teaser

I think you’ll find that it does I did use the sdk to generate the numbers but you can produce them from knowing the first vert index and counting th…

8 years ago
Forum
Reply
RE: algorithmic brain teaser

I was trying to get a reverse look up to work to to avoid using the finditem but i’ve not managed to get it to work correctly with the “ear clipping” …

8 years ago
Forum
Reply
RE: algorithmic brain teaser

impressive stuff aaandres

8 years ago
Forum
Reply
RE: algorithmic brain teaser

blimey that was quick

8 years ago
Forum
Reply
RE: algorithmic brain teaser

the order of the “triplets” is unimportant 1, 2, 3, 3, 4, 5, or 3, 4, 5, 1, 2, 3, is ok for the first “triplet” of corners… 1,2,3 – 2,3,1 o…

8 years ago
Forum
Topic
Forum
Replies: 16
Views: 87
Reply
RE: Earliest time to register MAXscript globals? [SDK]

using function publishing any plugin can publish functions to mxs (or any other plugin ) available before any instance of the plugin is created.

8 years ago
Forum
Reply
RE: polyop.cutVert issues

thanks, seems to be an issue where the “new” vert being cut is in a direct line (or very close 3.99292e-5) between the cut start vert and one of the c…

8 years ago
Forum
Page 34 / 85