[Bf-extensions-cvs] [884badc] master: Typo: Fixing a typo that broke switching the keyframe matching in tracking pies

Sebastian Koenig noreply at git.blender.org
Thu Feb 19 12:48:48 CET 2015


Commit: 884badcfef9e5683f9cc0a7f54b3f68b569dcd5e
Author: Sebastian Koenig
Date:   Thu Feb 19 12:46:59 2015 +0100
Branches: master
https://developer.blender.org/rBA884badcfef9e5683f9cc0a7f54b3f68b569dcd5e

Typo: Fixing a typo that broke switching the keyframe matching in tracking pies

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

M	ui_pie_menus_official.py

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

diff --git a/ui_pie_menus_official.py b/ui_pie_menus_official.py
index b56bb97..8360c0b 100644
--- a/ui_pie_menus_official.py
+++ b/ui_pie_menus_official.py
@@ -234,7 +234,7 @@ class CLIP_PIE_marker_pie(Menu):
                 prop.value = 'KEYFRAME'
             else:
                 prop = pie.operator("wm.context_set_enum", text="Match Keyframe", icon='KEY_HLT')
-                prop.data_pat = "space_data.clip.tracking.tracks.active.pattern_match"
+                prop.data_path = "space_data.clip.tracking.tracks.active.pattern_match"
                 prop.value = 'PREV_FRAME'



More information about the Bf-extensions-cvs mailing list