Blender Git Commit Log
Git Commits -> Revision 9b243b9
Revision 9b243b9 by Julian Eisel (master) February 14, 2020, 16:15 (GMT) |
Fix failing assert & uninitialized paint settings in empty scene Steps to reproduce were: * Add new (empty) scene * Add some mesh object * Change to texture paint mode While it can be argued that we should already init the settings when creating a new scene (so that the texture tab can show up), BKE_paint_init() should always ensure paint settings are initialized either way. Related to T73611. |
Commit Details:
Full Hash: 9b243b9a53ca48f5dba1142170944174716bbd72
Parent Commit: 332aed6
Lines Changed: +2, -0
1 Modified Path:
/source/blender/blenkernel/intern/paint.c (+2, -0) (Diff)