render_cube_map
render_cube_map copied to clipboard
Blender Addon to Render Cube Map
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.