[Bf-blender-cvs] [1f93ec3] GPencil_Editing_Stage3: Fix: Stroke Placement options were not getting shown in the Sequencer

Joshua Leung noreply at git.blender.org
Sun Dec 6 14:30:10 CET 2015


Commit: 1f93ec386ba5f875ab59047463ee87bdf6d6b6bb
Author: Joshua Leung
Date:   Mon Dec 7 02:28:46 2015 +1300
Branches: GPencil_Editing_Stage3
https://developer.blender.org/rB1f93ec386ba5f875ab59047463ee87bdf6d6b6bb

Fix: Stroke Placement options were not getting shown in the Sequencer

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

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 55af487..ab574ab 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -615,4 +615,4 @@ class GreasePencilToolsPanel:
         layout.separator()
         layout.separator()
 
-        gpencil_stroke_placement_settings(context, layout, gpd)
+        gpencil_stroke_placement_settings(context, layout)




More information about the Bf-blender-cvs mailing list