change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh branch has run out of bits
This commit is contained in:
@@ -35,14 +35,14 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "DNA_mesh_types.h"
|
||||
|
||||
#include "BKE_cdderivedmesh.h"
|
||||
#include "BKE_multires.h"
|
||||
#include "BKE_modifier.h"
|
||||
#include "BKE_paint.h"
|
||||
#include "BKE_particle.h"
|
||||
|
||||
#include "DNA_mesh_types.h"
|
||||
|
||||
#include "MOD_util.h"
|
||||
|
||||
static void initData(ModifierData *md)
|
||||
|
Reference in New Issue
Block a user