This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
forked from leandor/CBashSF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collections are no longer automatically deleted by python
The object lifetime is unreliable with temporary instances such as from GetParentCollection() Either save a mod with CloseCollection being true, or call Collection::Close() when finished with a collection FormID/ActorValue/MGEFCodes: Can now be validated against records / modfiles / collections instead of just records They will be re-validated less often Will work with masters using Bash's bolt.Path class Are validated more quickly Added missing GetParentMod(), GetParentCollection() to TES4 records Added GetParentCollection() to modfiles Fixed ObTest.py's TestAttrReport() Added GetCollectionType(CollectionID) to the API Returns which game the collection supports Added GetCollectionIDByModID(ModID) to the API Added GetModNumEmptyGRUPs(ModID) to the API The number of empty groups encountered may now be retrieved Added GetModNumOrphans(ModID) to the API The number of orphaned records encountered may now be retrieved MakeShortFormID() argument list changed. Now takes a ModID rather than RecordID and ModName
- Loading branch information
waruddar
committed
Sep 9, 2011
1 parent
2a35494
commit b492519
Showing
15 changed files
with
913 additions
and
542 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
Oops, something went wrong.