Notifications
Clear all

[Closed] How to check/uncheck Render Elements vrayVFB

Hello.
How to check/uncheck this
Thank you in advance.

2 Replies
re = maxOps.GetRenderElementMgr #Production
for i = 0 to (re.numrenderelements())-1 do
(
	local rel = re.getrenderelement i
	if (rel != undefined and classof rel == VRayNormals) then
		if hasProperty rel #vrayVFB then rel.vrayVFB = false
)

Thank you.
I thought that properties of vray is separate.