[Bf-blender-cvs] [ff9d33a77ca] master: Alembic: clarification of 'visible objects only' export option tooltip

Sybren A. Stüvel noreply at git.blender.org
Fri Nov 29 14:20:26 CET 2019


Commit: ff9d33a77cacc57c2eab2d92cd9742f9e901efe4
Author: Sybren A. Stüvel
Date:   Fri Nov 29 14:20:15 2019 +0100
Branches: master
https://developer.blender.org/rBff9d33a77cacc57c2eab2d92cd9742f9e901efe4

Alembic: clarification of 'visible objects only' export option tooltip

The visibility of the object is what counts, not just the visibility of
the collection.

===================================================================

M	source/blender/editors/io/io_alembic.c

===================================================================

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",



More information about the Bf-blender-cvs mailing list