Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_grease_pencil_common.py
| Context not available. | |||||
| bl_label = "Clean Up" | bl_label = "Clean Up" | ||||
| def draw(self, _context): | def draw(self, _context): | ||||
| layout = self.layout | layout = self.layout | ||||
| layout.operator("gpencil.frame_clean_loose", text="Delete Loose Points") | |||||
| layout.operator("gpencil.stroke_merge_by_distance", text="Merge by Distance") | layout.operator("gpencil.stroke_merge_by_distance", text="Merge by Distance") | ||||
| layout.operator("gpencil.frame_clean_loose", text="Loose Points") | |||||
| layout.separator() | layout.separator() | ||||
| layout.operator("gpencil.frame_clean_fill", text="Boundary Strokes").mode = 'ACTIVE' | layout.operator("gpencil.frame_clean_fill", text="Boundary Strokes").mode = 'ACTIVE' | ||||
| Context not available. | |||||