[Bf-blender-cvs] [d450e09] fluid-mantaflow: cleanup old mesh load function in header

Sebastián Barschkis noreply at git.blender.org
Thu Jun 30 00:39:21 CEST 2016


Commit: d450e098ac062c7f0ff16f5bf8b22f30d60bf5fc
Author: Sebastián Barschkis
Date:   Sun Jun 19 20:11:15 2016 +0200
Branches: fluid-mantaflow
https://developer.blender.org/rBd450e098ac062c7f0ff16f5bf8b22f30d60bf5fc

cleanup old mesh load function in header

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

M	intern/mantaflow/extern/manta_smoke_API.h

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

diff --git a/intern/mantaflow/extern/manta_smoke_API.h b/intern/mantaflow/extern/manta_smoke_API.h
index e1ac7d1..c884cdc 100644
--- a/intern/mantaflow/extern/manta_smoke_API.h
+++ b/intern/mantaflow/extern/manta_smoke_API.h
@@ -92,7 +92,6 @@ float *liquid_get_phi(struct SMOKE *liquid);
 float *liquid_turbulence_get_phi(struct SMOKE *liquid);
 void liquid_ensure_init(struct SMOKE *liquid, struct SmokeModifierData *smd);
 void liquid_save_mesh(struct SMOKE *liquid, char *filename);
-void liquid_load_mesh(struct SMOKE *liquid, char *filename);
 int liquid_get_num_verts(struct SMOKE *liquid);
 int liquid_get_num_normals(struct SMOKE *liquid);
 int liquid_get_num_triangles(struct SMOKE *liquid);




More information about the Bf-blender-cvs mailing list