render_cube_map icon indicating copy to clipboard operation
render_cube_map copied to clipboard

Duplicate nodetrees (TODO realization)

Open Filyus opened this issue 1 year ago • 0 comments

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.

Filyus avatar Oct 17 '24 05:10 Filyus