Notifications
Clear all

[Closed] Can the Include/Exclude dialog for Lights be called…?

Can the Include/Exclude List dialog for a Light be called by MaxScript?

(The corresponding properties are exposed, but I find no indication that the dialog can be called or not.)

2 Replies

There’s [b]exclusionListDlg/b… it returns an array with a list of lights that the user selected for exclusion, so you could always use that to apply the exclude list to the selected light using <light>.excludeList.

I don’t see any way to have the dialog reflect what is actually applied to a given light, though.

Thanks, Andrew…I had no idea it existed.

It is pretty limited, but it turns out to have been around since Max 3! I think it’ll do what I need, though.