Files
test/source/blender/blenkernel
Nicholas Bishop a9cd5b808c = Multires =
Fixed bug #5756, Rendering artifacts when MRM is not set to maximum

Several changes were made:
* Added function multires_level_n to get the nth level from a multires mesh
* Removed the changes I made some time ago to init_render_mesh for multires meshes. Previously it was making a full copy of the mesh object in order to be able to apply deformations to the Pin level and propagate them to the Render level.
* Added two functions to DerivedMesh.c, multires_render_pin and multires_render_final. These two functions work together in the mesh_create_derived_*_render functions to apply all modifiers to the Pin level, then create the DerivedMesh from the Render level, and lastly restore the mesh to its original (undeformed) state.
* Added a check in multires_del_lower and multires_del_higher to ensure that level indices are properly clipped to the actual range of available levels.
2007-01-21 23:46:00 +00:00
..
2007-01-21 23:46:00 +00:00
2007-01-21 23:46:00 +00:00
2007-01-21 23:46:00 +00:00
2006-12-20 17:57:56 +00:00
2005-12-06 17:05:37 +00:00
2007-01-19 20:33:00 +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-19 12:43:02 +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
2007-01-14 09:30:04 +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