stigatle
@stigatle
New Member
Joined: Feb 14, 2024
Topics: 49 / Replies: 301
Reply
10 years ago
Forum
Reply
RE: set pixels in VFB through 3dsmax SDK

It was easier then expected once I saw how to do it, I sat down today and I solved it this way: //Set the pixel color and alpha to the BMM_Color_64 v…

10 years ago
Forum
Reply
RE: set pixels in VFB through 3dsmax SDK

I knew that I had to do that – but I did not know exactly how, I did not think of looking in that solution, I looked in the samples solution. I look…

10 years ago
Forum
Topic
Forum
Replies: 4
Views: 36
Reply
RE: CurveControl

There is a full script that creates a curve with points in the documentation: This shows how to create it. rollout uTestCurveControl “Curve Contro…

10 years ago
Forum
Reply
RE: VS crashes on 3ds Max Plugin Wizard project creation

Do you have a slash at the end of your path? It should be like this: Param=”ABSOLUTE_PATH = C:\Program Files\Autodesk\3ds Max 2015 SDK\maxsdk\howto\3…

10 years ago
Forum
Reply
RE: Grabbing The Material Preview

Is it possible to do the other way around? Meaning – sending in a custom bitmap as a ‘material preview’? The reason why I ask is because in a exporte…

10 years ago
Forum
Reply
RE: Set vertex keyframes with C++ SDK

Thanks Klvnk, it was the first version of my code (have not had time to work more on it since then), but yes – you are right. Thanks for the hints, mo…

10 years ago
Forum
Reply
RE: Set vertex keyframes with C++ SDK

I wrote a .pts file format exporter in c++, it was very easy to do. This enables you to load it up in a pointcache modifier. Example file: (the norm…

10 years ago
Forum
Reply
RE: Set vertex keyframes with C++ SDK

I found a simple way of writing the pointcache files directly from maxscript. I’ll use that and trigger it from c++ where I need it, that will work fi…

10 years ago
Forum
Reply
RE: Set vertex keyframes with C++ SDK

Thanks sebjf, I have some time to sit with it again tonight, I’ll look at the things you mention.

10 years ago
Forum
Reply
RE: Set vertex keyframes with C++ SDK

My code is basically this: But i’m not able to ‘catch’ the MASTERPOINTCONT_CLASS_ID So I guess I’m iterating a bit wrong maybe? The object I run th…

10 years ago
Forum
Reply
RE: Set vertex keyframes with C++ SDK

Thanks for the info. What I need this for is to bake the softbody simulation in my plugin as you can see here: I simulate a frame, get the simulate…

10 years ago
Forum
Reply
RE: Set vertex keyframes with C++ SDK

sebjf , thank you very much for sharing that, I’ll sit down tonight and port it over to c++, once I have it working I’ll share the c++ code back in he…

10 years ago
Forum
Reply
RE: Set vertex keyframes with C++ SDK

Klvnk, I tried that first, and I hit some snags. First – I thought I could ‘record’ by using the maxscript function, but the issue then was that if i…

10 years ago
Forum
Page 6 / 24