forked from Hogarth-MMD/mmd_tools_helper
-
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.
new tex/dds converter, new texture replace tool
- Loading branch information
Showing
13 changed files
with
363 additions
and
644 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
auto-install package.py | ||
/ffxiv_mmd_tools_helper/ext/ffxiv-tex-converter |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#1) download all files from https://github.com/emarron/ffxiv-tex-converter | ||
#2) delete folders '.idea','notes' | ||
#3) delete files '.gitignore','README.md','LICENSE' | ||
#4) copy folders/files from C:\Users\%userprofile%\AppData\Local\Programs\Python\Python311\Lib\site-packages to 'ffxiv-tex-converter' folder | ||
# .\kaitaistruct.py | ||
# .\colorama (folder) | ||
# .\tqdm (folder) | ||
#5) rename 'run.py' to '__main__.py' | ||
#6) run this in powershell in ext folder: python -m zipapp ffxiv-tex-converter | ||
# will create a ffxiv-tex-converter.pyz file that can be used |
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
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 |
---|---|---|
|
@@ -324,9 +324,8 @@ def main(context): | |
reset_selected_bone_positions(context,armature) | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
@register_wrap | ||
|
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
Oops, something went wrong.