guruware
@guruware
New Member
Joined: Feb 14, 2024
Topics: 1 / Replies: 118
Reply
RE: How to get current screen's dpi

what about GetUIScaleFactor() ? not good enough ? delivers 1.5 at 150% scaling

4 years ago
Forum
Reply
RE: Dll conflict 3dsmax 2021

A) build the openImageIO and tbb dll’s with a different name (ie. append some version number) copy this dlls into same folder where your luxcorerender…

4 years ago
Forum
Reply
RE: Access PBR / Physical materials – maybe getting an IGameMaterial from an Mtl somehow? (MaxSDK)

yes it should why i cant reply in this f…ed up forum, many times i get 403 can’t do something then need to delete some characters until it let me no…

4 years ago
Forum
Reply
RE: Access PBR / Physical materials – maybe getting an IGameMaterial from an Mtl somehow? (MaxSDK)

if you find a Texmap for a specific paramID get the uvGen for this texmap in this uvGen you find the map channel used by the texmap texmap int channe…

4 years ago
Forum
Reply
RE: Access PBR / Physical materials – maybe getting an IGameMaterial from an Mtl somehow? (MaxSDK)

paramblock IDs and channelNumbers are 2 completely different things they have no relation at all

4 years ago
Forum
Reply
RE: Access PBR / Physical materials – maybe getting an IGameMaterial from an Mtl somehow? (MaxSDK)

Metal/Rough: Class_ID(0xd00f1e00, 0xbe77e500) Spec/Gloss: Class_ID(0xd00f1e00, 0x01dbad33)

4 years ago
Forum
Reply
RE: Access PBR / Physical materials – maybe getting an IGameMaterial from an Mtl somehow? (MaxSDK)

run this code: #define PYSMAT_CID Class_ID(0x3d6b1cec, 0xdeadc001) void dump_physmat(Mtl* physicalMaterial) { Class_ID mCid = mtl->ClassID(); i…

4 years ago
Forum
Reply
RE: Force Max to load local assemblies

you start max from inside VC for testing your c# things ? i’m not a C# guy, but usually this a “Working Directory” issue in VC try setting: Configura…

4 years ago
Forum
Reply
RE: SDK Material library

you cant use that dll’s elsewhere you dont know what the dependencys are, which other file from max are accesses when loading plugins there are possib…

4 years ago
Forum
Reply
RE: MaxSDK GUP plugin linker errors

its not just a max-thing, you should never mix libraries runtime-libs as said, you might end up searching for errors which are just because of differe…

4 years ago
Forum
Reply
RE: MaxSDK GUP plugin linker errors

what were the problems to get appWizzard running ? since it exists, i never had any problems with it (the setup) just follow the instructions in the …

4 years ago
Forum
Reply
RE: MaxSDK GUP plugin linker errors

obviously its the “gup.lib” and… never compile in debug-mode, use hybrid if you need debugging or do you have max’s debug libs ?

4 years ago
Forum
Reply
RE: What is the mathematical name of the curve Or spline when we create in 3ds max?

for cubic beziers you need this one your’s is a 5th order curve, thats a complex thing for much more info about bezier-curves and lots of math see …

4 years ago
Forum
Reply
RE: What is the mathematical name of the curve Or spline when we create in 3ds max?

it IS a bezier-curve exactly a “Cubic Bezier Curve” corner: in/out handle-positions are same as point position smooth: in/out tangent are mirrored an…

4 years ago
Forum
Reply
RE: [SDK] Weird characters on different pc (picture attached)

did your compilation result directly into your plugins-folder or did you copy it there after build ? there is a *.mui file built with each plugin – a …

5 years ago
Forum
Page 2 / 8