paint: cleanup

This commit is contained in:
luboslenco
2026-03-09 13:17:15 +01:00
parent cdf85fbe77
commit e554a2376c
201 changed files with 843 additions and 451 deletions
+3
View File
@@ -1,3 +1,6 @@
#include "global.h"
void sculpt_import_mesh_pack_to_texture(mesh_data_t *mesh, slot_layer_t *l) {
buffer_t *b = buffer_create(config_get_texture_res_x() * config_get_texture_res_y() * 4 * 4);
for (i32 i = 0; i < math_floor(mesh->index_array->length); ++i) {