This commit is contained in:
luboslenco
2025-09-02 19:32:15 +02:00
parent c5317d8e14
commit 107394ba3a
25 changed files with 60 additions and 80 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function util_render_make_material_preview() {
let painto: mesh_object_t = context_raw.paint_object;
context_raw.paint_object = sphere;
sphere.materials[0] = project_materials[0].data;
sphere.material = project_materials[0].data;
context_raw.material.preview_ready = true;
context_raw.saved_camera = mat4_clone(scene_camera.base.transform.local);