[Bf-blender-cvs] [b75ecc8] GPencil_EditStrokes: Add proportional editing props to the "additional settings" panel where they might be relevant

Joshua Leung noreply at git.blender.org
Sat Nov 29 13:57:04 CET 2014


Commit: b75ecc8769a7ae3ae11cf8da336657ab4fe6c1a9
Author: Joshua Leung
Date:   Sun Nov 30 01:26:00 2014 +1300
Branches: GPencil_EditStrokes
https://developer.blender.org/rBb75ecc8769a7ae3ae11cf8da336657ab4fe6c1a9

Add proportional editing props to the "additional settings" panel where they might be relevant

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index f9cfe42..bd043ed 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -400,4 +400,12 @@ class GreasePencilToolsPanel():
 
         layout.separator()
 
+        layout.label("Proportional Edit:")
+        row = layout.row()
+        row.prop(context.tool_settings, "proportional_edit", text="")
+        row.prop(context.tool_settings, "proportional_edit_falloff", text="")
+
+        layout.separator()
+        layout.separator()
+
         gpencil_stroke_placement_settings(context, layout, gpd)




More information about the Bf-blender-cvs mailing list