|
Blender
V2.93
|
Public Attributes | |
| Scene * | scene |
| Object * | ob |
| float | forcetime |
| float | timenow |
| int | ifirst |
| int | ilast |
| ListBase * | effectors |
| int | do_deflector |
| float | fieldfactor |
| float | windfactor |
| int | nr |
| int | tot |
Definition at line 127 of file softbody.c.
| int SB_thread_context::do_deflector |
Definition at line 135 of file softbody.c.
Referenced by exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().
| ListBase* SB_thread_context::effectors |
Definition at line 134 of file softbody.c.
Referenced by exec_scan_for_ext_spring_forces(), exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().
| float SB_thread_context::fieldfactor |
Definition at line 136 of file softbody.c.
Referenced by exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().
| float SB_thread_context::forcetime |
Definition at line 130 of file softbody.c.
Referenced by exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().
| int SB_thread_context::ifirst |
Definition at line 132 of file softbody.c.
Referenced by exec_scan_for_ext_spring_forces(), exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().
| int SB_thread_context::ilast |
Definition at line 133 of file softbody.c.
Referenced by exec_scan_for_ext_spring_forces(), exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().
| int SB_thread_context::nr |
Definition at line 138 of file softbody.c.
Referenced by sb_cf_threads_run(), and sb_sfesf_threads_run().
| Object* SB_thread_context::ob |
Definition at line 129 of file softbody.c.
Referenced by exec_scan_for_ext_spring_forces(), exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().
| Scene* SB_thread_context::scene |
Definition at line 128 of file softbody.c.
Referenced by exec_scan_for_ext_spring_forces(), exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().
| float SB_thread_context::timenow |
Definition at line 131 of file softbody.c.
Referenced by exec_scan_for_ext_spring_forces(), exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().
| int SB_thread_context::tot |
Definition at line 139 of file softbody.c.
Referenced by sb_cf_threads_run(), and sb_sfesf_threads_run().
| float SB_thread_context::windfactor |
Definition at line 137 of file softbody.c.
Referenced by exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().