[Bf-blender-cvs] [23e9b35bf4c] blender2.8: GP: Rename Canvas Grid to Canvas

Antonioya noreply at git.blender.org
Fri Oct 5 14:00:55 CEST 2018


Commit: 23e9b35bf4c8fb59d9d1fca389d5a4202738d208
Author: Antonioya
Date:   Fri Oct 5 14:00:34 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB23e9b35bf4c8fb59d9d1fca389d5a4202738d208

GP: Rename Canvas Grid to Canvas

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 81ac6628735..f68131ae268 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4925,7 +4925,7 @@ class VIEW3D_PT_overlay_gpencil_options(Panel):
         row.prop(overlay, "use_gpencil_grid", text="")
         sub = row.row()
         sub.active = overlay.use_gpencil_grid
-        sub.prop(overlay, "gpencil_grid_opacity", text="Canvas Grid", slider=True)
+        sub.prop(overlay, "gpencil_grid_opacity", text="Canvas", slider=True)
 
         if context.object.mode in {'GPENCIL_EDIT', 'GPENCIL_SCULPT', 'GPENCIL_WEIGHT'}:
             layout.prop(overlay, "use_gpencil_edit_lines", text="Edit Lines")



More information about the Bf-blender-cvs mailing list