Blender  V3.3
Public Attributes | List of all members
ObHook Struct Reference

#include <DNA_object_types.h>

Public Attributes

struct ObHooknext
 
struct ObHookprev
 
struct Objectparent
 
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
 

Detailed Description

DEPRECATED: this is not used anymore because hooks are now modifiers.

Definition at line 455 of file DNA_object_types.h.

Member Data Documentation

◆ active

short ObHook::active

Definition at line 475 of file DNA_object_types.h.

◆ cent

float ObHook::cent[3]

Visualization of hook.

Definition at line 464 of file DNA_object_types.h.

Referenced by object_blend_read_data().

◆ curindex

int ObHook::curindex

Definition at line 473 of file DNA_object_types.h.

◆ falloff

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().

◆ force

float ObHook::force

Definition at line 476 of file DNA_object_types.h.

Referenced by object_blend_read_data().

◆ indexar

int* ObHook::indexar

Definition at line 471 of file DNA_object_types.h.

Referenced by object_blend_read_data().

◆ mat

float ObHook::mat[4][4]

Temp matrix while hooking.

Definition at line 462 of file DNA_object_types.h.

◆ name

char ObHook::name[64]

MAX_NAME.

Definition at line 469 of file DNA_object_types.h.

◆ next

struct ObHook* ObHook::next

Definition at line 456 of file DNA_object_types.h.

◆ parent

struct Object* ObHook::parent

Definition at line 458 of file DNA_object_types.h.

Referenced by object_blend_read_data().

◆ parentinv

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().

◆ prev

struct ObHook * ObHook::prev

Definition at line 456 of file DNA_object_types.h.

◆ totindex

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().

◆ type

short ObHook::type

Active is only first hook, for button menu.

Definition at line 475 of file DNA_object_types.h.


The documentation for this struct was generated from the following file: