dictoon
@dictoon
New Member
Joined: Feb 15, 2024
Topics: 29 / Replies: 60
Reply
RE: Deploying a renderer plugin

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

9 years ago
Forum
Reply
RE: Deploying a renderer plugin

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…

9 years ago
Forum
Topic
Forum
Replies: 6
Views: 15
Topic
Forum
Replies: 0
Views: 11
Reply
RE: Animated material color not updated in viewport

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

9 years ago
Forum
Reply
RE: Animated material color not updated in viewport

Interesting, thanks. I will check the behavior in the Slate material editor and report here.

9 years ago
Forum
Reply
RE: Animated material color not updated in viewport

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

9 years ago
Forum
Topic
Forum
Replies: 5
Views: 15
Topic
Forum
Replies: 0
Views: 21
Reply
RE: Rendering the material preview

Ah, it might simply be FrameRendParams.background.

9 years ago
Forum
Reply
RE: Rendering the material preview

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…

9 years ago
Forum
Topic
Forum
Replies: 4
Views: 21
Reply
RE: Confusion around GetInterface()

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…

9 years ago
Forum
Reply
RE: Confusion around GetInterface()

Sure, thanks. I must say I’m still somewhat confused about InterfaceServer::GetInterface(). It’s supposed to return a BaseInterface*, so I assume my …

9 years ago
Forum
Reply
RE: Confusion around GetInterface()

Thanks for your reply. From your link: “Note: Animatable derives from InterfaceServer, so objects deriving from Animatable will need to support both …

9 years ago
Forum
Page 4 / 6