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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-06 11:57:03 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-06 11:57:03 +0300
commit32dca36afb1824eacfbebfcc70ed54eaeaaf8550 (patch)
tree6f0e9584d036241a652c2bf6e588e8255ab6bfce /release/scripts
parent798cdaeeb6927cb9ca42597fa23845eac04c02b2 (diff)
Cleanup: Use annotation for the new class
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_operators/constraint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/constraint.py b/release/scripts/startup/bl_operators/constraint.py
index cf70022ed48..61b1f7737af 100644
--- a/release/scripts/startup/bl_operators/constraint.py
+++ b/release/scripts/startup/bl_operators/constraint.py
@@ -44,7 +44,7 @@ class CONSTRAINT_OT_remove_target(Operator):
bl_label = "Remove Target"
bl_options = {'UNDO', 'INTERNAL'}
- index = IntProperty()
+ index: IntProperty()
def execute(self, context):
tgts = context.constraint.targets