[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29580] branches/soc-2010-nicolasbishop/ source/blender/blenkernel/intern/customdata.c: * Added paint mask mask to editmode mask so it' s not destroyed when going into editmode.

Nicholas Bishop nicholasbishop at gmail.com
Sun Jun 20 20:55:31 CEST 2010


Revision: 29580
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29580
Author:   nicholasbishop
Date:     2010-06-20 20:55:31 +0200 (Sun, 20 Jun 2010)

Log Message:
-----------
* Added paint mask mask to editmode mask so it's not destroyed when going into editmode.

Modified Paths:
--------------
    branches/soc-2010-nicolasbishop/source/blender/blenkernel/intern/customdata.c

Modified: branches/soc-2010-nicolasbishop/source/blender/blenkernel/intern/customdata.c
===================================================================
--- branches/soc-2010-nicolasbishop/source/blender/blenkernel/intern/customdata.c	2010-06-20 17:42:24 UTC (rev 29579)
+++ branches/soc-2010-nicolasbishop/source/blender/blenkernel/intern/customdata.c	2010-06-20 18:55:31 UTC (rev 29580)
@@ -844,7 +844,8 @@
 	CD_MASK_FACEGRID | CD_MASK_PAINTMASK;
 const CustomDataMask CD_MASK_EDITMESH =
 	CD_MASK_MSTICKY | CD_MASK_MDEFORMVERT | CD_MASK_MTFACE |
-	CD_MASK_MCOL|CD_MASK_PROP_FLT | CD_MASK_PROP_INT | CD_MASK_PROP_STR | CD_MASK_MDISPS;
+	CD_MASK_MCOL|CD_MASK_PROP_FLT | CD_MASK_PROP_INT | CD_MASK_PROP_STR |
+	CD_MASK_MDISPS | CD_MASK_PAINTMASK;
 const CustomDataMask CD_MASK_DERIVEDMESH =
 	CD_MASK_MSTICKY | CD_MASK_MDEFORMVERT | CD_MASK_MTFACE |
 	CD_MASK_MCOL | CD_MASK_ORIGINDEX | CD_MASK_PROP_FLT | CD_MASK_PROP_INT | CD_MASK_CLOTH_ORCO |





More information about the Bf-blender-cvs mailing list