Skip to content

Commit

Permalink
Add missing category to help output
Browse files Browse the repository at this point in the history
  • Loading branch information
jterrace committed Aug 13, 2012
1 parent 7be4edc commit c4ae78c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ http://www.panda3d.org/download.php?sdk&version=1.7.2
--optimize_sources Compresses sources to unique values, updating
triangleset indices

Visualizations:
--viewer Uses panda3d to bring up a viewer
--collada_viewer Uses panda3d to bring up a viewer with lights and
camera from the collada file
--pm_viewer pm_file Uses panda3d to bring up a viewer of a base mesh and
progressive stream

Meta:
--medium_optimizations
A meta filter that runs a safe, medium-level of
Expand Down
3 changes: 2 additions & 1 deletion meshtool/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def add_arguments(self, actions):
'Printing',
'Simplification',
'Optimizations',
'Visualizations',
'Meta',
'Operations',
'Saving']
Expand All @@ -46,7 +47,7 @@ def add_arguments(self, actions):
for action in loaders:
self.add_argument(action)
self.end_section()

self.start_section('')

def main():
Expand Down

0 comments on commit c4ae78c

Please sign in to comment.