Hotkey fixes for space.c
renaming mirrormesh to mirrormenu and added to the hotkey M in editmode (Layer move no longer works in edit mode)
This commit is contained in:
@@ -114,6 +114,7 @@ void texspace_edit(void);
|
||||
void first_base(void);
|
||||
void make_displists_by_obdata(void *obdata);
|
||||
void flip_subdivison(struct Object *ob, int);
|
||||
void mirrormenu(void);
|
||||
|
||||
#endif /* BDR_EDITOBJECT_H */
|
||||
|
||||
|
||||
@@ -6702,7 +6702,7 @@ void make_displists_by_obdata(void *obdata) {
|
||||
/* ******************************************************************** */
|
||||
/* Mirror function in Edit Mode */
|
||||
|
||||
void mirrormenu(){
|
||||
void mirrormenu(void){
|
||||
short mode = 0, axis, a;
|
||||
float *curs, mat[3][3], imat[3][3], min[3], max[3];
|
||||
TransVert *tv;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user