== Multires ==

Cleaned up bad level calls for multires; moved most of multires functions to blenkern, where they should have been in the first place. Functionality of the tool is unchanged.
This commit is contained in:
2007-12-26 09:39:15 +00:00
parent b0b3a69c19
commit 88e71a5b79
17 changed files with 1513 additions and 1405 deletions

View File

@@ -63,6 +63,7 @@
#include "BKE_displist.h"
#include "BKE_global.h"
#include "BKE_mesh.h"
#include "BKE_multires.h"
#include "BKE_object.h"
#include "BKE_texture.h"
#include "BKE_utildefines.h"
@@ -93,7 +94,6 @@
#include "mydevice.h"
#include "blendef.h"
#include "butspace.h"
#include "multires.h"
#include "BSE_trans_types.h"