render_cube_map
render_cube_map copied to clipboard
Duplicate nodetrees (TODO realization)
For your TODO if there were nodetrees, duplicate them here: the code could look like this:
if self._scene.node_tree:
self._scene.node_tree = self._scene.node_tree.copy()
but I haven't tested.