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:
authorSybren A. Stüvel <sybren@blender.org>2019-11-29 16:20:15 +0300
committerSybren A. Stüvel <sybren@blender.org>2019-11-29 16:20:15 +0300
commitff9d33a77cacc57c2eab2d92cd9742f9e901efe4 (patch)
treedfd3dd0d444caae9cce2c38c2227165ed1091754 /source/blender/editors/io
parentd9e61ce1953b5d1edc6f12ee832584e7a582beda (diff)
Alembic: clarification of 'visible objects only' export option tooltip
The visibility of the object is what counts, not just the visibility of the collection.
Diffstat (limited to 'source/blender/editors/io')
-rw-r--r--source/blender/editors/io/io_alembic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/io/io_alembic.c b/source/blender/editors/io/io_alembic.c
index 809210a58b5..7582ef3f41d 100644
--- a/source/blender/editors/io/io_alembic.c
+++ b/source/blender/editors/io/io_alembic.c
@@ -395,7 +395,7 @@ void WM_OT_alembic_export(wmOperatorType *ot)
"visible_objects_only",
0,
"Visible Objects Only",
- "Export only objects in visible collections");
+ "Export only objects that are visible");
RNA_def_boolean(ot->srna,
"flatten",