When a material slot is empty, the default material is used.
The default color used is Gray to get a good contrast in dense scenes.
Examples:
Differential D5625
GPencil: Use default material when slot material is empty Authored by Antonio Vazquez (antoniov) on Aug 29 2019, 1:59 PM.
Details When a material slot is empty, the default material is used. The default color used is Gray to get a good contrast in dense scenes. Examples:
Diff Detail
Event TimelineComment Actions My main concern with this solution is that when you add a Blank Grease Pencil object, you are drawing with a pink material by default If you want to see exactly what material is missing you can use the material list. Comment Actions I don't understand why this is making all kinds of changes outside of the drawing code. Why isn't this more similar to the previous patch, and using the default material for drawing only?
Comment Actions I have fixed the review comment and set the default color to black. About default color in black I have a totally opposite opinion. When you are drawing with GPencil, the more logic color to use is black, so if you add more colors(materials) to your drawing and you delete one of them and the "wrong" strokes get black, you cannot see it in the viewport. The second reason is the list of materials in meshes are usually shorter than GPencil list of materials, so it's easy to don't see the wrong material in the list. My understanding is Blender 2.80 tries to focus all work in the viewport and here we are forcing the user to look at the material panel (not visible in full screen drawing mode). About default color pink when you add a blank grease pencil, really drawing without adding a material is a mistake and the system "would" warning about that. In mesh the material is used for rendering, but in GPencil, the material is used to manage the scene with a lot of operator that don't exist in meshes... if we leave the users to make drawings without materials, we encourage them to do the things in the wrong way. IMHO, the logic would be to show pink as a notice of "you are missing something important". Of course, when I talk of pink color, this could be changed to anything with high contrast in drawings, but for me Black is the worst of the options. Comment Actions Same example with default material in Pink and Black... not too hard to choose where you see better the problems in your file... Comment Actions Each solution has its pros and cons, I'd love to hear @Daniel Martinez Lara (pepeland) opinion to this point Two more things:
Comment Actions
This already works in this way. Comment Actions
Starting with the default scene (not using 2D animation template), right now after create the first new material all the already drawn strokes keep using the default material. Could you check?
Right now when an empty slot is deleted, the stroke using that missing material are relinked to the previous material in the list, not the deafult one Comment Actions
Comment Actions I think that with a Grey default material color will be enough and is coherent with the rest of Blender Comment Actions There is one little missing feature still. If you have a slot empty and you remove the slot, the strokes of this slot are assigned to previous material as is done with other materials (filled slots). This change would require a complete redo of how the materials are assigned to strokes and really is not a big problem, so we keep it as today. If we have time in the future we could think on that, but nothing really important. Comment Actions The default color seems to work well for both, dark and light backgrounds. And it is also noticeable on colorful drawings with missing materials, its ok for me now | ||||||||||||