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:
authorJacques Lucke <mail@jlucke.com>2019-11-26 12:40:54 +0300
committerJacques Lucke <mail@jlucke.com>2019-11-26 12:40:54 +0300
commitabe3c18cf620c77f0fe1efb713328036033567cd (patch)
treec723b93a9a178334f39a245d323d11e07ce0cb52 /source/blender/editors/space_outliner/outliner_draw.c
parent0e1a4f39ac2adad36f69898cdb12d0c90aab7bd5 (diff)
parent1fbca076341919826bf70f7f1a11752223c75c85 (diff)
Merge branch 'master' into functions
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index cb6275e3f44..c87a6aa7fec 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -415,7 +415,8 @@ static void outliner_collection_set_flag_recursive(Scene *scene,
}
}
-/** Check if collection is already isolated.
+/**
+ * Check if collection is already isolated.
*
* A collection is isolated if all its parents and children are "visible".
* All the other collections must be "invisible".