change info

This commit is contained in:
t3du 2021-10-20 09:49:00 -03:00 committed by GitHub
parent 977b2db376
commit 3e6e1e4bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ from arm.logicnode.arm_nodes import *
class GetObjectByUidNode(ArmLogicTreeNode):
"""Searches for a object that with this uid in the current active scene and returns it."""
"""Searches for a object with this uid in the current active scene and returns it."""
bl_idname = 'LNGetObjectByUidNode'
bl_label = 'Get Object By Uid'