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:
authorLukas Tönne <lukas.toenne@gmail.com>2015-06-11 18:52:04 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-06-11 18:52:04 +0300
commitf3e2af333ca40fdd85e7c77601ad5d58030312f8 (patch)
tree521e95e0c2cdbb8ead73c422cf772051794bd2a2 /source/blender/blenkernel/intern
parentc1ec3333f31b548230d35672949f46f04c54a2c4 (diff)
parentc5d008460600e54594402317dec889fbba36aacb (diff)
Merge branch 'openvdb' into gooseberry
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/smoke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/smoke.c b/source/blender/blenkernel/intern/smoke.c
index 7b078121eb7..d1bb997aad1 100644
--- a/source/blender/blenkernel/intern/smoke.c
+++ b/source/blender/blenkernel/intern/smoke.c
@@ -3626,7 +3626,7 @@ void smokeModifier_OpenVDB_export(SmokeModifierData *smd, Scene *scene, Object *
void smokeModifier_OpenVDB_import(SmokeModifierData *smd, Scene *scene, Object *ob, OpenVDBCache *cache)
{
- UNUSED_VARS(smd, scene, ob);
+ UNUSED_VARS(smd, scene, ob, cache);
}
void smokeModifier_OpenVDB_update_transform(SmokeModifierData *smd, Scene *scene,