Blender Git Loki
Git Commits -> Revision d4ca9be
Revision d4ca9be by Nicholas Bishop (soc-2010-nicolasbishop) May 25, 2010, 19:50 (GMT) |
* Added a few new customdata types: * FACEGRID will be the new way all CustomData for multires gets stored. Its backing type is CustomData. It's intended to be used in the CustomData for mesh faces. This is similar to CD_MDISPS, except that instead of storing just triples of floats, we can store a grid for any type (so long as there's a CustomData layer for it.) * CD_DISP will be the replacement for CD_MDISPS. It's a triple of floats. * PAINTMASK is simply a layer of floats; will be used to describe the intensity of the mask at each vertex (or at each grid point for multires.) |
Commit Details:
Full Hash: d4ca9be709d9d732fec109f5cd135ce8705789e9
SVN Revision: 28987
Parent Commit: 45eb162
Lines Changed: +14, -5