lo1
@lo1
New Member
Joined: Feb 14, 2024
Topics: 44 / Replies: 1920
Reply
RE: division, getting correct resault

Whenever you find yourself writing a sentence like this, know you’re doing something wrong.

9 years ago
Forum
Reply
RE: Working with 32-bit images with Maxscript

If you don’t care about speed, you can do the compositing yourself using getpixels/setpixels. If you do care about speed, then maxscript is the wrong …

9 years ago
Forum
Reply
RE: SDK: Detect if max is standalone/slave?

GetCOREInterface()->IsNetworkRenderServer()

9 years ago
Forum
Reply
RE: ObjectID modifier – need help

I would say it’s a faulty concept from the get go – modifiers are meant to control properties of “Objects”, not “Nodes”.

9 years ago
Forum
Reply
RE: ObjectID modifier – need help

Let’s say your modifier works. I use it to change the object ID, then I manually go into object properties and change the ID to something else. What h…

9 years ago
Forum
Reply
RE: Is there any way to retain / recall string formatting when storing it as a user prop?

Saving multiline strings in the user property buffer is asking for trouble Bad workaround: Use ‘getUserPropBuffer’ to get the entire buffer and par…

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

I would assume that any renderer which overrides this limitation is also calling Close() immediately, after making its own copy of the scene, for use …

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

I don’t assume it to always be valid. Even if no magic happens backstage, it would probably be deleted if the user closed the material editor before y…

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

Just thinking out loud here, but can’t you just immediately return from the render method, and when your render finishes on a separate thread, update …

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

Have you seen any renderer in which this doesn’t cause 3dsmax to become unresponsive?

9 years ago
Forum
Reply
RE: Rendering the material preview

It would not make sense that you would need to reproduce it because the user can also select a checkered background color in the preview slot. This ha…

9 years ago
Forum
Reply
RE: Rendering the material preview

The node you are being passed IS the sample geometry, not the scene root. From the docs on Renderer::Open : in scene – The root node of the scene to…

9 years ago
Forum
Reply
RE: Prevent code editor window from opening on exception

Thanks for the lead, I’ll investigate down that road.

9 years ago
Forum
Topic
Reply
9 years ago
Forum
Page 6 / 131