Changeset View
Changeset View
Standalone View
Standalone View
amaranth/render/meshlight_select.py
| Context not available. | |||||
| def button_select_meshlights(self, context): | def button_select_meshlights(self, context): | ||||
| if utils.cycles_exists() and utils.cycles_active(context): | if utils.cycles_exists() and utils.cycles_active(context): | ||||
| self.layout.operator('object.select_meshlights', icon="LAMP_SUN") | self.layout.operator('object.select_meshlights', icon="LIGHT_SUN") | ||||
| def register(): | def register(): | ||||
| Context not available. | |||||