Notifications
Clear all

[Closed] How to find out what environment map is?

rc=renderers.current
emap=rc.environment_rr_map
how can i find out is the emap “Color Correction” or “Vraybitmap” for example
like
if emap == Color Correction do()
if emap == Vraybitmap do()

1 Reply

I answer myself )
if classof emap == color_correction do
if classof emap == VrayBitmap do