This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import sys | |
F = sys.argv[1] | |
print(F) | |
#F = "just60.json" | |
#F = "c-asus_nvidia.json" | |
#F = TimelineRawData-20160412T120624.json" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from xml.etree.ElementTree import ElementTree | |
import xml.etree.ElementTree as ET | |
import sys | |
if len(sys.argv) != 2: | |
print "Giev filename!" | |
sys.exit(1) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<scene> | |
<entity id="1"> | |
<!--name> | |
<name>Bird</name> | |
<description>A flying bird</description> | |
</name--> | |
<name name="Bird" description="A flying bird" /> | |
<!-- mesh> | |
<meshref>bird.mesh</meshref> | |
<materialref index=0>feathers.material</materialref> |
NewerOlder