Merge branch 'blender-v4.1-release'

This commit is contained in:
Aras Pranckevicius
2024-02-23 07:28:48 +02:00

View File

@@ -1713,6 +1713,8 @@ void BKE_scopes_update(Scopes *scopes,
}
if (scopes->vecscope) {
MEM_freeN(scopes->vecscope);
}
if (scopes->vecscope_rgb) {
MEM_freeN(scopes->vecscope_rgb);
}