[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39185] branches/cycles/intern/cycles/ blender/addon/ui.py: Cycles: fix missing texture space panels.

Brecht Van Lommel brechtvanlommel at pandora.be
Mon Aug 8 16:08:58 CEST 2011


Revision: 39185
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39185
Author:   blendix
Date:     2011-08-08 14:08:58 +0000 (Mon, 08 Aug 2011)
Log Message:
-----------
Cycles: fix missing texture space panels.

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

Modified: branches/cycles/intern/cycles/blender/addon/ui.py
===================================================================
--- branches/cycles/intern/cycles/blender/addon/ui.py	2011-08-08 14:01:21 UTC (rev 39184)
+++ branches/cycles/intern/cycles/blender/addon/ui.py	2011-08-08 14:08:58 UTC (rev 39185)
@@ -465,16 +465,19 @@
 		bpy.types.RENDER_PT_stamp,
 		bpy.types.WORLD_PT_context_world,
 		bpy.types.DATA_PT_context_mesh,
+		bpy.types.DATA_PT_context_camera,
+		bpy.types.DATA_PT_context_lamp,
+		bpy.types.DATA_PT_texture_space,
+		bpy.types.DATA_PT_curve_texture_space,
+		bpy.types.DATA_PT_mball_texture_space,
 		bpy.types.DATA_PT_vertex_groups,
 		bpy.types.DATA_PT_shape_keys,
 		bpy.types.DATA_PT_uv_texture,
 		bpy.types.DATA_PT_vertex_colors,
-		bpy.types.DATA_PT_custom_props_mesh,
-		bpy.types.DATA_PT_context_camera,
 		bpy.types.DATA_PT_camera,
 		bpy.types.DATA_PT_camera_display,
+		bpy.types.DATA_PT_custom_props_mesh,
 		bpy.types.DATA_PT_custom_props_camera,
-		bpy.types.DATA_PT_context_lamp,
 		bpy.types.DATA_PT_custom_props_lamp,
 		bpy.types.TEXTURE_PT_clouds,
 		bpy.types.TEXTURE_PT_wood,




More information about the Bf-blender-cvs mailing list