JoPmt commited on
Commit
eed1ecf
1 Parent(s): fca479a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,8 +128,8 @@ def create_scene():
128
  ##tex_environment = world.node_tree.nodes.new('ShaderNodeTexEnvironment')
129
  ##tex_environment.image = img
130
  ##world = bpy.context.scene.world
131
- tx_node = world.node_tree.nodes['Background']
132
- world.node_tree.links.new(tex_environment.outputs[0], tx_node.inputs[0])
133
 
134
  ##img = bpy.data.images.load(image_path)
135
 
 
128
  ##tex_environment = world.node_tree.nodes.new('ShaderNodeTexEnvironment')
129
  ##tex_environment.image = img
130
  ##world = bpy.context.scene.world
131
+ ##tx_node = world.node_tree.nodes['Background']
132
+ ##world.node_tree.links.new(tex_environment.outputs[0], tx_node.inputs[0])
133
 
134
  ##img = bpy.data.images.load(image_path)
135