Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_constraints.h
| Show All 30 Lines | |||||
| void setAxisMatrixConstraint(TransInfo *t, int mode, const char text[]); | void setAxisMatrixConstraint(TransInfo *t, int mode, const char text[]); | ||||
| void setLocalConstraint(TransInfo *t, int mode, const char text[]); | void setLocalConstraint(TransInfo *t, int mode, const char text[]); | ||||
| void setUserConstraint(TransInfo *t, short orientation, int mode, const char text[]); | void setUserConstraint(TransInfo *t, short orientation, int mode, const char text[]); | ||||
| void drawConstraint(TransInfo *t); | void drawConstraint(TransInfo *t); | ||||
| void drawPropCircle(const struct bContext *C, TransInfo *t); | void drawPropCircle(const struct bContext *C, TransInfo *t); | ||||
| void startConstraint(TransInfo *t); | void startConstraint(TransInfo *t); | ||||
| void stopConstraint(TransInfo *t); | void stopConstraint(TransInfo *t); | ||||
| void getConstraintMatrix(TransInfo *t); | void getConstraintMatrix(TransInfo *t); | ||||
| void initSelectConstraint(TransInfo *t, float mtx[3][3]); | void initSelectConstraint(TransInfo *t, bool force_global); | ||||
| void selectConstraint(TransInfo *t); | void selectConstraint(TransInfo *t); | ||||
| void postSelectConstraint(TransInfo *t); | void postSelectConstraint(TransInfo *t); | ||||
| void setNearestAxis(TransInfo *t); | void setNearestAxis(TransInfo *t); | ||||
| int constraintModeToIndex(const TransInfo *t); | int constraintModeToIndex(const TransInfo *t); | ||||
| char constraintModeToChar(const TransInfo *t); | char constraintModeToChar(const TransInfo *t); | ||||
| bool isLockConstraint(TransInfo *t); | bool isLockConstraint(TransInfo *t); | ||||
| int getConstraintSpaceDimension(TransInfo *t); | int getConstraintSpaceDimension(TransInfo *t); | ||||
| #endif | #endif | ||||