[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51470] trunk/blender/intern/cycles/ blender/addon/ui.py: Bugfix [#32932] Can' t see the Speaker properties when using Cycles

Joshua Leung aligorith at gmail.com
Sun Oct 21 07:24:00 CEST 2012


Revision: 51470
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51470
Author:   aligorith
Date:     2012-10-21 05:23:58 +0000 (Sun, 21 Oct 2012)
Log Message:
-----------
Bugfix [#32932] Can't see the Speaker properties when using Cycles

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	2012-10-20 22:28:44 UTC (rev 51469)
+++ trunk/blender/intern/cycles/blender/addon/ui.py	2012-10-21 05:23:58 UTC (rev 51470)
@@ -988,6 +988,7 @@
         bpy.types.DATA_PT_context_mesh,
         bpy.types.DATA_PT_context_camera,
         bpy.types.DATA_PT_context_lamp,
+        bpy.types.DATA_PT_context_speaker,
         bpy.types.DATA_PT_texture_space,
         bpy.types.DATA_PT_curve_texture_space,
         bpy.types.DATA_PT_mball_texture_space,
@@ -998,10 +999,14 @@
         bpy.types.DATA_PT_camera,
         bpy.types.DATA_PT_camera_display,
         bpy.types.DATA_PT_lens,
+        bpy.types.DATA_PT_speaker,
+        bpy.types.DATA_PT_distance,
+        bpy.types.DATA_PT_cone,
         bpy.types.DATA_PT_customdata,
         bpy.types.DATA_PT_custom_props_mesh,
         bpy.types.DATA_PT_custom_props_camera,
         bpy.types.DATA_PT_custom_props_lamp,
+        bpy.types.DATA_PT_custom_props_speaker,
         bpy.types.TEXTURE_PT_clouds,
         bpy.types.TEXTURE_PT_wood,
         bpy.types.TEXTURE_PT_marble,




More information about the Bf-blender-cvs mailing list