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'");

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to