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)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to