|
Blender V4.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 409 of file DNA_object_types.h.
| short ObHook::active |
Definition at line 429 of file DNA_object_types.h.
| float ObHook::cent[3] |
Visualization of hook.
Definition at line 418 of file DNA_object_types.h.
Referenced by object_blend_read_data().
| int ObHook::curindex |
Definition at line 427 of file DNA_object_types.h.
| float ObHook::falloff |
If not zero, falloff is distance where influence zero.
Definition at line 420 of file DNA_object_types.h.
Referenced by object_blend_read_data().
| float ObHook::force |
Definition at line 430 of file DNA_object_types.h.
Referenced by object_blend_read_data().
| int* ObHook::indexar |
Definition at line 425 of file DNA_object_types.h.
Referenced by object_blend_read_data().
| float ObHook::mat[4][4] |
Temp matrix while hooking.
Definition at line 416 of file DNA_object_types.h.
| char ObHook::name[64] |
MAX_NAME.
Definition at line 423 of file DNA_object_types.h.
| struct ObHook* ObHook::next |
Definition at line 410 of file DNA_object_types.h.
| struct Object* ObHook::parent |
Definition at line 412 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 414 of file DNA_object_types.h.
Referenced by object_blend_read_data().
| struct ObHook * ObHook::prev |
Definition at line 410 of file DNA_object_types.h.
| int ObHook::totindex |
Curindex is cache for fast lookup.
Definition at line 427 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 429 of file DNA_object_types.h.