change texture lock default to true; remove weird user pref munging
This commit is contained in:
@@ -37,7 +37,7 @@ void Brush_textureChanged()
|
||||
QuantiseFunc Face::m_quantise;
|
||||
EBrushType Face::m_type;
|
||||
EBrushType FacePlane::m_type;
|
||||
bool g_brush_texturelock_enabled = false;
|
||||
bool g_brush_texturelock_enabled = true;
|
||||
|
||||
EBrushType Brush::m_type;
|
||||
double Brush::m_maxWorldCoord = 0;
|
||||
|
||||
Reference in New Issue
Block a user