Object Mode: make mode locking optional

Design from T55246 is kept while allowing 2.7x behavior.
This commit is contained in:
2018-06-18 20:40:41 +02:00
parent 9fb5924446
commit 0d8b92267d
6 changed files with 64 additions and 59 deletions

View File

@@ -277,7 +277,4 @@ void ED_object_facemap_face_remove(struct Object *ob, struct bFaceMap *fmap, int
}
#endif
/* Don't allow switching object-modes when selecting objects. */
#define USE_OBJECT_MODE_STRICT
#endif /* __ED_OBJECT_H__ */