|
Blender V4.3
|
Public Attributes | ||
| struct { | ||
| enum eTranslateRotateMode rotate_mode | ||
| } | prev | |
| float3 | snap_target_grid | |
Custom data, stored in #TransInfo.custom.mode.data
Definition at line 54 of file transform_mode_translate.cc.
| struct { ... } TranslateCustomData::prev |
Settings used in the last call to applyTranslation.
Referenced by applyTranslationValue(), and initTranslation().
| enum eTranslateRotateMode TranslateCustomData::rotate_mode |
Definition at line 57 of file transform_mode_translate.cc.
Referenced by applyTranslationValue(), and initTranslation().
| float3 TranslateCustomData::snap_target_grid |
Definition at line 60 of file transform_mode_translate.cc.
Referenced by translate_snap_increment(), and translate_snap_increment_init().