forked from fo76utils/nifskope
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into meshageddon
- Loading branch information
Showing
87 changed files
with
5,080 additions
and
1,210 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Submodule docsys
deleted from
0ffd95
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>nifdocsys</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.python.pydev.PyDevBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.python.pydev.pythonNature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__all__ = ["nifxml"] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
hr { border: 1px; color: black; background: black; height: 1px; } | ||
body { font-family: Verdana, Arial, Helvetica, sans-serif; } | ||
p, td, th, div, pre, li { color: black; font-size: 10pt; } | ||
td { vertical-align: text-top; } | ||
a { color: #006699; text-decoration: none;} | ||
a:link { color: #006699; text-decoration: none;} | ||
a:visited { color: #006699; text-decoration: none;} | ||
a:active { text-decoration: none;} | ||
a:hover { color: #DD6900; text-decoration: underline;} | ||
|
||
th { font-weight: bold; color: black; background: #D3DCE3} | ||
h1 { text-align: center; color: black; background: #FF6600; } | ||
h2 { text-align: center; color: black; background: #FFCC33; } | ||
h3 { text-align: left; color: black; background: #FFCC66; } | ||
a:link { text-decoration: none; color: #006699; background: transparent; } | ||
a:visited { text-decoration: none; color: #006699; background: transparent; } | ||
a:hover { text-decoration: underline; color: #DD6900; background: transparent; } | ||
a:link.nav { color: #000000; background: transparent; } | ||
a:visited.nav { color: #000000; background: transparent; } | ||
a:hover.nav { color: #FF0000; background: transparent; } | ||
.nav { color: #000000; background: transparent; } | ||
tr.reg0 { background: #CCCCCC; color: black; } | ||
tr.reg1 { background: #DDDDDD; color: black; } | ||
tr.inact0 { background: #CCAAAA; color: black; } | ||
tr.inact1 { background: #DDBBBB; color: black; } | ||
tr.extrnl { background: #AADDAA; color: black; } | ||
|
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set PATH=%PATH%;C:\Program Files\Python24 | ||
|
||
python -c "import sys, os.path; from os.path import join; sys.path = [ join(sys.prefix, 'Lib', 'site-packages', 'epydoc') ] + sys.path; script_path = os.path.abspath(sys.path[0]); sys.path = [p for p in sys.path if os.path.abspath(p) != script_path]; from epydoc.gui import gui; gui()" |
Oops, something went wrong.