This commit is contained in:
luboslenco
2025-08-11 22:44:38 +02:00
parent 0b2ea3b5a4
commit c6dbfb40fb
8 changed files with 26 additions and 62 deletions
-1
View File
@@ -56,7 +56,6 @@ function plugin_uv_unwrap_button() {
md.vertex_arrays[1].values = mesh.nora;
md.vertex_arrays[2].values = mesh.texa;
md.index_arrays[0].values = mesh.inda;
md._.indices[0] = mesh.inda;
md._.ready = false;
mesh_data_build(md);
}