No problem. I just edited the code because there was a problem with the path length passed to the Win32 functions. The code is now up-to-date. Franz
Hi Stig, I actually just found a solution that allows me to place all the DLLs in <3dsMaxRoot>\plugins\appleseed: I marked the appleseed DLL a…
@jlwitthuhn, it turned out you were absolutely right, I got bitten by the exact same problem you described (). I will try your solution. Thanks agai…
Interesting, thanks. I will check the behavior in the Slate material editor and report here.
I just added the NotifyDependents(FOREVER, PART_ALL, REFMSG_CHANGE); call at the end of the material’s Update() method, and it now works perfectly. …
Ah, it might simply be FrameRendParams.background.
Oh, brilliant, that works like a charm. Thanks a lot! What about the gray background in material previews? Is that something I need to reproduce manu…
Looking at several examples, it appears I’m doing the right thing. Maybe the diamond-shape inheritance and duplicate base class isn’t an actual proble…
Sure, thanks. I must say I’m still somewhat confused about InterfaceServer::GetInterface(). It’s supposed to return a BaseInterface*, so I assume my …
Thanks for your reply. From your link: “Note: Animatable derives from InterfaceServer, so objects deriving from Animatable will need to support both …