Make description more accurate

This commit is contained in:
QuantumCoderQC 2021-05-02 01:31:44 +02:00
parent 1ebe528417
commit badc8853b4

View file

@ -1,7 +1,8 @@
from arm.logicnode.arm_nodes import *
class SpawnObjectNode(ArmLogicTreeNode):
"""Spawns the given object. The spawned object has the same name of its instance, but they are threated as different objects."""
"""Spawns the given object if present in the current active scene. The spawned object has the same name of its instance, but they are threated as different objects."""
bl_idname = 'LNSpawnObjectNode'
bl_label = 'Spawn Object'
arm_version = 1