[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54332] trunk/blender/intern/cycles/ blender/addon/ui.py: Add missing Custom Properties panels when Cycles render is active

Sergey Sharybin sergey.vfx at gmail.com
Tue Feb 5 16:22:30 CET 2013


Revision: 54332
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54332
Author:   nazgul
Date:     2013-02-05 15:22:30 +0000 (Tue, 05 Feb 2013)
Log Message:
-----------
Add missing Custom Properties panels when Cycles render is active

Modified Paths:
--------------
    trunk/blender/intern/cycles/blender/addon/ui.py

Modified: trunk/blender/intern/cycles/blender/addon/ui.py
===================================================================
--- trunk/blender/intern/cycles/blender/addon/ui.py	2013-02-05 15:01:08 UTC (rev 54331)
+++ trunk/blender/intern/cycles/blender/addon/ui.py	2013-02-05 15:22:30 UTC (rev 54332)
@@ -1133,12 +1133,14 @@
         types.RENDER_PT_stamp,
         types.SCENE_PT_scene,
         types.SCENE_PT_color_management,
+        types.SCENE_PT_custom_props,
         types.SCENE_PT_audio,
         types.SCENE_PT_unit,
         types.SCENE_PT_keying_sets,
         types.SCENE_PT_keying_set_paths,
         types.SCENE_PT_physics,
         types.WORLD_PT_context_world,
+        types.WORLD_PT_custom_props,
         types.DATA_PT_context_mesh,
         types.DATA_PT_context_camera,
         types.DATA_PT_context_lamp,
@@ -1161,6 +1163,11 @@
         types.DATA_PT_custom_props_camera,
         types.DATA_PT_custom_props_lamp,
         types.DATA_PT_custom_props_speaker,
+        types.DATA_PT_custom_props_arm,
+        types.DATA_PT_custom_props_curve,
+        types.DATA_PT_custom_props_lattice,
+        types.DATA_PT_custom_props_metaball,
+        types.TEXTURE_PT_custom_props,
         types.TEXTURE_PT_clouds,
         types.TEXTURE_PT_wood,
         types.TEXTURE_PT_marble,
@@ -1180,6 +1187,7 @@
         types.TEXTURE_PT_influence,
         types.TEXTURE_PT_colors,
         types.PARTICLE_PT_context_particles,
+        types.PARTICLE_PT_custom_props,
         types.PARTICLE_PT_emission,
         types.PARTICLE_PT_hair_dynamics,
         types.PARTICLE_PT_cache,
@@ -1197,6 +1205,9 @@
         types.PARTICLE_PT_force_fields,
         types.PARTICLE_PT_vertexgroups,
         types.PARTICLE_PT_custom_props,
+        types.MATERIAL_PT_custom_props,
+        types.BONE_PT_custom_props,
+        types.OBJECT_PT_custom_props,
         )
 
 




More information about the Bf-blender-cvs mailing list