Fix #110283: Crash for loaded curve simulation cache #110284

Merged
Jacques Lucke merged 1 commits from mod_moder/blender:tmp_fix_crash_sims_curves into main 2023-07-20 12:26:32 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -448,6 +448,8 @@ static Curves *try_load_curves(const DictionaryValue &io_geometry,
return cancel();
}
curves.update_curve_types();
return curves_id;
}