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:
authorJacques Lucke <mail@jlucke.com>2019-07-20 15:06:51 +0300
committerJacques Lucke <mail@jlucke.com>2019-07-20 15:06:51 +0300
commit1180996832fce0081cfad48d98067feb1930bf99 (patch)
tree68ad9941b7fdd56c09976412862cecc8f4fa36de /source/blender/simulations/BParticles.h
parentdd47cbf3b7cdebc645f4df15ef921b0f333179c3 (diff)
add ability to select output mesh type in modifier settings
Diffstat (limited to 'source/blender/simulations/BParticles.h')
-rw-r--r--source/blender/simulations/BParticles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/simulations/BParticles.h b/source/blender/simulations/BParticles.h
index 0ed70da4d65..ef844f73471 100644
--- a/source/blender/simulations/BParticles.h
+++ b/source/blender/simulations/BParticles.h
@@ -31,6 +31,7 @@ void BParticles_simulate_modifier(struct BParticlesModifierData *bpmd,
uint BParticles_state_particle_count(BParticlesState particles_state);
void BParticles_state_get_positions(BParticlesState particles_state, float (*dst)[3]);
+Mesh *BParticles_modifier_point_mesh_from_state(BParticlesState state);
Mesh *BParticles_modifier_mesh_from_state(BParticlesState particles_state);
void BParticles_modifier_free_cache(struct BParticlesModifierData *bpmd);
struct Mesh *BParticles_modifier_mesh_from_cache(struct BParticlesFrameCache *cached_frame);