Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/alembic/intern/abc_mball.h')
-rw-r--r--source/blender/alembic/intern/abc_mball.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_mball.h b/source/blender/alembic/intern/abc_mball.h
index 9b943698416..9a74006f839 100644
--- a/source/blender/alembic/intern/abc_mball.h
+++ b/source/blender/alembic/intern/abc_mball.h
@@ -26,6 +26,7 @@
#include "abc_object.h"
class AbcMeshWriter;
+struct EvaluationContext;
struct Main;
struct MetaBall;
struct Object;
@@ -50,7 +51,7 @@ public:
~AbcMBallWriter();
- static bool isBasisBall(Scene *scene, Object *ob);
+ static bool isBasisBall(EvaluationContext *eval_ctx, Scene *scene, Object *ob);
private:
virtual void do_write();