Malkalypse
@malkalypse
New Member
Joined: Feb 15, 2024
Topics: 269 / Replies: 900
Reply
RE: [SDK] vertex animation

Does anyone else know how to make vertices keyframeable? EDIT: if it helps, the geometry in question will always be an editable mesh.

10 years ago
Forum
Reply
RE: [SDK] vertex animation

Fair point – I’m looking to animate the vertices of an existing object. Specifically, my plugin sets vertex positions on a specified scene object. Cur…

10 years ago
Forum
Topic
Forum
Replies: 8
Views: 46
Reply
RE: SDK: Plugin keeps disabling Max Undo

I do preface all my Put statements with “if (theHold.Holding())”, so there’s that at least. I’ve read the help files relating to Max’s undo/redo syste…

10 years ago
Forum
Topic
Forum
Replies: 2
Views: 21
Reply
RE: SDK: snapshotAsMesh?

Approaching things slightly differently, I have gotten to this. Sometimes it works perfectly, but it is extremely unstable. Any tips would be apprecia…

10 years ago
Forum
Reply
RE: SDK: snapshotAsMesh?

I was just trying to follow the steps you had both given me, but looking back now I realize I was doing things backwards. At any rate, the function y…

10 years ago
Forum
Reply
RE: SDK: snapshotAsMesh?

Okay, I’m trying to put together what you’re telling me, but the function I am coming up with crashes Max. What am I doing wrong? INode *Snapshot(INo…

10 years ago
Forum
Reply
RE: SDK: snapshotAsMesh?

So as a starting point I’ve got INode *Snapshot(INode *sourceNode, TimeValue t) { TriObject *obj = new TriObject; INode *node = GetCOREInterface(…

10 years ago
Forum
Topic
Forum
Replies: 13
Views: 42
Topic
Forum
Replies: 1
Views: 18
Reply
RE: SDK: isvalidnode equivalent??

actually the best is not sending of a certainly invalid pointer. which means you have ZERO it on scene any reset It seems that the simplest answer i…

10 years ago
Forum
Reply
RE: SDK: isvalidnode equivalent??

Well I don’t actually store the node, just a pointer to it as a variable in the plugin base class like INode *myNode Then I have a pickbutton callba…

10 years ago
Forum
Reply
RE: SDK: isvalidnode equivalent??

Well, I tested it (and it is clear), but noticed that if I create and store a node, then open a new scene in Max and run this function to check for th…

10 years ago
Forum
Reply
RE: SDK: isvalidnode equivalent??

I guess I was thinking of IsValidNode in Maxscript terms. For my purposes here “valid” means a node which is a) not null and b) not deleted. And I re…

10 years ago
Forum
Page 9 / 78