[Bf-blender-cvs] [da0904418b7] usd-importer-T81257-merge: USD IO: reverted change unrelated to importer.

makowalski noreply at git.blender.org
Tue May 11 03:56:35 CEST 2021


Commit: da0904418b745cbcd9dc6e6743ffce81901e1e96
Author: makowalski
Date:   Mon May 10 11:56:24 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rBda0904418b745cbcd9dc6e6743ffce81901e1e96

USD IO: reverted change unrelated to importer.

Revereted previous change to exporter code, since it's
unrelated to the USD impoter patch.

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

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 353953ee091..dcb9a5cccd4 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -151,7 +151,7 @@ static int wm_usd_export_exec(bContext *C, wmOperator *op)
       evaluation_mode,
   };
 
-  const bool ok = USD_export(C, filename, &params, as_background_job);
+  bool ok = USD_export(C, filename, &params, as_background_job);
 
   return as_background_job || ok ? OPERATOR_FINISHED : OPERATOR_CANCELLED;
 }



More information about the Bf-blender-cvs mailing list