Commit: 6eacd48e473b2003e2f8ffb3a036a2cdbad2da4e
Author: makowalski
Date: Tue Jun 22 18:50:56 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rB6eacd48e473b2003e2f8ffb3a036a2cdbad2da4e
USD Import: add comments.
===================================================================
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 3f39ac03950..ed8886dfdfb 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -492,7 +492,9 @@ void WM_OT_usd_import(struct wmOperatorType *ot)
"Flags",
"Set read flag for all USD import mesh sequence cache
modifiers");
+ /* Specify that the flag contains multiple enums. */
RNA_def_property_flag(prop, PROP_ENUM_FLAG);
+ /* Set the flag bits enabled by default. */
RNA_def_property_enum_default(
prop, (MOD_MESHSEQ_READ_VERT | MOD_MESHSEQ_READ_POLY |
MOD_MESHSEQ_READ_UV));
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs