Skip to content

Commit

Permalink
Remove test line
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Nov 22, 2023
1 parent a6ba5a8 commit 3ebfb7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/08_smplx_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def make_gui_elements(
# GUI elements: mesh settings + visibility.
with tab_group.add_tab("View", viser.Icon.VIEWFINDER):
gui_rgb = server.add_gui_rgb("Color", initial_value=(90, 200, 255))
gui_rgb_text = server.add_gui_text("Color", "")
gui_wireframe = server.add_gui_checkbox("Wireframe", initial_value=False)
gui_show_controls = server.add_gui_checkbox("Handles", initial_value=False)

Expand Down

0 comments on commit 3ebfb7e

Please sign in to comment.