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
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-01-23 15:02:28 +0400
committerThomas Dinges <blender@dingto.org>2013-01-23 15:02:28 +0400
commit9ce9f6a47716767f994d5133da83ea1501ed5c91 (patch)
treeee6efadc1444970eaaa4140c6d6ae88ea6ea8f2b /intern
parentd2161ec488bdee56a47d00375b9176e95339918c (diff)
Cycles:
* Small code cleanup of panel registering after Bullet merge.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/ui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index dff7dfc9c21..214d28e393e 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -1166,9 +1166,9 @@ def get_panels():
types.PARTICLE_PT_velocity,
types.PARTICLE_PT_rotation,
types.PARTICLE_PT_physics,
- bpy.types.SCENE_PT_rigid_body_world,
- bpy.types.SCENE_PT_rigid_body_cache,
- bpy.types.SCENE_PT_rigid_body_field_weights,
+ types.SCENE_PT_rigid_body_world,
+ types.SCENE_PT_rigid_body_cache,
+ types.SCENE_PT_rigid_body_field_weights,
types.PARTICLE_PT_boidbrain,
types.PARTICLE_PT_render,
types.PARTICLE_PT_draw,