New feature to remove a section plane

This commit is contained in:
Dion Moult
2020-04-25 19:09:34 +10:00
parent 3671953472
commit 82e38e3abe
3 changed files with 64 additions and 4 deletions
+2 -1
View File
@@ -450,8 +450,9 @@ class BIM_PT_section_plane(Panel):
layout = self.layout
layout.use_property_split = True
row = layout.row()
row = layout.row(align=True)
row.operator('bim.add_section_plane')
row.operator('bim.remove_section_plane')
class BIM_PT_camera(Panel):
bl_label = "Diagrams and Documentation"