-
Notifications
You must be signed in to change notification settings - Fork 121
Pyffi overhaul #535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Pyffi overhaul #535
Changes from 20 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ca0c37d
Removed unecessary import from kf_import.py
Candoran2 7153b53
Updated kf_export.py to remove unused imports.
Candoran2 19e0294
Made changes necessary to export ZT2 kf.
Candoran2 11cb4db
Made changes for FO3 kf export.
Candoran2 e8b70e4
Added missed reset_field and added validation step before writing kf.
Candoran2 1ddbe4f
Transferred nif import to use the new library.
Candoran2 fa20764
Updated vertex group import for new library.
Candoran2 41308e5
Made changes to use new library for nif export.
Candoran2 9dce93a
Updated BS data flags export.
a7dbd75
Removed now-unnecessary .decode calls.
a4b804b
Made makezip.bat work with dir paths with spaces.
0977c88
Let n_node_type override detected one (needed for BSFadeNode as root …
Candoran2 6223cc6
Fix skin_partition_blocks > partitions because of xml change and shad…
Candoran2 57e8778
Added forgotten .classes.
Candoran2 0f9d234
Replaced NifFormat.classes with direct import of classes as NifClasses.
Candoran2 1305247
Changed game property to only allow games for supported versions.
Candoran2 0186864
Added initial support for static SSE nif import.
Candoran2 8637f4a
Couple small fixes, and #521 - partially.
Candoran2 1b5f91e
Finished adjustment to partition/body party import to directly use pa…
Candoran2 a897ebe
Added changes to import skinned BSTriShape, and corrected error in ma…
Candoran2 ed32f48
Normalization of ByteVector3 no longer necessary in addon code - is h…
Candoran2 d3dbf40
Replaced uses of Enum._name_ with Enum.name (_name_ is writeable, nam…
Candoran2 88c1c91
Replaced Enum._value_ with Enum.value, since the latter is read-only.
Candoran2 f3b7fa9
Followed f-string suggestions, as well as enum access and itertools.c…
Candoran2 e574d05
Removed modulo % 256 from texture clamp mode because it's no longer n…
Candoran2 9166bb0
Simplified havok material import due to xml changes and fixed BSEffec…
Candoran2 3934ff8
Removed KFFile class and used NifFile instead for KF import since cod…
Candoran2 56ab2c3
Removed uses of safe_decode and moved it to generated code.
Candoran2 70203cb
Did small fixes for codegen and migrated updated save_as_dds function…
Candoran2 0e280a4
Changed BSEffectShaderProperty import/export to reflect xml changes.
Candoran2 432f845
Updated (some) collision import and export for xml.
Candoran2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.