diff --git a/nodes/object/object_instancer.py b/nodes/object/object_instancer.py index 6de3262a9..df81ebdf4 100644 --- a/nodes/object/object_instancer.py +++ b/nodes/object/object_instancer.py @@ -60,7 +60,7 @@ def resetInstancesEvent(self, context): items = objectTypeItems, update = resetInstancesEvent) copyObjectProperties = BoolProperty(name = "Copy Full Object", default = False, - description = "Enable this to copy modifiers/constrains/... from the source object.", + description = "Enable this to copy modifiers/constraints/... from the source object.", update = resetInstancesEvent) removeAnimationData = BoolProperty(name = "Remove Animation Data", default = True,