Commit: 6da1424da40f87e967aa9c93d8e8dfa2d084f148
Author: makowalski
Date:   Mon Mar 8 21:58:42 2021 -0500
Branches: usd-importer-T81257-merge
https://developer.blender.org/rB6da1424da40f87e967aa9c93d8e8dfa2d084f148

USD Import: subdiv option default to off.

The Import Subdiv Option can sometimes behave unexpectedly,
losing all sharp edges.  Turning this option off by default
until the behavior can be fine tuned.

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

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 9de29fbf007..60bbfda1cc0 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -552,7 +552,7 @@ void WM_OT_usd_import(struct wmOperatorType *ot)
 
   RNA_def_boolean(ot->srna,
                   "import_subdiv",
-                  true,
+                  false,
                   "Import Subdiv Scheme",
                   "If enabled, subdiv surface modifiers will be created based 
on USD "
                   "SubdivisionScheme attribute");

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to