Add custom property to previous commit, name "Context" of that property

was misleading.
This commit is contained in:
Antony Riakiotakis 2014-08-13 14:22:35 +02:00
parent 12154d791e
commit b30ac75f8c

@ -560,7 +560,11 @@ class WM_OT_operator_pie_enum(Operator):
bl_idname = "wm.operator_pie_enum"
bl_label = "Operator Enum Pie"
bl_options = {'UNDO', 'INTERNAL'}
data_path = rna_path_prop
data_path = StringProperty(
name="Operator",
description="Operator name (in python as string)",
maxlen=1024,
)
prop_string = StringProperty(
name="Property",
description="Property name (as a string)",