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

Public Attributes

float(* vertexCos )[3]
 
int defgrp_index
 
struct CurveMappingcurfalloff
 
char falloff_type
 
float falloff
 
float falloff_sq
 
float fac_orig
 
uint use_falloff: 1
 
uint use_uniform: 1
 
float cent [3]
 
float mat_uniform [3][3]
 
float mat [4][4]
 
bool invert_vgroup
 

Detailed Description

Definition at line 128 of file MOD_hook.c.

Member Data Documentation

◆ cent

float HookData_cb::cent[3]

Definition at line 147 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_co_apply().

◆ curfalloff

struct CurveMapping* HookData_cb::curfalloff

Definition at line 137 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_falloff().

◆ defgrp_index

int HookData_cb::defgrp_index

When anything other than -1, use deform groups. This is not the same as checking dvert for NULL when we have edit-meshes.

Definition at line 135 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_co_apply().

◆ fac_orig

float HookData_cb::fac_orig

Definition at line 142 of file MOD_hook.c.

Referenced by deformVerts_do(), hook_co_apply(), and hook_falloff().

◆ falloff

float HookData_cb::falloff

Definition at line 140 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_falloff().

◆ falloff_sq

float HookData_cb::falloff_sq

Definition at line 141 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_falloff().

◆ falloff_type

char HookData_cb::falloff_type

Definition at line 139 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_falloff().

◆ invert_vgroup

bool HookData_cb::invert_vgroup

Definition at line 152 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_co_apply().

◆ mat

float HookData_cb::mat[4][4]

Definition at line 150 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_co_apply().

◆ mat_uniform

float HookData_cb::mat_uniform[3][3]

Definition at line 149 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_co_apply().

◆ use_falloff

uint HookData_cb::use_falloff

Definition at line 144 of file MOD_hook.c.

Referenced by deformVerts_do(), falloff_panel_draw(), and hook_co_apply().

◆ use_uniform

uint HookData_cb::use_uniform

Definition at line 145 of file MOD_hook.c.

Referenced by deformVerts_do(), and hook_co_apply().

◆ vertexCos

float(* HookData_cb::vertexCos)[3]

Definition at line 129 of file MOD_hook.c.

Referenced by deformVerts(), deformVerts_do(), deformVertsEM(), and hook_co_apply().


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