Blender Git Commit Log
Git Commits -> Revision b2a15de
Revision b2a15de by Sergey Sharybin (master) January 22, 2019, 10:57 (GMT) |
Fix T60575: Multiresolution Crashes when appliing more subdivisions The issue was caused by intermediate DerivedMesh being created with scene's Simplify settings taken into account. This is what happens when one area makes implicit decisions based on whether passed Scene pointer is not NULL. Made it so ignoring simplification serttings is an explicit flag, which makes it easier to follow what's going on. |
Commit Details:
Full Hash: b2a15de88799f31dfca17c6bb2501be30ec558b3
Parent Commit: d6d101f
Lines Changed: +41, -20