Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.h
| Show First 20 Lines • Show All 369 Lines • ▼ Show 20 Lines | typedef struct VertSlideParams { | ||||
| bool use_even; | bool use_even; | ||||
| bool flipped; | bool flipped; | ||||
| } VertSlideParams; | } VertSlideParams; | ||||
| typedef struct BoneInitData { | typedef struct BoneInitData { | ||||
| struct EditBone *bone; | struct EditBone *bone; | ||||
| float tail[3]; | float tail[3]; | ||||
| float rad_head; | |||||
| float rad_tail; | float rad_tail; | ||||
| float roll; | float roll; | ||||
| float head[3]; | float head[3]; | ||||
| float dist; | float dist; | ||||
| float xwidth; | float xwidth; | ||||
| float zwidth; | float zwidth; | ||||
| } BoneInitData; | } BoneInitData; | ||||
| ▲ Show 20 Lines • Show All 782 Lines • Show Last 20 Lines | |||||