Blender  V2.93
physics_intern.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  *
16  * The Original Code is Copyright (C) 2007 by Janne Karhu.
17  * All rights reserved.
18  */
19 
24 #pragma once
25 
26 struct Depsgraph;
27 struct Object;
28 struct PTCacheEdit;
29 struct ParticleSystem;
30 struct PointCache;
31 struct Scene;
32 struct wmOperatorType;
33 
34 /* particle_edit.c */
43 
44 void PARTICLE_OT_hide(struct wmOperatorType *ot);
46 
47 void PARTICLE_OT_rekey(struct wmOperatorType *ot);
53 
55 
57 
60 
62 
64  struct Scene *scene,
65  struct Object *ob,
66  struct PointCache *cache,
67  struct ParticleSystem *psys);
68 void recalc_lengths(struct PTCacheEdit *edit);
70  struct Object *ob,
71  struct ParticleSystem *psys);
72 void update_world_cos(struct Object *ob, struct PTCacheEdit *edit);
73 
74 /* particle_object.c */
77 
78 void PARTICLE_OT_new(struct wmOperatorType *ot);
87 
93 
94 /* particle_boids.c */
95 void BOID_OT_rule_add(struct wmOperatorType *ot);
96 void BOID_OT_rule_del(struct wmOperatorType *ot);
99 
100 void BOID_OT_state_add(struct wmOperatorType *ot);
101 void BOID_OT_state_del(struct wmOperatorType *ot);
104 
105 /* physics_fluid.c */
106 void FLUID_OT_bake_all(struct wmOperatorType *ot);
107 void FLUID_OT_free_all(struct wmOperatorType *ot);
108 void FLUID_OT_bake_data(struct wmOperatorType *ot);
109 void FLUID_OT_free_data(struct wmOperatorType *ot);
112 void FLUID_OT_bake_mesh(struct wmOperatorType *ot);
113 void FLUID_OT_free_mesh(struct wmOperatorType *ot);
119 
120 /* dynamicpaint.c */
121 void DPAINT_OT_bake(struct wmOperatorType *ot);
126 
127 /* physics_pointcache.c */
130 void PTCACHE_OT_bake(struct wmOperatorType *ot);
133 void PTCACHE_OT_add(struct wmOperatorType *ot);
134 void PTCACHE_OT_remove(struct wmOperatorType *ot);
135 
136 /* rigidbody_object.c */
139 
142 
145 
146 /* rigidbody_constraint.c */
149 
150 /*rigidbody_world.c */
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:51
Scene scene
const Depsgraph * depsgraph
void PTCACHE_OT_remove(struct wmOperatorType *ot)
void PARTICLE_OT_dupliob_refresh(struct wmOperatorType *ot)
void BOID_OT_rule_move_up(struct wmOperatorType *ot)
void PARTICLE_OT_disconnect_hair(struct wmOperatorType *ot)
void RIGIDBODY_OT_world_remove(struct wmOperatorType *ot)
void PARTICLE_OT_target_move_up(struct wmOperatorType *ot)
void RIGIDBODY_OT_mass_calculate(struct wmOperatorType *ot)
void PARTICLE_OT_dupliob_remove(struct wmOperatorType *ot)
void BOID_OT_state_del(struct wmOperatorType *ot)
void FLUID_OT_bake_noise(struct wmOperatorType *ot)
void FLUID_OT_free_particles(struct wmOperatorType *ot)
void PARTICLE_OT_select_more(struct wmOperatorType *ot)
void PARTICLE_OT_dupliob_move_down(struct wmOperatorType *ot)
void PARTICLE_OT_unify_length(struct wmOperatorType *ot)
void PTCACHE_OT_free_bake(struct wmOperatorType *ot)
void PTCACHE_OT_bake_from_cache(struct wmOperatorType *ot)
void PARTICLE_OT_connect_hair(struct wmOperatorType *ot)
void FLUID_OT_free_noise(struct wmOperatorType *ot)
void RIGIDBODY_OT_world_add(struct wmOperatorType *ot)
void BOID_OT_state_move_up(struct wmOperatorType *ot)
void PTCACHE_OT_add(struct wmOperatorType *ot)
void RIGIDBODY_OT_objects_remove(struct wmOperatorType *ot)
void PARTICLE_OT_mirror(struct wmOperatorType *ot)
void FLUID_OT_free_mesh(struct wmOperatorType *ot)
void PARTICLE_OT_select_roots(struct wmOperatorType *ot)
void PARTICLE_OT_shape_cut(struct wmOperatorType *ot)
void RIGIDBODY_OT_constraint_remove(struct wmOperatorType *ot)
void OBJECT_OT_particle_system_add(struct wmOperatorType *ot)
void PARTICLE_OT_new(struct wmOperatorType *ot)
void BOID_OT_rule_del(struct wmOperatorType *ot)
void PARTICLE_OT_reveal(struct wmOperatorType *ot)
void PARTICLE_OT_select_linked(struct wmOperatorType *ot)
void PARTICLE_OT_remove_doubles(struct wmOperatorType *ot)
void PARTICLE_OT_select_tips(struct wmOperatorType *ot)
void PARTICLE_OT_weight_set(struct wmOperatorType *ot)
void PARTICLE_OT_subdivide(struct wmOperatorType *ot)
void PARTICLE_OT_new_target(struct wmOperatorType *ot)
void FLUID_OT_bake_particles(struct wmOperatorType *ot)
void DPAINT_OT_surface_slot_remove(struct wmOperatorType *ot)
void PARTICLE_OT_delete(struct wmOperatorType *ot)
void PTCACHE_OT_bake_all(struct wmOperatorType *ot)
void PARTICLE_OT_select_random(struct wmOperatorType *ot)
void PARTICLE_OT_hide(struct wmOperatorType *ot)
void FLUID_OT_pause_bake(struct wmOperatorType *ot)
void RIGIDBODY_OT_shape_change(struct wmOperatorType *ot)
void RIGIDBODY_OT_constraint_add(struct wmOperatorType *ot)
void recalc_lengths(struct PTCacheEdit *edit)
void PARTICLE_OT_copy_particle_systems(struct wmOperatorType *ot)
void PARTICLE_OT_dupliob_copy(struct wmOperatorType *ot)
void FLUID_OT_bake_mesh(struct wmOperatorType *ot)
void BOID_OT_rule_add(struct wmOperatorType *ot)
void OBJECT_OT_particle_system_remove(struct wmOperatorType *ot)
void PTCACHE_OT_free_bake_all(struct wmOperatorType *ot)
void DPAINT_OT_output_toggle(struct wmOperatorType *ot)
void FLUID_OT_free_all(struct wmOperatorType *ot)
void PARTICLE_OT_select_linked_pick(struct wmOperatorType *ot)
void PARTICLE_OT_select_all(struct wmOperatorType *ot)
void BOID_OT_rule_move_down(struct wmOperatorType *ot)
void BOID_OT_state_move_down(struct wmOperatorType *ot)
void PARTICLE_OT_duplicate_particle_system(struct wmOperatorType *ot)
void PARTICLE_OT_target_move_down(struct wmOperatorType *ot)
void RIGIDBODY_OT_world_export(struct wmOperatorType *ot)
void FLUID_OT_free_guides(struct wmOperatorType *ot)
void PE_create_particle_edit(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, struct PointCache *cache, struct ParticleSystem *psys)
void PARTICLE_OT_target_remove(struct wmOperatorType *ot)
void DPAINT_OT_bake(struct wmOperatorType *ot)
void DPAINT_OT_type_toggle(struct wmOperatorType *ot)
void PTCACHE_OT_bake(struct wmOperatorType *ot)
void recalc_emitter_field(struct Depsgraph *depsgraph, struct Object *ob, struct ParticleSystem *psys)
void PARTICLE_OT_rekey(struct wmOperatorType *ot)
void RIGIDBODY_OT_object_add(struct wmOperatorType *ot)
void RIGIDBODY_OT_objects_add(struct wmOperatorType *ot)
void PARTICLE_OT_brush_edit(struct wmOperatorType *ot)
void RIGIDBODY_OT_object_remove(struct wmOperatorType *ot)
void FLUID_OT_bake_all(struct wmOperatorType *ot)
void PARTICLE_OT_edited_clear(struct wmOperatorType *ot)
void BOID_OT_state_add(struct wmOperatorType *ot)
void PARTICLE_OT_dupliob_move_up(struct wmOperatorType *ot)
void FLUID_OT_bake_guides(struct wmOperatorType *ot)
void update_world_cos(struct Object *ob, struct PTCacheEdit *edit)
void PARTICLE_OT_particle_edit_toggle(struct wmOperatorType *ot)
void DPAINT_OT_surface_slot_add(struct wmOperatorType *ot)
void PARTICLE_OT_select_less(struct wmOperatorType *ot)
void FLUID_OT_free_data(struct wmOperatorType *ot)
void FLUID_OT_bake_data(struct wmOperatorType *ot)
wmOperatorType * ot
Definition: wm_files.c:3156