[Bf-blender-cvs] [06022f7891f] universal-scene-description: USD export: Convert uv to st by default.

Michael Kowalski noreply at git.blender.org
Sun May 15 00:55:29 CEST 2022


Commit: 06022f7891f0c3690a90f1c78c16c7c50944e65f
Author: Michael Kowalski
Date:   Sat May 14 18:54:53 2022 -0400
Branches: universal-scene-description
https://developer.blender.org/rB06022f7891f0c3690a90f1c78c16c7c50944e65f

USD export: Convert uv to st by default.

Enabling the "Convert uv to st" export option by default.

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

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

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

diff --git a/source/blender/editors/io/io_usd.c b/source/blender/editors/io/io_usd.c
index eae096b2456..deab62e0000 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -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'");



More information about the Bf-blender-cvs mailing list