[Bf-blender-cvs] [b29ecbfc6bb] master: Fix compiling with Alembic

Sergej Reich noreply at git.blender.org
Sun Apr 1 19:51:52 CEST 2018


Commit: b29ecbfc6bb578165277ce40e0a093a08006944e
Author: Sergej Reich
Date:   Sun Apr 1 19:50:19 2018 +0200
Branches: master
https://developer.blender.org/rBb29ecbfc6bb578165277ce40e0a093a08006944e

Fix compiling with Alembic

Still need G.main

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

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 1116760449d..f3038a60315 100644
--- a/source/blender/modifiers/intern/MOD_meshsequencecache.c
+++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c
@@ -44,6 +44,7 @@
 
 #ifdef WITH_ALEMBIC
 #	include "ABC_alembic.h"
+#	include "BKE_global.h"
 #endif
 
 static void initData(ModifierData *md)



More information about the Bf-blender-cvs mailing list