We could probably use generic pb2 code (iterating side by side the pblocks using NumParams(), IndextoID and using GetParameterType, to make a switch …
It requires a Bitmap and not a BitmapTexture, thats the problem, just use: theDefaultPass.bo_Streak_Image = ((getdir #maxroot) + “Maps\photostudio” …
One old source of info. As for the undo part, you need to create class that inherit from Autodesk.Max.Plugins.RestoreObj, and then use that class to…
This tools are great, congratulation!. But I don’t know how I can see examples in your source code Autodesk.Max.dll was added in max 2013, questions i…
you could check both Nyx Voltron and Nyx DBR , both use and only use Autodesk.Max.dll (plus some of the other managed dlls from 3dsmax) for working wi…
Ok updated code with local bounding box and using the getNumVertsAndFaces if available, with fallback to GetTriMeshFaceCount when not available. /* …
Using the dennisT version with support for objects arrays, gives 0.017s for 10212 objects and a total of 49017600 tris, using GetTriMeshFaceCount give…
Great find Jorge . miauu, you are right I will change it during the day to use the local bbox instead of the world one. Here is the changed code. …
Well, there was some (probably strange) reason for me and Dave not using it. I still need to try in a few real scenes, this last solution.
What was the problem, exactly? Right now it uses the bounding box for determine the size. I was building the c++ version that dennisT posted, and als…
In 2016, seems to work ok, and its fast. For 13 millions took 0.038s, which for me seems aceptable. I will try DennisT solution also, but if we could …
Hi, If I recall, it was a case of a lot of trial and error. I will have to dig the code and see what I was doing. I did a tool at the time that allow …
It should be possible, with openMcdf, it was a bit of hack’n slash to get the right streams (look for CFItem name either FileAssetMetaData2 or FileAss…
Customizing assetmetdata, is possible outside max, but you can’t add custom metadata :(. I did wrote a tool for my company to do asset repath without …
We use sync tools to keep the tools updated across the team. And each user can choose where to put them.