The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
Detect if inside the Material Editor
-
Is there any way to detect, inside a shader plugin, that the code is being executed to produce the Material Editor thumbnail preview or of it is being executed on an editor or Picture Viewer render?
-
Hi,
check
RENDERFLAGS(Link). You will have listen inNodeData.Message()for them. I never did use this, but checking forRENDERFLAGS_PREVIEWRENDERsounds promising.Cheers
zipit