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 _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
