[Bf-blender-cvs] [df6c4910751] usd-importer-T81257-merge: USD Import: format fix.

makowalski noreply at git.blender.org
Mon Apr 19 18:17:13 CEST 2021


Commit: df6c4910751033abcd71cc6b8f3a67f0f4c696d1
Author: makowalski
Date:   Mon Apr 19 11:56:23 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rBdf6c4910751033abcd71cc6b8f3a67f0f4c696d1

USD Import: format fix.

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

M	source/blender/modifiers/intern/MOD_meshsequencecache.c

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

diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.c b/source/blender/modifiers/intern/MOD_meshsequencecache.c
index 5401305b330..96896e782da 100644
--- a/source/blender/modifiers/intern/MOD_meshsequencecache.c
+++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c
@@ -68,8 +68,8 @@
 
 #ifdef WITH_USD
 #  include "BKE_global.h"
-#  include "BKE_library.h"
 #  include "BKE_lib_id.h"
+#  include "BKE_library.h"
 #  include "usd.h"
 #endif



More information about the Bf-blender-cvs mailing list