jlwitthuhn
@jlwitthuhn
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 29
Reply
RE: Render plugin – Unresponsive while rendering mat preview

I finished pushing all of my rendering code to its own thread so I can quickly return from Renderer::Render() while still holding on to the tobm point…

9 years ago
Forum
Reply
RE: Render plugin – Unresponsive while rendering mat preview

I hadn’t considered that. I assumed that bitmap pointer wouldn’t be guaranteed to be valid after that function returned, but I the documentation does…

9 years ago
Forum
Reply
RE: Render plugin – Unresponsive while rendering mat preview

Bumping for visibility as it has been a while. I was unable to find anything in either the render progress callback or the functions available throug…

9 years ago
Forum
Reply
RE: Render plugin – Unresponsive while rendering mat preview

My renderer does actually run entirely in a separate thread. The problem I’m seeing is that I don’t know what to do with the thread that is executing …

9 years ago
Forum
Reply
RE: Render plugin – Unresponsive while rendering mat preview

I haven’t looked at any third-party renderers, but with mental ray seems to work how I expect. When i first drag a new material into the slate editor…

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

If that works for you, great. When I tried that I got an infinite rendering loop in the slate material editor where every time the preview finished r…

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

I’ve been working on a renderer plugin for a short time and I ran into this problem as well. My solution to it feels a bit hacky, but as far as I can…

9 years ago
Forum
Reply
RE: Texmap – no node in slate

Disregard this, I found my problem and was able to sort it out. For anyone interested, this was caused by me returning an incorrect class_id from the…

9 years ago
Forum
Topic
Forum
Replies: 1
Views: 19
Topic
Reply
RE: Renderer – Setting material types visbile in editor

That is exactly what I needed. Thanks for the quick help

9 years ago
Forum
Topic
Reply
RE: Issue creating render param dialog

One more small update, looks like the problem was that I didn’t read enough SDK documentation. I had mistakenly not copied the .mui file from the bui…

9 years ago
Forum
Reply
RE: Issue creating render param dialog

Small update to this. I’ve done some more poking around and it seems to be a more general problem with adding any sort of rollup. I tried just followi…

9 years ago
Forum
Page 3 / 4