added patch support for texture-painting

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@68 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
spog
2006-05-13 17:15:08 +00:00
parent c56806c2b7
commit f877bbb3ad
7 changed files with 258 additions and 201 deletions

View File

@@ -131,8 +131,6 @@ void Brush_Construct(EBrushType type)
}
}
FaceTextureClipboard_setDefault();
GlobalPreferenceSystem().registerPreference("TextureLock", BoolImportStringCaller(g_brush_texturelock_enabled), BoolExportStringCaller(g_brush_texturelock_enabled));
GlobalPreferenceSystem().registerPreference("BrushSnapPlanes", makeBoolStringImportCallback(FaceImportSnapPlanesCaller()), makeBoolStringExportCallback(FaceExportSnapPlanesCaller()));
GlobalPreferenceSystem().registerPreference("TexdefDefaultScale", FloatImportStringCaller(g_texdef_default_scale), FloatExportStringCaller(g_texdef_default_scale));