Home
last modified time | relevance | path

Searched refs:ParticleSettings (Results 1 – 25 of 96) sorted by relevance

1234

/dports/graphics/blender/blender-2.91.0/source/blender/editors/physics/
H A Dparticle_boids.c54 ParticleSettings *part = ptr.data; in rule_add_exec()
100 ParticleSettings *part = ptr.data; in rule_del_exec()
147 ParticleSettings *part = ptr.data; in rule_move_up_exec()
184 ParticleSettings *part = ptr.data; in rule_move_down_exec()
222 ParticleSettings *part = ptr.data; in state_add_exec()
258 ParticleSettings *part = ptr.data; in state_del_exec()
308 ParticleSettings *part = ptr.data; in state_move_up_exec()
344 ParticleSettings *part = ptr.data; in state_move_down_exec()
H A Dparticle_object.c173 ParticleSettings *part = NULL; in new_particle_settings_exec()
183 part = (ParticleSettings *)BKE_id_copy(bmain, &psys->part->id); in new_particle_settings_exec()
435 ParticleSettings *part; in dupliob_move_up_exec()
475 ParticleSettings *part; in copy_particle_dupliob_exec()
516 ParticleSettings *part; in remove_particle_dupliob_exec()
563 ParticleSettings *part; in dupliob_move_down_exec()
1158 psys->part = (ParticleSettings *)BKE_id_copy(bmain, &psys->part->id); in copy_particle_systems_to_object()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_particle.h42 struct ParticleSettings;
326 void psys_find_group_weights(struct ParticleSettings *part);
327 void psys_check_group_weights(struct ParticleSettings *part);
329 void BKE_particlesettings_fluid_default_settings(struct ParticleSettings *part);
372 struct ParticleSettings *BKE_particlesettings_add(struct Main *bmain, const char *name);
393 struct ParticleSettings *part,
419 void BKE_particlesettings_clump_curve_init(struct ParticleSettings *part);
420 void BKE_particlesettings_rough_curve_init(struct ParticleSettings *part);
421 void BKE_particlesettings_twist_curve_init(struct ParticleSettings *part);
438 struct ParticleSettings *part,
[all …]
H A DBKE_texture.h36 struct ParticleSettings;
59 struct Tex *give_current_particle_texture(struct ParticleSettings *part);
66 void set_current_particle_texture(struct ParticleSettings *part, struct Tex *tex);
H A DBKE_boids.h37 struct ParticleSettings *part;
50 void boids_precalc_rules(struct ParticleSettings *part, float cfra);
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_particle.c754 ParticleSettings *part = (ParticleSettings *)ptr->data; in rna_Particle_redo_count()
773 ParticleSettings *part = (ParticleSettings *)ptr->owner_id; in rna_Particle_change_type()
794 ParticleSettings *part = (ParticleSettings *)ptr->data; in rna_Particle_change_physics_type()
954 ParticleSettings *settings = (ParticleSettings *)ptr->data; in rna_Particle_abspathtime_update()
968 ParticleSettings *settings = (ParticleSettings *)ptr->data; in rna_PartSettings_start_set()
987 ParticleSettings *settings = (ParticleSettings *)ptr->data; in rna_PartSettings_end_set()
999 ParticleSettings *settings = (ParticleSettings *)ptr->data; in rna_PartSetings_timestep_set()
1006 ParticleSettings *settings = (ParticleSettings *)ptr->data; in rna_PartSettings_timestep_get()
1499 ParticleSettings *part = (ParticleSettings *)ptr->data; in rna_ParticleSettings_mtex_begin()
1505 ParticleSettings *part = (ParticleSettings *)ptr->data; in rna_ParticleSettings_active_texture_get()
[all …]
H A Drna_object_force.c626 ParticleSettings *part = (ParticleSettings *)ptr->owner_id; in rna_FieldSettings_update()
719 ParticleSettings *part = (ParticleSettings *)ptr->owner_id; in rna_FieldSettings_path()
774 ParticleSettings *part = (ParticleSettings *)ptr->owner_id; in rna_EffectorWeight_path()
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_curves.cpp76 BL::ParticleSettings b_part((const PointerRNA)b_psys.settings().ptr); in ObtainCacheParticleData()
78 if ((b_part.render_type() == BL::ParticleSettings::render_type_PATH) && in ObtainCacheParticleData()
79 (b_part.type() == BL::ParticleSettings::type_HAIR)) { in ObtainCacheParticleData()
95 if (b_part.kink() == BL::ParticleSettings::kink_SPIRAL) in ObtainCacheParticleData()
172 BL::ParticleSettings b_part((const PointerRNA)b_psys.settings().ptr); in ObtainCacheParticleUV()
174 if ((b_part.render_type() == BL::ParticleSettings::render_type_PATH) && in ObtainCacheParticleUV()
175 (b_part.type() == BL::ParticleSettings::type_HAIR)) { in ObtainCacheParticleUV()
235 BL::ParticleSettings b_part((const PointerRNA)b_psys.settings().ptr); in ObtainCacheParticleVcol()
238 (b_part.type() == BL::ParticleSettings::type_HAIR)) { in ObtainCacheParticleVcol()
519 BL::ParticleSettings b_part((const PointerRNA)b_psys.settings().ptr); in object_has_particle_hair()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Ddna_rename_defs.h88 DNA_STRUCT_RENAME_ELEM(ParticleSettings, dup_group, instance_collection)
89 DNA_STRUCT_RENAME_ELEM(ParticleSettings, dup_ob, instance_object)
90 DNA_STRUCT_RENAME_ELEM(ParticleSettings, dupliweights, instance_weights)
H A Ddna_defaults.c208 SDNA_DEFAULT_DECL_STRUCT(ParticleSettings);
400 SDNA_DEFAULT_DECL(ParticleSettings),
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dtexture.c504 *mtex_ar = ((ParticleSettings *)id)->mtex; in give_active_mtex()
506 *act = (((ParticleSettings *)id)->texact); in give_active_mtex()
534 ((ParticleSettings *)id)->texact = act; in set_active_mtex()
558 Tex *give_current_particle_texture(ParticleSettings *part) in give_current_particle_texture()
575 void set_current_particle_texture(ParticleSettings *part, Tex *newtex) in set_current_particle_texture()
H A Dparticle.c89 ParticleSettings *particle_settings = (ParticleSettings *)id; in particle_settings_init()
102 ParticleSettings *particle_settings_dst = (ParticleSettings *)id_dst; in particle_settings_copy_data()
103 const ParticleSettings *partticle_settings_src = (const ParticleSettings *)id_src; in particle_settings_copy_data()
135 ParticleSettings *particle_settings = (ParticleSettings *)id; in particle_settings_free_data()
164 ParticleSettings *psett = (ParticleSettings *)id; in particle_settings_foreach_id()
270 ParticleSettings *part = psys->part; in count_particles()
288 ParticleSettings *part = psys->part; in count_particles_mod()
2090 ParticleSettings *part, in do_guides()
2417 ParticleSettings *part = psys->part; in psys_thread_context_init_path()
2532 ParticleSettings *part = psys->part; in psys_thread_create_path()
[all …]
H A Dparticle_system.c115 ParticleSettings *part = psys->part; in psys_get_current_display_percentage()
205 ParticleSettings *part = psys->part; in realloc_particles()
574 ParticleSettings *part = psys->part; in init_particle_texture()
613 ParticleSettings *part = psys->part; in initialize_all_particles()
732 ParticleSettings *part = psys->part; in psys_get_birth_coords()
1074 ParticleSettings *part; in reset_particle()
1312 ParticleSettings *part = psys->part; in psys_get_pointcache_start_end()
1404 ParticleSettings *part, in integrate_particle()
3180 ParticleSettings *part = psys->part; in psys_update_path_cache()
4745 static ParticleSettings *particle_settings_localize(ParticleSettings *particle_settings) in particle_settings_localize()
[all …]
H A Dparticle_child.c149 struct ParticleSettings *part = ctx->sim.psys->part; in do_kink_spiral()
323 struct ParticleSettings *part = ctx->sim.psys->part; in psys_apply_child_modifiers()
776 ParticleSettings *part = sim->psys->part; in do_twist()
828 ParticleSettings *part = sim->psys->part; in do_child_modifiers()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_particle_types.h177 typedef struct ParticleSettings { struct
300 } ParticleSettings; argument
312 ParticleSettings *part;
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/exporter/
H A Dabc_writer_hair.cc89 ParticleSettings *part = psys->part; in do_write()
147 ParticleSettings *part = psys->part; in write_hair_sample()
253 ParticleSettings *part = psys->part; in write_hair_child_sample()
H A Dabc_writer_hair.h26 struct ParticleSettings;
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_nodes.h53 struct ParticleSettings;
195 virtual void build_particle_settings(ParticleSettings *part);
H A Ddeg_builder_relations.h69 struct ParticleSettings;
256 virtual void build_particle_settings(ParticleSettings *part);
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/node/
H A Ddeg_node_component.h177 DEG_COMPONENT_NODE_DECLARE_GENERIC(ParticleSettings);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_buttons/
H A Dbuttons_texture.c387 ParticleSettings *part = (ParticleSettings *)user->ptr.owner_id; in template_texture_select()
/dports/graphics/blender/blender-2.91.0/release/datafiles/locale/po/
H A Deo.po223 msgctxt "ParticleSettings"
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_particle.c173 ParticleSettings *part = psys->part; in OVERLAY_particle_cache_populate()
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_ui/
H A Dproperties_texture.py30 ParticleSettings,
762 if isinstance(idblock, ParticleSettings):
794 if not isinstance(idblock, ParticleSettings):
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/basic/
H A Dbasic_engine.c176 ParticleSettings *part = psys->part; in basic_cache_populate()

1234