Skip to content

Commit

Permalink
Merge pull request #503 from LeonCheung/master
Browse files Browse the repository at this point in the history
little typo correction
  • Loading branch information
JacquesLucke committed Apr 12, 2016
2 parents f23198a + a9f1668 commit c3175be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/object/object_instancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c3175be

Please sign in to comment.