Blender
V3.3
|
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 111 of file softbody.c.
int SB_thread_context::do_deflector |
Definition at line 119 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 118 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 120 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 114 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 116 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 117 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 122 of file softbody.c.
Referenced by sb_cf_threads_run(), and sb_sfesf_threads_run().
Object* SB_thread_context::ob |
Definition at line 113 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 112 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 115 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 123 of file softbody.c.
Referenced by sb_cf_threads_run(), and sb_sfesf_threads_run().
float SB_thread_context::windfactor |
Definition at line 121 of file softbody.c.
Referenced by exec_softbody_calc_forces(), sb_cf_threads_run(), and sb_sfesf_threads_run().