dgsantana
@dgsantana
New Member
Joined: Feb 14, 2024
Topics: 0 / Replies: 89
Reply
RE: SDK Comparing Modifier Settings

We could probably use generic pb2 code (iterating side by side the pblocks using NumParams(), IndextoID and using GetParameterType, to make a switch …

9 years ago
Forum
Reply
RE: Vray Scripting need help!

It requires a Bitmap and not a BitmapTexture, thats the problem, just use: theDefaultPass.bo_Streak_Image = ((getdir #maxroot) + “Maps\photostudio” …

9 years ago
Forum
Reply
RE: WPF-Max Spinner

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…

9 years ago
Forum
Reply
RE: WPF-Max Spinner

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…

9 years ago
Forum
Reply
RE: WPF-Max Spinner

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…

9 years ago
Forum
Reply
RE: Viewport Statistics Improvement

Ok updated code with local bounding box and using the getNumVertsAndFaces if available, with fallback to GetTriMeshFaceCount when not available. /* …

9 years ago
Forum
Reply
RE: Viewport Statistics Improvement

Using the dennisT version with support for objects arrays, gives 0.017s for 10212 objects and a total of 49017600 tris, using GetTriMeshFaceCount give…

9 years ago
Forum
Reply
RE: Viewport Statistics Improvement

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. …

9 years ago
Forum
Reply
RE: Viewport Statistics Improvement

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.

9 years ago
Forum
Reply
RE: Viewport Statistics Improvement

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…

9 years ago
Forum
Reply
RE: Viewport Statistics Improvement

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 …

9 years ago
Forum
Reply
RE: MAX File Asset Metadata Stream Access

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 …

9 years ago
Forum
Reply
RE: MAX File Asset Metadata Stream Access

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…

9 years ago
Forum
Reply
RE: MAX File Asset Metadata Stream Access

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 …

9 years ago
Forum
Reply
RE: Where to put a Utility App ?

We use sync tools to keep the tools updated across the team. And each user can choose where to put them.

9 years ago
Forum
Page 3 / 6