USD export: Convert uv to st by default.

Enabling the "Convert uv to st" export option by default.
This commit is contained in:
Michael Kowalski 2022-05-14 18:54:53 -04:00
parent 7aa4b6f93f
commit 06022f7891
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ void WM_OT_usd_export(struct wmOperatorType *ot)
RNA_def_boolean(
ot->srna,
"convert_uv_to_st",
false,
true,
"Convert uv to st",
"Export the active uv map as USD primvar named 'st'");