Skip to content

Commit

Permalink
comment out tool
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jan 17, 2025
1 parent cd5c1f1 commit 8fddd44
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions los_tools/los_tools_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,14 @@ def initGui(self):

self.toolbar.addSeparator()

self.add_action(
icon_path=get_icon_path("camera.svg"),
text="Create 3D View with Camera Setup",
callback=self.open_dialog_create_3d_view,
add_to_toolbar=False,
add_to_specific_toolbar=self.toolbar,
checkable=False,
)
# self.add_action(
# icon_path=get_icon_path("camera.svg"),
# text="Create 3D View with Camera Setup",
# callback=self.open_dialog_create_3d_view,
# add_to_toolbar=False,
# add_to_specific_toolbar=self.toolbar,
# checkable=False,
# )

self.add_action(
icon_path=get_icon_path("camera_layout_item.svg"),
Expand Down

0 comments on commit 8fddd44

Please sign in to comment.