Blender Git Commit Log
Git Commits -> Revision f958560
Revision f958560 by Sergey Sharybin (master) March 17, 2020, 16:40 (GMT) |
Multires: Properly support virtual modifiers for Apply Base The initial code from earlier from today didn't really work reliable since it is not possible to apply virtual modifiers but not the real multires one (in a situation like mesh with shapekeys and multires). New code uses less memory and has better performance for the case when there are actual modifiers leading the multires. The case when there is only multires will not be as performant as possible at this moment. |
Commit Details:
Full Hash: f958560a990a8974446c2c63def7ba387dcfb275
Parent Commit: 1504cb2
Lines Changed: +53, -25