Tried this?
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…
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…
There is a full script that creates a curve with points in the documentation: This shows how to create it. rollout uTestCurveControl “Curve Contro…
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…
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…
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…
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…
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…
Thanks sebjf, I have some time to sit with it again tonight, I’ll look at the things you mention.
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…
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…
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…
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…