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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user