- added editmesh_[de]select_by_material function
- added mesh_set_smooth_flag, mesh_delete_material_index function - isolated some globals - got rid of reliance on meshdata in buttons_editing.c and material.c
This commit is contained in:
@@ -152,12 +152,12 @@
|
||||
|
||||
#include "butspace.h" // own module
|
||||
|
||||
int decim_faces=0;
|
||||
short degr= 90, step= 9, turn= 1, editbutflag= 1;
|
||||
float doublimit= 0.001;
|
||||
float editbutvweight=1;
|
||||
float extr_offs= 1.0, editbutweight=1.0, editbutsize=0.1, cumapsize= 1.0;
|
||||
|
||||
static int decim_faces=0;
|
||||
static short degr= 90, step= 9, turn= 1;
|
||||
static float extr_offs= 1.0;
|
||||
static float editbutweight=1.0;
|
||||
short editbutflag= 1;
|
||||
float doublimit= 0.001, editbutvweight=1, editbutsize=0.1;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user