Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 3fc5ff13..cbe4835a 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -254,9 +254,9 @@ class CopyPropertyChart(Operator):
bl_idname = "wm.chart_copy"
bl_label = "Copy properties from active to selected"
- data_path_active = StringProperty()
- data_path_selected = StringProperty()
- data_path = StringProperty()
+ data_path_active: StringProperty()
+ data_path_selected: StringProperty()
+ data_path: StringProperty()
def execute(self, context):
# so attributes are found for '_property_chart_data_get()'