Blender Git Loki
Git Commits -> Revision 4d8ed93
Revision 4d8ed93 by Dalai Felinto (master) January 4, 2019, 11:55 (GMT) |
Fix T60044: Sculpting brush is not visible on file load The original issue is that wm->paintcursors is empty until we go in and out of the sculpt mode. To fix this we need to toggle inside the sculpt mode. This is usually tackled by ED_editors_init(), however the sculpt mode toggling was never call because the object technically had "mode data". Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D4153 |
Commit Details:
Full Hash: 4d8ed937f226f4cdfa6f62fde5306b14c217e9c5
Parent Commit: 7bd31bd
Lines Changed: +1, -9
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+1, -9) (Diff)