[Bf-python] Question to surface-script

jean-michel soler jmsoler at free.fr
Mon Dec 26 11:03:28 CET 2005


jmsoler at free.fr a écrit :

>Selon Thomas Bleicher <tbleicher at arcor.de>:
>
>  
>
>>IIRC t <cid:part1.06050208.06020809 at free.fr>here is a limit for Blender meshes of 64k vertices. S
>>    
>>
>
>  
>
in  DNA_nesh_types.h
#define MESH_MAX_VERTS 2000000000L

>In fact : 2 billions .
>_______________________________________________
>  
>

Tested vertex paint limits  : 511999 faces
in  vpaint.c
#define MAXINDEX    512000 

in Edge= 512*512
in edismesh.c
#define EDHASHSIZE        (512*512)

Regards .




More information about the Bf-python mailing list