Wykres commitów

15 Commity (70c2f6627f15435a4827f32cf54eeb02e3335c35)

Autor SHA1 Wiadomość Data
TheBrochacho 70c2f6627f added export settings button 2022-04-10 17:00:19 -07:00
Torrin Leonard 4c945a965e
Update __init__.py 2022-03-26 22:44:13 -04:00
Torrin Leonard d5d4c37456 Added Resume Failed Batch feature
Don't get me started.
2022-03-25 23:47:54 -04:00
Torrin Leonard e0528d0a65 Fixing Logic and adding better error handling
__init__.py:
    Removed unnecessary variable passes
    Removed unnecessary imports

Checks.py:
    Added descriptions for all checks in Checks.py
    Created raise_Error_ScriptIgnore() check
    Created raise_Error_numBatches() check
    Created raise_Error_ZeroCombinations() check
    Created raise_Error_numBatchesGreaterThan() check
    Created raise_Warning_maxNFTs() check

DNA_Generator.py:
    Removed and refactored enableGeneration (deprecated material generation) code.
    Deprecated try excepts statements and errors for Checks.py
    Removed unnecessary variable passes
    Refactored # Messages
    Added loading animation

Exporter.py:
    Removed Material Handling section
    Refactored exporter console messages
    Added new loading animation for console when exporting images, animations or 3D models

loading_animaiton.py:
    Added loading animation file class

Logic.py:
    Fixed logic so that all rules are guaranteed to work
    Added "Always with" rule
2022-03-24 21:38:53 -04:00
Torrin Leonard 4531d56098 Added checks to DNA_Generator.py
Brought back Duplicate and Rarity checker from previous build.
2022-03-13 21:27:18 -04:00
Torrin Leonard 1b4111bc36 Cleaning things up
Updated version number for add-on
Refactored all imports for renamed files
2022-03-12 12:18:41 -05:00
Torrin Leonard 28dae909f9 Refactored DNA generation method and Logic
DNA Generation now checks if each DNA is unique after random, Rarity and Logic have generated a singleDNA string. This prevents duplication with all three methods.

Logic now works for both Only with and Never with methods. Variants and Attributes both work.

Rarity sorter was refactored to only return a singleDNA instead of the entire DNAList. Also the DNA creation method in Rarity_Sorter is has been changed.
2022-03-12 12:02:01 -05:00
Torrin Leonard 7bd22835ce Committing changes
__init__.py:
- added Custom Field Operators for metadata
- Added Description fields for Cardano, Solana, and ERC721 metadata templates
- Reconfigured variables in Operator function to be in class
- Created passable variables for new metadata fields
- Updated methods
- Added new Cardano metadata description field to panel
- Added new Solana metadata description field to panel
- Added new ERC721 metadata description field to panel
- Removed old Logic Panel

Batch_Refactorer.py:
- Cleaned methods for passing variables with classes
- Refactored functions and methods for calling functions from metaData.py
- Created new class rename_MetaData_Variables for better variable passing

DNA_Generator.py:
- Removed unnecessary spaces

Exporter.py:
- BMNFT_metadata files now include "Empty" if DNA is set to "0" by Logic.py

Logic.py:
- Added Collections method to read dictionaries
- Attributes and variants are now read independently and work properly
- Variant order numbers are now properly selected

metaData.py:
- Removed unnecessary imports
- Refactored function imports with new classes from Batch_Refactorer.py
- Description is now inserted into each template as defined by the user in Refactor panel
- Custom fields are now included in each template
2022-03-10 20:03:20 -05:00
Torrin Leonard e61ba2dad4 Added Logic.py
Integrated Logic.py in __init__.py
Integrated Logic.py function in DNA_Generator.py
Modified Exporter.py to accept Empty Variants
Created Logic.py and methods
Removed UIList.py and directory
2022-03-07 22:21:25 -05:00
Torrin Leonard 6830daacbd Removing offset temporarily 2022-02-12 15:46:06 -05:00
Torrin Leonard 7352c6fa6d Cleaning up UI and workflow
__init__.py:
- Added default and minimum values to input fields
- Refactored save_path mechanism so it now gets the abspath instead of Blenders relative one.
- Created offset variable so that the true max number of combinations isn't reached. This will prevent the issue of having missing NFT DNA in the NFTRecord.
- Removed pointless print() statements that clogged up the terminal
- Changed confirmation message when refactoring batches
- Removed Main Panel and created sub panels for better work flow. Four Panels now make up the Blend_My_NFTs category in the 3D viewer.
- Added new classes to be registered. Removed Main Panel class from register

main/Batch_Sorter.py:
- Removed pointless importing of modules

main/get_combinations.py:
- Refactored quotes
- Removed redundant commented out code
2022-02-04 09:44:36 -05:00
Torrin Leonard f73dc9ed2a Adding confirmation message when refactoring batches 2022-02-03 18:57:23 -05:00
Torrin Leonard cd62dfa62b Cleaning up for weekend launch
Changed icons for create.data, exporter.nfts, and refactor.batches.
Commented out classes for UIList tests
Modified save path for Complete_Collection folder
Batch_Refactorer.py now deletes Generated NFTs folder after completed sorting.
Deleted problematic code in UIList.py
2022-02-03 18:48:52 -05:00
Torrin Leonard ea84bf23c0 Changing reload mechanism and adding UIList
Added support for MP4, STL, and VOX
Created new __init__.py file
Created get_combinations.py file
Created __init__.py file in ui_Lists folder

Added UIList.py for tests
2022-02-02 19:40:05 -05:00
Torrin Leonard 0a06052824 Adding Blender UI work up to this point 2022-02-02 10:37:42 -05:00