Files
test/source/blender/blenkernel/intern
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-19 10:05:17 +00:00
2002-11-25 12:02:15 +00:00
2007-01-11 15:00:17 +00:00
2006-01-10 11:36:57 +00:00
2007-01-08 23:47:03 +00:00
2007-01-17 14:12:48 +00:00
2007-01-14 23:42:06 +00:00
2007-01-19 14:25:56 +00:00
2007-01-08 13:10:17 +00:00
2007-01-21 23:46:00 +00:00
2006-12-23 11:56:22 +00:00
2006-12-16 23:54:45 +00:00
2007-01-15 12:44:45 +00:00
2007-01-15 12:44:45 +00:00
2007-01-18 15:23:28 +00:00
2006-08-20 15:22:56 +00:00
2007-01-14 15:19:27 +00:00
2007-01-21 23:46:00 +00:00
2007-01-14 15:52:55 +00:00
2007-01-19 12:43:02 +00:00
2007-01-18 20:06:48 +00:00
2007-01-18 09:09:16 +00:00
2006-12-27 10:21:33 +00:00
2005-01-23 01:36:29 +00:00
2006-11-26 16:03:36 +00:00