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:
2003-10-27 23:55:38 +00:00
parent 9c54e9507a
commit bfef1d0d92
3 changed files with 450 additions and 265 deletions

View File

@@ -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 */

View File

@@ -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