Remove workspace object mode, reverts changes w/ 2.8
This caused too many problems syncing object modes with multiple objects/windows/workspaces, see: D3130 for details.
This commit is contained in:
@@ -655,7 +655,7 @@ void restoreBones(TransInfo *t);
|
||||
#define MANIPULATOR_AXIS_LINE_WIDTH 2.0f
|
||||
|
||||
/* return 0 when no gimbal for selection */
|
||||
bool gimbal_axis(struct Object *ob, float gmat[3][3], const eObjectMode object_mode);
|
||||
bool gimbal_axis(struct Object *ob, float gmat[3][3]);
|
||||
|
||||
/*********************** TransData Creation and General Handling *********** */
|
||||
void createTransData(struct bContext *C, TransInfo *t);
|
||||
|
||||
Reference in New Issue
Block a user