Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-03-23 04:15:50 +0300
committerCampbell Barton <campbell@blender.org>2022-03-23 04:15:50 +0300
commit4822153b85551ffce614c174c9a3bff0f8b8a975 (patch)
tree6257cf39620781dc0f7ab9c029518bfe2895dbf3 /source/blender/editors/object/object_transform.cc
parent6bb28a1a524060eca8d20dff8f72e1d4bbc7d938 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/object/object_transform.cc')
-rw-r--r--source/blender/editors/object/object_transform.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_transform.cc b/source/blender/editors/object/object_transform.cc
index 1970851c326..24425b5a991 100644
--- a/source/blender/editors/object/object_transform.cc
+++ b/source/blender/editors/object/object_transform.cc
@@ -1135,7 +1135,7 @@ static int object_origin_set_exec(bContext *C, wmOperator *op)
}
if (ob->data == nullptr) {
- /* special support for dupligroups */
+ /* Special support for instanced collections. */
if ((ob->transflag & OB_DUPLICOLLECTION) && ob->instance_collection &&
(ob->instance_collection->id.tag & LIB_TAG_DOIT) == 0) {
if (ID_IS_LINKED(ob->instance_collection)) {