Fix flag conflict in transform operators

This added some redundant properties
This commit is contained in:
Germano Cavalcante 2020-05-19 17:35:27 -03:00
parent 5267ce8e03
commit 3bced3b306
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ int BIF_countTransformOrientation(const struct bContext *C);
#define P_CURSOR_EDIT (1 << 14)
#define P_CLNOR_INVALIDATE (1 << 15)
/* For properties performed when confirming the transformation. */
#define P_POST_TRANSFORM (1 << 16)
#define P_POST_TRANSFORM (1 << 19)
void Transform_Properties(struct wmOperatorType *ot, int flags);