semagnum / light-painter

Blender add-on that creates lights based on where the user paints.
https://semagnum.github.io/light-painter/
GNU General Public License v3.0
310 stars 6 forks source link

Move gobos warning to within operator #67

Closed semagnum closed 5 months ago

semagnum commented 5 months ago

To make the panel more in line with #66, add use_property_split and use_property_decorate values to the gobos panel.

Also, move the gobos warning (which shows when the selected lamp is not a point or spot lamp) to a warning when running the operator via WindowManager.invoke_confirm.