From ff9d33a77cacc57c2eab2d92cd9742f9e901efe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 29 Nov 2019 14:20:15 +0100 Subject: Alembic: clarification of 'visible objects only' export option tooltip The visibility of the object is what counts, not just the visibility of the collection. --- source/blender/editors/io/io_alembic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors') 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", -- cgit v1.2.3