Merge branch 'blender-v2.92-release'

This commit is contained in:
Campbell Barton
2021-01-25 20:37:50 +11:00

View File

@@ -2485,6 +2485,7 @@ class VIEW3D_MT_object_context_menu(Menu):
props = layout.operator("wm.context_modal_mouse", text="Adjust Light Power")
props.data_path_iter = "selected_editable_objects"
props.data_path_item = "data.energy"
props.input_scale = 1.0
props.header_text = "Light Power: %.3f"
if light.type == 'AREA':