Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_texture.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_texture.py40
1 files changed, 20 insertions, 20 deletions
diff --git a/release/scripts/startup/bl_ui/properties_texture.py b/release/scripts/startup/bl_ui/properties_texture.py
index c3f160e03d7..caeccb9bb9d 100644
--- a/release/scripts/startup/bl_ui/properties_texture.py
+++ b/release/scripts/startup/bl_ui/properties_texture.py
@@ -1226,33 +1226,33 @@ class TEXTURE_PT_custom_props(TextureButtonsPanel, PropertyPanel, Panel):
classes = (
- TEXTURE_MT_envmap_specials,
TEXTURE_MT_specials,
- TEXTURE_PT_blend,
- TEXTURE_PT_clouds,
- TEXTURE_PT_colors,
+ TEXTURE_MT_envmap_specials,
+ TEXTURE_UL_texslots,
TEXTURE_PT_context_texture,
- TEXTURE_PT_custom_props,
- TEXTURE_PT_distortednoise,
- TEXTURE_PT_envmap,
- TEXTURE_PT_envmap_sampling,
+ TEXTURE_PT_preview,
+ TEXTURE_PT_colors,
+ TEXTURE_PT_clouds,
+ TEXTURE_PT_wood,
+ TEXTURE_PT_marble,
+ TEXTURE_PT_magic,
+ TEXTURE_PT_blend,
+ TEXTURE_PT_stucci,
TEXTURE_PT_image,
- TEXTURE_PT_image_mapping,
TEXTURE_PT_image_sampling,
- TEXTURE_PT_influence,
- TEXTURE_PT_magic,
- TEXTURE_PT_mapping,
- TEXTURE_PT_marble,
+ TEXTURE_PT_image_mapping,
+ TEXTURE_PT_envmap,
+ TEXTURE_PT_envmap_sampling,
TEXTURE_PT_musgrave,
- TEXTURE_PT_ocean,
- TEXTURE_PT_pointdensity,
- TEXTURE_PT_pointdensity_turbulence,
- TEXTURE_PT_preview,
- TEXTURE_PT_stucci,
TEXTURE_PT_voronoi,
+ TEXTURE_PT_distortednoise,
TEXTURE_PT_voxeldata,
- TEXTURE_PT_wood,
- TEXTURE_UL_texslots,
+ TEXTURE_PT_pointdensity,
+ TEXTURE_PT_pointdensity_turbulence,
+ TEXTURE_PT_ocean,
+ TEXTURE_PT_mapping,
+ TEXTURE_PT_influence,
+ TEXTURE_PT_custom_props,
)
if __name__ == "__main__": # only for live edit.