Notifications
Clear all
[Closed] How to find out what environment map is?
Oct 02, 2021 1:00 am
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
Oct 02, 2021 1:00 am
I answer myself )
if classof emap == color_correction do
if classof emap == VrayBitmap do