Editmesh code cleaned and compiling/linking. A whopping
20k lines back! :)
Not that it does stuff... editmode in/out has to be done,
and loads of operators. Also linking/exporting editmesh
calls has to be reviewed.

Also: added a blender_test_break() mechanism in BKE.
This commit is contained in:
2008-12-30 13:16:14 +00:00
parent 446492c266
commit 25fac7b001
30 changed files with 20235 additions and 68 deletions

View File

@@ -155,6 +155,7 @@ void wmOrtho2 (float x1, float x2, float y1, float y2);
/* utilities */
void WM_set_framebuffer_index_color(int index);
int WM_framebuffer_to_index(unsigned int col);
#endif /* WM_API_H */