Files
test/source/blender/blenkernel
Nicholas Bishop 043be07050 Large fix for multires. Changed UV coordinates (MTFaces) to be special first-level data in multires. The data is now stored in a standard CustomData struct in Multires, rather than being stored for each level. (The UVs can now only be edited on level 1.) Changes allow multiple sets of UVs to work correctly. This change should also decrease multires memory usage some (though only when UVs are being used, of course.)
Changes to CustomData:
Some functions would only return the current active layer, added extra variants that take an index to select the level (modeled after CustomData_get_layer_n.)

Still todo:
* UVs are being interpolated linearly, should probably offer Catmull-Clark subdivision like Subsurf modifier.
* Vertex Colors still don't support multiple customdata layers.
* Editing UV data on levels other than 1 should be disabled in the interface (same for weights)
2007-01-10 06:09:10 +00:00
..
2006-12-10 23:31:17 +00:00
2006-12-20 17:57:56 +00:00
2005-12-06 17:05:37 +00:00
2006-12-16 23:54:45 +00:00
2006-12-20 17:57:56 +00:00
2006-07-04 10:19:26 +00:00
2006-12-20 17:57:56 +00:00
2006-12-23 11:56:22 +00:00
2007-01-09 04:32:39 +00:00
2006-11-30 15:54:21 +00:00
2006-12-21 14:00:18 +00:00
2006-11-30 15:54:21 +00:00
2006-12-20 17:57:56 +00:00
2006-01-23 22:05:47 +00:00
2006-06-09 19:48:50 +00:00
2006-11-01 11:26:16 +00:00
2004-01-05 00:06:11 +00:00