Merge branch 'blender-v2.83-release'

This commit is contained in:
Sergey Sharybin 2020-05-12 15:58:35 +02:00
commit fd271b6b24
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ static float interpolate_masks_grid(const MultiresReshapeSmoothContext *reshape_
const GridCoord *grid_coord)
{
const MultiresReshapeContext *reshape_context = reshape_smooth_context->reshape_context;
if (reshape_context->grid_paint_masks == NULL) {
if (reshape_context->orig.grid_paint_masks == NULL) {
return 0.0f;
}