fix doc
parent
9612122b5f
commit
e33b0e5b1d
|
@ -98,7 +98,7 @@ class Node:
|
|||
"""Set the blender scene using the bpy Scene object or its name.
|
||||
|
||||
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):
|
||||
self._scene = bpy.data.scenes[value]
|
||||
|
|
Loading…
Reference in New Issue