Page MenuHome

Fix T99218: Add light group button is greyed out! (UI BUG)
AbandonedPublic

Authored by Ayoub ibn Muhammad (cl3m3c7) on Jun 28 2022, 9:14 PM.

Details

Summary

fix the condition to enable add light button!

Diff Detail

Event Timeline

Ayoub ibn Muhammad (cl3m3c7) requested review of this revision.Jun 28 2022, 9:14 PM
Ayoub ibn Muhammad (cl3m3c7) created this revision.

include setting in the world tab!

Was asked to check this, but I'm not at all familiar with the light group design so passing this on to the Cycles team.

Brecht Van Lommel (brecht) requested changes to this revision.Jul 7 2022, 9:14 PM

The way this was designed to work is that you type in a light group name, and then you can add a light group with that name.

It may be good to have a way to add a light group when the name is empty as well, but then I think you'd need to have a popup to enter the name. Because otherwise you'd end up with a name like "LightGroup.001" which you want to rename, without an easy way to rename it in both places.

This revision now requires changes to proceed.Jul 7 2022, 9:16 PM

then I think the disable function of the button is bugged at least!
since the current behavior just visually gives the impression that you can NOT add a light group, but when you click on it adds it!

Good point, it should be disabled, not just inactive. I made that change now.