[Bf-blender-cvs] [ed24315c630] master: UI: Change UI name of Draw Labels to Include Labels

William Reynish noreply at git.blender.org
Thu Mar 7 15:07:17 CET 2019


Commit: ed24315c6309413ccb4e0e3f830a351871ea55a9
Author: William Reynish
Date:   Thu Mar 7 15:07:16 2019 +0100
Branches: master
https://developer.blender.org/rBed24315c6309413ccb4e0e3f830a351871ea55a9

UI: Change UI name of Draw Labels to Include Labels

For compliance with recent naming conventions.

===================================================================

M	release/scripts/startup/bl_ui/properties_output.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_output.py b/release/scripts/startup/bl_ui/properties_output.py
index fba3b112708..bd96152204a 100644
--- a/release/scripts/startup/bl_ui/properties_output.py
+++ b/release/scripts/startup/bl_ui/properties_output.py
@@ -270,9 +270,9 @@ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, Panel):
         col = layout.column()
         col.active = rd.use_stamp
         col.prop(rd, "stamp_font_size", text="Font Size")
-        col.prop(rd, "use_stamp_labels", text="Draw Labels")
         col.column().prop(rd, "stamp_foreground", slider=True)
         col.column().prop(rd, "stamp_background", slider=True)
+        col.prop(rd, "use_stamp_labels", text="Include Labels")
 
 
 class RENDER_PT_output(RenderOutputButtonsPanel, Panel):



More information about the Bf-blender-cvs mailing list