svn merge ^/trunk/blender -r43676:43685

This commit is contained in:
2012-01-24 22:44:48 +00:00
7 changed files with 16 additions and 5 deletions

View File

@@ -61,6 +61,8 @@ class NODE_HT_header(Header):
if snode.shader_type == 'WORLD':
layout.template_ID(scene, "world", new="world.new")
if snode_id:
layout.prop(snode_id, "use_nodes")
elif snode.tree_type == 'TEXTURE':
layout.prop(snode, "texture_type", text="", expand=True)