dans
@dans
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 6
Reply
RE: C++/Plugin problem

Nothing wrong with it, but simpler and better would be just: MultiPlanarSC mpsc(&sc); The original would create a needless temporary object Mult…

11 years ago
Forum
Reply
RE: C++/Plugin problem

Should only make a difference if there is also another variable called planeIndex. By adding the classname you are simply more specific, so the compi…

11 years ago
Forum
Reply
RE: C++/Plugin problem

int index = planeIndex; index = max(6, index); index = min(0, index); Well, the code of MultiPlanarSC::SetCurrentIndex is commented out in the up…

11 years ago
Forum
Reply
RE: MAXopenExr problems

grabjacket: Or does anyone know another supported fileformat which is hdr and can be saved unpremultiplied? psd-manager 3 (PSD Export, Commercial…

13 years ago
Forum
Reply
RE: Merging linked layer references in custom attributes conundrum

Basing it on the max layer system is clever and has the advantage that it also provides compatibility with other tools that built up on it. For exampl…

13 years ago
Forum
Reply
RE: SDK and coordinates rollout

The source code is part of the 3ds Max Debug version that is available to ADN Sparks Members (Autodesk Developer Network).

15 years ago
Forum