Merge branch 'blender-v3.4-release'

This commit is contained in:
Germano Cavalcante 2022-11-15 12:08:05 -03:00
commit cff78860ac
1 changed files with 1 additions and 1 deletions

View File

@ -1303,7 +1303,7 @@ static eSnapMode nearest_world_object_fn(SnapObjectContext *sctx,
return SCE_SNAP_MODE_NONE;
}
}
else if (GS(ob_data) != ID_ME) {
else if (GS(ob_data->name) != ID_ME) {
return SCE_SNAP_MODE_NONE;
}
else if (is_object_active && ELEM(ob_eval->type, OB_CURVES_LEGACY, OB_SURF, OB_FONT)) {