master
florentin.luce 2024-02-29 16:45:08 +01:00
parent 9612122b5f
commit e33b0e5b1d
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Node:
"""Set the blender scene using the bpy Scene object or its name. """Set the blender scene using the bpy Scene object or its name.
Args: Args:
value (str|bpy.types.Scene): scene name or scene object to set th the node. value (str|bpy.types.Scene): scene name or scene object to set the node.
""" """
if isinstance(value, str): if isinstance(value, str):
self._scene = bpy.data.scenes[value] self._scene = bpy.data.scenes[value]