[Bf-blender-cvs] [d54f934] gooseberry: Stub function for Alembic init when Alembic is not enabled.

Lukas Tönne noreply at git.blender.org
Mon Mar 23 13:31:52 CET 2015


Commit: d54f93463f387f9fd6e98f5aa8aa3d4ba06d91ce
Author: Lukas Tönne
Date:   Mon Mar 23 13:31:16 2015 +0100
Branches: gooseberry
https://developer.blender.org/rBd54f93463f387f9fd6e98f5aa8aa3d4ba06d91ce

Stub function for Alembic init when Alembic is not enabled.

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

M	source/blender/pointcache/PTC_api.cpp

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

diff --git a/source/blender/pointcache/PTC_api.cpp b/source/blender/pointcache/PTC_api.cpp
index 30ac05a..cc29eb3 100644
--- a/source/blender/pointcache/PTC_api.cpp
+++ b/source/blender/pointcache/PTC_api.cpp
@@ -44,6 +44,12 @@ extern "C" {
 
 using namespace PTC;
 
+#ifndef WITH_PTC_ALEMBIC
+void PTC_alembic_init()
+{
+}
+#endif
+
 void PTC_error_handler_std(void)
 {
 	ErrorHandler::clear_default_handler();




More information about the Bf-blender-cvs mailing list