Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. import bpy
  2. path = "D:\virtual_imagery\render_data\plot_row\procedural-scene.blend"
  3. with bpy.data.libraries.load(path) as (data_from, data_to):
  4. setattr(data_to, "scenes", ["procedural"])
  5. bpy.data.scenes.remove(bpy.data.scenes["Scene"], do_unlink=True)
  6. print(bpy.context.scene.node_tree.nodes["Hue Saturation Value"].inputs["Hue"].default_value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement