USD export: fix skel root by default.

Now enabling fixing the skel root hierarchy on export
by default.  Also removed 'Experimental' from the
'Armatures' export option label.
This commit is contained in:
Michael Kowalski 2022-08-30 17:06:21 -04:00
parent 095f016fc0
commit 5e54c0cbf1
1 changed files with 2 additions and 2 deletions

View File

@ -658,7 +658,7 @@ void WM_OT_usd_export(struct wmOperatorType *ot)
RNA_def_boolean(ot->srna,
"export_armatures",
false,
"Armatures (Experimental)",
"Armatures",
"Export armatures and skinned meshes");
RNA_def_boolean(ot->srna,
@ -675,7 +675,7 @@ void WM_OT_usd_export(struct wmOperatorType *ot)
RNA_def_boolean(ot->srna,
"fix_skel_root",
false,
true,
"Fix Skel Root",
"If exporting armatures, attempt to automatically "
"correct invalid USD Skel Root hierarchies");