main sync #3

Merged
Patrick Busch merged 318 commits from blender/blender:main into main 2023-03-17 15:52:21 +01:00
Showing only changes of commit b06d522427 - Show all commits

View File

@ -763,7 +763,8 @@ bool BKE_fcurve_calc_range(const FCurve *fcu,
float *r_end,
const bool selected_keys_only)
{
float min, max = 0.0f;
float min = 0.0f;
float max = 0.0f;
bool foundvert = false;
if (fcu->totvert == 0) {