Blender Git Commit Log
Git Commits -> Revision aa3fc89
Revision aa3fc89 by Bastien Montagne (master) May 7, 2015, 13:19 (GMT) |
Fix T44611: 'make_links_data' modifiers would fail and crash with multires modifier. Since it was not ensuring dest has valid mdisp data matching new multires modifier subdiv level... Also, fixed a bug in `multires_subdivide()`, which would crash when trying to increase from level 0 (aka no subdiv) to > 1 (wrong check, trying to interpolate when it should not). And added a few sanity checks. |
Commit Details:
Full Hash: aa3fc89257f839260e7577881f399011a709badf
Parent Commit: 15fd37f
Lines Changed: +39, -17