• Several areas have received cleaning commits, like GHOST and other areas (removing warnings mostly).
  • zr replaced AUTOSPACE define with [ME|CU|MB]AUTOSPACE for different objects.
  • hos removed MFaceInt from DNA_mesh_types.h, code still needs to be checked: replace MFaceInt with MFace.
  • hos added MESH_MAX_VERTS in DNA_mesh_types.h (fixed vert limit for converting displistmesh => mesh, fixed vert limit for boolean ops)
  • zr added object_apply_deform and removed global lt_applyflag
  • zr split data structures of mesh into DNA_meshdata_types.h.
  • zr added new mesh editing functions and removed reliance on meshdata in buttons_editing.c and material.c
  • zr removed unused sortfaces function
  • zr replaced G.{edve,eded,edvl} with G.editMesh

Back to the Changelog