Fix crash loading .blend file saved with Blender 2.25
pathJumper.blend from 2.25 release demo files in demos225.zip
This commit is contained in:
@@ -891,6 +891,10 @@ static void do_versions_local_collection_bits_set(LayerCollection *layer_collect
|
||||
|
||||
static void do_version_curvemapping_flag_extend_extrapolate(CurveMapping *cumap)
|
||||
{
|
||||
if (cumap == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
#define CUMA_EXTEND_EXTRAPOLATE_OLD 1
|
||||
for (int curve_map_index = 0; curve_map_index < 4; curve_map_index++) {
|
||||
CurveMap *cuma = &cumap->cm[curve_map_index];
|
||||
|
Reference in New Issue
Block a user