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:
authorThomas Dinges <blender@dingto.org>2009-07-26 20:31:48 +0400
committerThomas Dinges <blender@dingto.org>2009-07-26 20:31:48 +0400
commitb666f55e0e779d1f30f81035bef571db705d5913 (patch)
treee5b7009e0fb83894676e0cc7dda361dc6f8405e0 /release/ui/buttons_object_constraint.py
parent6d84e38856af0bdf01e09022277e6d8f1e54aa22 (diff)
2.5 Layout files:
* Removed __idname__ from all panels. Note: Operator classes still need that id. Don't remove it there.
Diffstat (limited to 'release/ui/buttons_object_constraint.py')
-rw-r--r--release/ui/buttons_object_constraint.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/ui/buttons_object_constraint.py b/release/ui/buttons_object_constraint.py
index 1766513a952..b239a96a16a 100644
--- a/release/ui/buttons_object_constraint.py
+++ b/release/ui/buttons_object_constraint.py
@@ -512,7 +512,6 @@ class ConstraintButtonsPanel(bpy.types.Panel):
row.itemR(con, "axis_z")
class OBJECT_PT_constraints(ConstraintButtonsPanel):
- __idname__ = "OBJECT_PT_constraints"
__label__ = "Constraints"
__context__ = "constraint"
@@ -531,7 +530,6 @@ class OBJECT_PT_constraints(ConstraintButtonsPanel):
self.draw_constraint(con)
class BONE_PT_constraints(ConstraintButtonsPanel):
- __idname__ = "BONE_PT_constraints"
__label__ = "Constraints"
__context__ = "bone"