Blender
V3.3
|
#include <DNA_object_types.h>
Public Attributes | |
struct ObHook * | next |
struct ObHook * | prev |
struct Object * | parent |
float | parentinv [4][4] |
float | mat [4][4] |
float | cent [3] |
float | falloff |
char | name [64] |
int * | indexar |
int | totindex |
int | curindex |
short | type |
short | active |
float | force |
DEPRECATED: this is not used anymore because hooks are now modifiers.
Definition at line 455 of file DNA_object_types.h.
short ObHook::active |
Definition at line 475 of file DNA_object_types.h.
float ObHook::cent[3] |
Visualization of hook.
Definition at line 464 of file DNA_object_types.h.
Referenced by object_blend_read_data().
int ObHook::curindex |
Definition at line 473 of file DNA_object_types.h.
float ObHook::falloff |
If not zero, falloff is distance where influence zero.
Definition at line 466 of file DNA_object_types.h.
Referenced by object_blend_read_data().
float ObHook::force |
Definition at line 476 of file DNA_object_types.h.
Referenced by object_blend_read_data().
int* ObHook::indexar |
Definition at line 471 of file DNA_object_types.h.
Referenced by object_blend_read_data().
float ObHook::mat[4][4] |
Temp matrix while hooking.
Definition at line 462 of file DNA_object_types.h.
char ObHook::name[64] |
MAX_NAME.
Definition at line 469 of file DNA_object_types.h.
struct ObHook* ObHook::next |
Definition at line 456 of file DNA_object_types.h.
struct Object* ObHook::parent |
Definition at line 458 of file DNA_object_types.h.
Referenced by object_blend_read_data().
float ObHook::parentinv[4][4] |
Matrix making current transform unmodified.
Definition at line 460 of file DNA_object_types.h.
Referenced by object_blend_read_data().
struct ObHook * ObHook::prev |
Definition at line 456 of file DNA_object_types.h.
int ObHook::totindex |
Curindex is cache for fast lookup.
Definition at line 473 of file DNA_object_types.h.
Referenced by object_blend_read_data().
short ObHook::type |
Active is only first hook, for button menu.
Definition at line 475 of file DNA_object_types.h.