[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel BKE_DerivedMesh.h BKE_customdata.h blender/source/blender/blenkernel/intern DerivedMesh.c cdderivedmesh.c customdata.c subsurf_ccg.c blender/source/blender/blenlib BLI_editVert.h blender/source/blender/include BIF_editmesh.h ...

Campbell Barton cbarton at metavr.com
Sat Nov 11 23:53:52 CET 2006


It looks like this commit broke selection from editmode to face select mode.

Brecht Van Lommel wrote:
> blendix (Brecht Van Lommel) 2006/11/11 17:38:37 CET
>
>   Modified files:
>     blender/source/blender/blenkernel BKE_DerivedMesh.h 
>                                       BKE_customdata.h 
>     blender/source/blender/blenkernel/intern DerivedMesh.c 
>                                              cdderivedmesh.c 
>                                              customdata.c 
>                                              subsurf_ccg.c 
>     blender/source/blender/blenlib BLI_editVert.h 
>     blender/source/blender/include BIF_editmesh.h BIF_verse.h 
>     blender/source/blender/src editmesh.c editmesh_lib.c 
>                                editmesh_mods.c editmesh_tools.c 
>   Added files:
>     blender/source/blender/makesdna DNA_customdata_types.h 
>   
>   Log:
>   Added custom face data support in edit mode. The code used to do this is
>   the CustomData module from the modifier stack rewrite, but with additions
>   to make it also usable in edit mode. Some of the datatypes from that
>   module were move to a DNA header file, they are not saved to file now, but
>   will be soon.
>   
>   The only code that wasn't abstracted is the uv collapse / merging code. It
>   is rather complicated, will look into that in the future.
>   
>   There should be no user level changes.
>   
>   Revision  Changes    Path



More information about the Bf-committers mailing list