Fix flag conflict in transform operators
This added some redundant properties
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user