From 2e2592127e8cd63a1bbae1e6c2409a4774da902d Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Tue, 17 Aug 2010 08:56:47 +0000 Subject: 2.5 Texture Panels: * Removed "Plugin" Texture Type from the Interface as it is not implemented in 2.5 atm. --- release/scripts/ui/properties_texture.py | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'release') diff --git a/release/scripts/ui/properties_texture.py b/release/scripts/ui/properties_texture.py index cf7554a7b10..2306510271a 100644 --- a/release/scripts/ui/properties_texture.py +++ b/release/scripts/ui/properties_texture.py @@ -680,19 +680,6 @@ class TEXTURE_PT_image_mapping(TextureTypePanel, bpy.types.Panel): col.prop(tex, "crop_max_y", text="Y") -class TEXTURE_PT_plugin(TextureTypePanel, bpy.types.Panel): - bl_label = "Plugin" - tex_type = 'PLUGIN' - COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'} - - def draw(self, context): - layout = self.layout - - # tex = context.texture - - layout.label(text="Nothing yet") - - class TEXTURE_PT_envmap(TextureTypePanel, bpy.types.Panel): bl_label = "Environment Map" tex_type = 'ENVIRONMENT_MAP' -- cgit v1.2.3