mabxsi / ice-cache-explorer

ICE Explorer - Lets you view a sequence of ICE cache files in 3D
http://bilzlee.blogspot.ca/
GNU General Public License v3.0
0 stars 0 forks source link

Command line parser for icereader.py #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add option parser for icereader.py to make it available from command-line. This 
would be a shortcut alternative to the ICE Explorer app for 
converting/exporting icecache files to ascii.

e.g.
# export all attributes from proj123 cache 
python icereader.py -source d:\sim\icecache\proj123 -target 
d:\sim\icecache\proj123\ascii -all

e.g.
#export some attributes from proj123 cache
python icereader.py -source d:\sim\icecache\proj123 -target 
d:\sim\icecache\proj123\ascii -attributes 'Color__ ,PointPosition___'

Original issue reported on code.google.com by mab...@gmail.com on 23 Jan 2011 at 9:07

GoogleCodeExporter commented 8 years ago

Original comment by mab...@gmail.com on 23 Jan 2011 at 9:07