render_cube_map icon indicating copy to clipboard operation
render_cube_map copied to clipboard

Blender Addon to Render Cube Map

Results 3 render_cube_map issues
Sort by recently updated
recently updated
newest added

It appears that this plugin needs to be updated for the latest Blender release.

As reported by @sebastian-k we can easily crashing it by using cube map multiple times in the same file. I get the crash after clicking on the outline once I...

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