paint: improve meshes tab

This commit is contained in:
luboslenco
2026-06-09 15:33:08 +02:00
parent 11f16d4569
commit 579459379c
12 changed files with 274 additions and 152 deletions
+4 -1
View File
@@ -201,7 +201,7 @@ buffer_t *util_encode_project(project_t *raw) {
buffer_t *encoded = buffer_create(size);
armpack_encode_start(encoded->buffer);
armpack_encode_map(33);
armpack_encode_map(34);
armpack_encode_string("version");
armpack_encode_string(raw->version);
@@ -463,6 +463,9 @@ buffer_t *util_encode_project(project_t *raw) {
armpack_encode_null();
}
armpack_encode_string("mesh_materials");
armpack_encode_array_i32(raw->mesh_materials);
armpack_encode_string("atlas_objects");
armpack_encode_array_i32(raw->atlas_objects);
armpack_encode_string("atlas_names");