WIP: uv-simple-select #1

Closed
Chris Blackbourn wants to merge 182 commits from uv-simple-select into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
2 changed files with 0 additions and 2 deletions
Showing only changes of commit affe15b20c - Show all commits

View File

@ -889,7 +889,6 @@ void gpu_codegen_init(void)
void gpu_codegen_exit(void)
{
// BKE_world_defaults_free_gpu();
BKE_material_defaults_free_gpu();
GPU_shader_free_builtin_shaders();
}

View File

@ -835,7 +835,6 @@ void GPU_materials_free(Main *bmain)
GPU_material_free(&wo->gpumaterial);
}
// BKE_world_defaults_free_gpu();
BKE_material_defaults_free_gpu();
}