Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-05-11 00:33:24 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-05-11 00:33:24 +0400
commitaa77bbd38daff45725d7e726e89f2e681cee863d (patch)
treeb2db3709f12af1c7a67700ffc3c095cafdd1fa5c /source/blender/blenlib
parentf751d0f6ae7de155343e24e36965956bd7a061e3 (diff)
Add DNA and customdata entries for paint masks.
CD_PAINT_MASK is a layer of per-vertex floats for non-multires meshes. Multires meshes use CD_GRID_PAINT_MASK, which is a layer of per-loop GridPaintMask structures. GridPaintMask is similar to MDisp, but contains an array of scalar floats. Note: the GridPaintMask could be folded into MDisp, but this way should be easier to add mask layers in the future (if we do fold GridPaintMask into MDisp, the mask array should probably be an array of arrays with a 'totmask' field so that mask layers can be easily supported.) Includes blenload read/write support for CD_PAINT_MASK and CD_GRID_PAINT_MASK.
Diffstat (limited to 'source/blender/blenlib')
0 files changed, 0 insertions, 0 deletions