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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-05 17:32:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-05 17:32:11 +0300
commitc68429bc038635a6c2a3f29a5b057c077be3a4b0 (patch)
tree1782bd26bb5852c106d9a0b3cb4c6b3156db687c /release/scripts/startup/bl_ui/properties_constraint.py
parentd860d23e1a9c41ded126e54cae3c05ed9b869805 (diff)
Cleanup: pep8
Use 'autopep8 --ignore E721,E722' on our UI code, only minor changes.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_constraint.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_constraint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py
index 9b61101778f..b7880e605b3 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -941,6 +941,7 @@ class BONE_PT_constraints(ConstraintButtonsPanel, Panel):
for con in context.pose_bone.constraints:
self.draw_constraint(context, con)
+
classes = (
OBJECT_PT_constraints,
BONE_PT_constraints,