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

The visibility of the object is what counts, not just the visibility of
the collection.
This commit is contained in:
Sybren A. Stüvel
2019-11-29 14:20:15 +01:00
parent d9e61ce195
commit ff9d33a77c

View File

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