Home
last modified time | relevance | path

Searched refs:PART_CHILD_PARTICLES (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_particle_types.h605 #define PART_CHILD_PARTICLES 1 macro
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/exporter/
H A Dabc_writer_hair.cc262 if (part->from == PART_FROM_FACE && part->childtype != PART_CHILD_PARTICLES && mtface) { in write_hair_child_sample()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_particles.c507 const bool is_simple = (psys->part->childtype == PART_CHILD_PARTICLES); in particle_batch_cache_fill_segments()
732 const bool is_simple = (psys->part->childtype == PART_CHILD_PARTICLES); in particle_batch_cache_fill_strands_data()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dparticle_child.c782 if (part->childtype != PART_CHILD_PARTICLES) { in do_twist()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_particle.c2437 {PART_CHILD_PARTICLES, "SIMPLE", 0, "Simple", ""}, in rna_def_particle_settings()