Blender V4.3
physics_intern.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2007 by Janne Karhu. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11struct Depsgraph;
12struct Object;
13struct PTCacheEdit;
14struct ParticleSystem;
15struct PointCache;
16struct Scene;
17struct wmOperatorType;
18
19/* `particle_edit.cc` */
20
29
32
39
41
43
46
48
53 Depsgraph *depsgraph, Scene *scene, Object *ob, PointCache *cache, ParticleSystem *psys);
57void recalc_lengths(PTCacheEdit *edit);
61void recalc_emitter_field(Depsgraph *depsgraph, Object *ob, ParticleSystem *psys);
62void update_world_cos(Object *ob, PTCacheEdit *edit);
63
64/* `particle_object.cc` */
65
68
78
84
85/* `particle_boids.cc` */
86
91
96
97/* `physics_fluid.cc` */
98
112
113/* `dynamicpaint.cc` */
114
126
127/* `physics_pointcache.cc` */
128
136
137/* `rigidbody_object.cc` */
138
141
144
147
148/* `rigidbody_constraint.cc` */
149
152
153/* `rigidbody_world.cc` */
154
const Depsgraph * depsgraph
void BOID_OT_state_add(wmOperatorType *ot)
void RIGIDBODY_OT_world_remove(wmOperatorType *ot)
void PARTICLE_OT_select_roots(wmOperatorType *ot)
void RIGIDBODY_OT_object_remove(wmOperatorType *ot)
void FLUID_OT_free_mesh(wmOperatorType *ot)
void PARTICLE_OT_target_move_up(wmOperatorType *ot)
void PARTICLE_OT_weight_set(wmOperatorType *ot)
void PARTICLE_OT_remove_doubles(wmOperatorType *ot)
void PARTICLE_OT_dupliob_copy(wmOperatorType *ot)
void PARTICLE_OT_dupliob_refresh(wmOperatorType *ot)
void PARTICLE_OT_shape_cut(wmOperatorType *ot)
void DPAINT_OT_type_toggle(wmOperatorType *ot)
void DPAINT_OT_output_toggle(wmOperatorType *ot)
void RIGIDBODY_OT_shape_change(wmOperatorType *ot)
void PARTICLE_OT_delete(wmOperatorType *ot)
void PARTICLE_OT_new(wmOperatorType *ot)
void BOID_OT_state_move_down(wmOperatorType *ot)
void PARTICLE_OT_select_less(wmOperatorType *ot)
void PARTICLE_OT_edited_clear(wmOperatorType *ot)
void PARTICLE_OT_new_target(wmOperatorType *ot)
void PARTICLE_OT_mirror(wmOperatorType *ot)
void FLUID_OT_free_particles(wmOperatorType *ot)
void PARTICLE_OT_select_random(wmOperatorType *ot)
void FLUID_OT_free_all(wmOperatorType *ot)
void PARTICLE_OT_disconnect_hair(wmOperatorType *ot)
void PARTICLE_OT_select_linked(wmOperatorType *ot)
void PARTICLE_OT_reveal(wmOperatorType *ot)
void PARTICLE_OT_dupliob_move_down(wmOperatorType *ot)
void FLUID_OT_bake_guides(wmOperatorType *ot)
void PARTICLE_OT_target_remove(wmOperatorType *ot)
void PARTICLE_OT_subdivide(wmOperatorType *ot)
void PE_create_particle_edit(Depsgraph *depsgraph, Scene *scene, Object *ob, PointCache *cache, ParticleSystem *psys)
void update_world_cos(Object *ob, PTCacheEdit *edit)
void PARTICLE_OT_connect_hair(wmOperatorType *ot)
void OBJECT_OT_particle_system_remove(wmOperatorType *ot)
void RIGIDBODY_OT_constraint_remove(wmOperatorType *ot)
void PARTICLE_OT_copy_particle_systems(wmOperatorType *ot)
void FLUID_OT_free_guides(wmOperatorType *ot)
void PARTICLE_OT_select_more(wmOperatorType *ot)
void PTCACHE_OT_bake(wmOperatorType *ot)
void FLUID_OT_bake_particles(wmOperatorType *ot)
void PTCACHE_OT_free_bake_all(wmOperatorType *ot)
void PARTICLE_OT_rekey(wmOperatorType *ot)
void PARTICLE_OT_dupliob_remove(wmOperatorType *ot)
void RIGIDBODY_OT_object_add(wmOperatorType *ot)
void RIGIDBODY_OT_mass_calculate(wmOperatorType *ot)
void PARTICLE_OT_select_all(wmOperatorType *ot)
void recalc_lengths(PTCacheEdit *edit)
void DPAINT_OT_surface_slot_add(wmOperatorType *ot)
void RIGIDBODY_OT_world_export(wmOperatorType *ot)
void PARTICLE_OT_particle_edit_toggle(wmOperatorType *ot)
void PARTICLE_OT_select_tips(wmOperatorType *ot)
void BOID_OT_rule_add(wmOperatorType *ot)
void PTCACHE_OT_add(wmOperatorType *ot)
void FLUID_OT_bake_all(wmOperatorType *ot)
void RIGIDBODY_OT_objects_remove(wmOperatorType *ot)
void RIGIDBODY_OT_objects_add(wmOperatorType *ot)
void FLUID_OT_bake_data(wmOperatorType *ot)
void DPAINT_OT_surface_slot_remove(wmOperatorType *ot)
void recalc_emitter_field(Depsgraph *depsgraph, Object *ob, ParticleSystem *psys)
void RIGIDBODY_OT_world_add(wmOperatorType *ot)
void PARTICLE_OT_dupliob_move_up(wmOperatorType *ot)
void FLUID_OT_free_noise(wmOperatorType *ot)
void PTCACHE_OT_remove(wmOperatorType *ot)
void BOID_OT_rule_move_down(wmOperatorType *ot)
void BOID_OT_rule_move_up(wmOperatorType *ot)
void PTCACHE_OT_bake_from_cache(wmOperatorType *ot)
void BOID_OT_state_del(wmOperatorType *ot)
void PTCACHE_OT_bake_all(wmOperatorType *ot)
void FLUID_OT_pause_bake(wmOperatorType *ot)
void BOID_OT_state_move_up(wmOperatorType *ot)
void FLUID_OT_bake_noise(wmOperatorType *ot)
void PARTICLE_OT_unify_length(wmOperatorType *ot)
void PARTICLE_OT_hide(wmOperatorType *ot)
void PARTICLE_OT_select_linked_pick(wmOperatorType *ot)
void PTCACHE_OT_free_bake(wmOperatorType *ot)
void OBJECT_OT_particle_system_add(wmOperatorType *ot)
void PARTICLE_OT_target_move_down(wmOperatorType *ot)
void FLUID_OT_free_data(wmOperatorType *ot)
void DPAINT_OT_bake(wmOperatorType *ot)
void RIGIDBODY_OT_constraint_add(wmOperatorType *ot)
void PARTICLE_OT_duplicate_particle_system(wmOperatorType *ot)
void PARTICLE_OT_brush_edit(wmOperatorType *ot)
void FLUID_OT_bake_mesh(wmOperatorType *ot)
void BOID_OT_rule_del(wmOperatorType *ot)
wmOperatorType * ot
Definition wm_files.cc:4125