Blender V4.3
TransDataArgs_PushPull Struct Reference

Public Attributes

const TransInfot
 
const TransDataContainertc
 
float distance
 
float axis_global [3]
 
bool is_lock_constraint
 
bool is_data_space
 

Detailed Description

Note
Small arrays / data-structures should be stored copied for faster memory access.

Definition at line 38 of file transform_mode_push_pull.cc.

Member Data Documentation

◆ axis_global

float TransDataArgs_PushPull::axis_global[3]

Definition at line 43 of file transform_mode_push_pull.cc.

◆ distance

float TransDataArgs_PushPull::distance

Definition at line 42 of file transform_mode_push_pull.cc.

◆ is_data_space

bool TransDataArgs_PushPull::is_data_space

Definition at line 45 of file transform_mode_push_pull.cc.

◆ is_lock_constraint

bool TransDataArgs_PushPull::is_lock_constraint

Definition at line 44 of file transform_mode_push_pull.cc.

◆ t

const TransInfo* TransDataArgs_PushPull::t

Definition at line 39 of file transform_mode_push_pull.cc.

Referenced by applyPushPull().

◆ tc

const TransDataContainer* TransDataArgs_PushPull::tc

Definition at line 40 of file transform_mode_push_pull.cc.


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