From 40886b6965062f84a7b3d8b73b79027e2a4e3caf Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 8 Aug 2011 14:08:58 +0000 Subject: [PATCH] Cycles: fix missing texture space panels. --- intern/cycles/blender/addon/ui.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py index 4f171a78b99..b4aeaa8e7ab 100644 --- a/intern/cycles/blender/addon/ui.py +++ b/intern/cycles/blender/addon/ui.py @@ -465,16 +465,19 @@ def get_panels(): 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,