Skip to content

Commit

Permalink
wxGUI/nviz: fix missing imports (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa authored Oct 29, 2024
1 parent 94034a3 commit ba809db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gui/wxpython/nviz/wxnviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@
CONST_ATT,
DM_FLAT,
DM_GOURAUD,
DM_GRID_SURF,
DM_GRID_WIRE,
DM_POLY,
DM_WIRE,
DM_WIRE_POLY,
MAP_ATT,
MAX_ISOSURFS,
GP_delete_site,
Expand Down Expand Up @@ -2442,6 +2447,11 @@ def Corresponds(self, item):
__all__ = [
"DM_FLAT",
"DM_GOURAUD",
"DM_GRID_SURF",
"DM_GRID_WIRE",
"DM_POLY",
"DM_WIRE",
"DM_WIRE_POLY",
"DRAW_QUICK_SURFACE",
"DRAW_QUICK_VLINES",
"DRAW_QUICK_VOLUME",
Expand Down

0 comments on commit ba809db

Please sign in to comment.