Fix T104243: GPencil Cutter flattening caps on both sides

This commit is contained in:
Antonio Vazquez 2023-01-31 11:18:01 +01:00
parent a504058dee
commit a71ae981c7
Notes: blender-bot 2023-02-14 10:54:29 +01:00
Referenced by issue #88449: Blender LTS: Maintenance Task 2.93
Referenced by issue #88449, Blender LTS: Maintenance Task 2.93
Referenced by issue #100749, Blender LTS: Maintenance Task 3.3
Referenced by issue #104243, GPencil: Cutter Tool flattening caps on both sides of the stroke being trimmed
1 changed files with 1 additions and 1 deletions

View File

@ -5536,7 +5536,7 @@ static void gpencil_cutter_dissolve(bGPdata *gpd,
}
BKE_gpencil_stroke_delete_tagged_points(
gpd, hit_layer->actframe, hit_stroke, gpsn, GP_SPOINT_TAG, false, flat_caps, 1);
gpd, hit_layer->actframe, hit_stroke, gpsn, GP_SPOINT_TAG, false, false, 1);
}
}