Blender Git Commit Log
Git Commits -> Revision d4f27b7
Revision d4f27b7 by Lukas Toenne (master) November 21, 2011, 11:46 (GMT) |
Yet another fix for crashes when drawing empty base mesh with constructive modifier. This crashed with ocean modifier (#29241). The previous fix was to avoid drawing mapped faces altogether for empty edit mesh, but that also disables the actual derived mesh display (#29346). The real reason for this crash is that ocean modifier (in generative setting) does not properly set the derived mesh face ORIGINDEX data to ORIGINDEX_NONE. With this the previous fixes are not necessary. |
Commit Details:
Full Hash: d4f27b7bf03171799b81ef541112ac25f936615a
SVN Revision: 42028
Parent Commit: 4ab1dad
Lines Changed: +22, -23