[Bf-blender-cvs] [6eacd48e473] usd-importer-T81257-merge: USD Import: add comments.

makowalski noreply at git.blender.org
Wed Jun 23 02:57:16 CEST 2021


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



More information about the Bf-blender-cvs mailing list