Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_transform.h
| Show First 20 Lines • Show All 191 Lines • ▼ Show 20 Lines | bool peelObjectsSnapContext(struct SnapObjectContext *sctx, | ||||
| const float mval[2], | const float mval[2], | ||||
| const struct SnapObjectParams *params, | const struct SnapObjectParams *params, | ||||
| const bool use_peel_object, | const bool use_peel_object, | ||||
| /* return args */ | /* return args */ | ||||
| float r_loc[3], | float r_loc[3], | ||||
| float r_no[3], | float r_no[3], | ||||
| float *r_thickness); | float *r_thickness); | ||||
| bool snapObjectsTransform(struct TransInfo *t, | short snapObjectsTransform(struct TransInfo *t, | ||||
| const float mval[2], | const float mval[2], | ||||
| float *dist_px, | float *dist_px, | ||||
| /* return args */ | /* return args */ | ||||
| float r_loc[3], | float r_loc[3], | ||||
| float r_no[3]); | float r_no[3]); | ||||
| bool snapNodesTransform(struct TransInfo *t, | bool snapNodesTransform(struct TransInfo *t, | ||||
| const int mval[2], | const int mval[2], | ||||
| /* return args */ | /* return args */ | ||||
| float r_loc[2], | float r_loc[2], | ||||
| float *r_dist_px, | float *r_dist_px, | ||||
| char *r_node_border); | char *r_node_border); | ||||
| void ED_transform_calc_orientation_from_type(const struct bContext *C, float r_mat[3][3]); | void ED_transform_calc_orientation_from_type(const struct bContext *C, float r_mat[3][3]); | ||||
| Show All 32 Lines | |||||