This commit is contained in:
luboslenco
2024-04-07 09:52:45 +02:00
parent 6787699bd7
commit 53ba0e62b1
56 changed files with 1133 additions and 849 deletions
+2 -3
View File
@@ -325,10 +325,9 @@ function util_render_make_brush_preview() {
context_raw.layer = _layer;
context_raw.material = _material;
context_raw.tool = _tool;
let _init = function () {
app_notify_on_init(function () {
make_material_parse_paint_material(false);
}
app_notify_on_init(_init);
});
// Restore paint mesh
context_raw.material_preview = false;