Blender Git Commit Log
Git Commits -> Revision b46c213
Revision b46c213 by Antonio Vazquez (master) June 17, 2019, 14:10 (GMT) |
Fix T62384: Grease pencil blank material slot Now, when you add an slot and then draw, the automatic created material will use the empty slot, instead to add a new slot and leave a empty one. This fix only works if you add only an empty slot. We could remove any empty slot in the middle, but as this has no impact in the drawing or file, it does not worth the CPU time to review every time the material list. Anyway, the user can press delete button to remove any empty slot. If we see this is a big problem in the future, we can reopen the bug and add this cleaning function. |
Commit Details:
Full Hash: b46c21364ada2c1559524e57a136a031c937ce0a
Parent Commit: 3b8a14a
Lines Changed: +5, -0
1 Modified Path:
/source/blender/blenkernel/intern/gpencil.c (+5, -0) (Diff)