Wykres commitów

376 Commity (7e8480486a22104f184a314644dae98fcb8c3371)

Autor SHA1 Wiadomość Data
Torrin Leonard 7e8480486a
Update README.md 2022-05-12 11:08:32 -04:00
Torrin Leonard 977ad3999f
Update Logic.py 2022-05-12 11:05:49 -04:00
Torrin Leonard 2b0856b90b
Merge pull request #92 from TheBrochacho/main
Added another optional argument
2022-04-19 22:15:39 -04:00
Torrin Leonard 3de95e30d8 Adding file sorting method to Constants.py 2022-04-17 18:20:35 -04:00
Torrin Leonard d093bf9745 Adding Constants File to clean up code 2022-04-17 17:01:10 -04:00
Matthew 4bda5e7a24
Added info about '--batch-data' and '--batch-numbers' 2022-04-15 08:52:19 -07:00
Matthew ac64697b5b
Merge branch 'torrinworx:main' into main 2022-04-15 08:41:25 -07:00
Matt bae5f2e1a4 added '--batch-data-path' argument 2022-04-15 08:36:55 -07:00
Torrin Leonard d4125a7e4f
Merge pull request #87 from TheBrochacho/main
Added support for running Blend_My_NFTs in a headless environment
2022-04-13 22:24:08 -04:00
Torrin Leonard 7a349107eb Reformatting/organizing and minor UI tweaks
- Updated BMNFTs version number
- Added more visible headers for major sections
- Integrated imports
- Reformatted Update_combinations to Refresh_UI for future use with Cozy API
- Created new section "Helper functions"
- Renamed BMNFTS_PGT_MyProperties to Input_Properties
- Reformatted BMNFTS_PGT_Input_Properties Properties to better reflect Panel and User input organization
- Reformatted "my_tool" to "input_tool"
- Reformatted "mytool" to "input_tool_scene"
- Renamed some labels
- Removed Documentation and ExportSettings Panels and replaced with "Other" Panel
- Added link to BMNFTs YouTube tutorial playlist link
- Added Export Settings check: Operator will now appear only if user sets a Save_Path in the Create NFT Data panel. User is notified with a message if they haven't set a Save_Path
- Integrated draw() into Refresh_UI persistent function
- Reformatted and organized register/unregister Blender classes
- Other general organization and restructuring
2022-04-13 22:18:09 -04:00
Matthew 4be413e8af
added some line breaks 2022-04-12 14:23:46 -07:00
Matthew 858df75bfe
Merge pull request #1 from TheBrochacho/CLI-Compat
Cli compat
2022-04-12 14:16:06 -07:00
Matt 981d92699e disabled debug settings messages 2022-04-12 10:31:05 -07:00
Matt f82762fb7a needed to add collectionSize to config 2022-04-12 10:16:29 -07:00
Matt 91d06812cf found a use case for the config file 2022-04-12 10:09:34 -07:00
Matt d222d2faa5 Merge branch 'CLI-Compat' of https://github.com/TheBrochacho/Blend_My_NFTs into CLI-Compat 2022-04-12 09:34:01 -07:00
Matt d086c6c302 exporting a config was unnecessary 2022-04-12 09:32:09 -07:00
Matt 9ab01592b5 code cleanup 2022-04-12 01:37:28 -07:00
Matt 4eb4f8b213 added batch specification option 2022-04-12 01:07:13 -07:00
Matt 99946a11e6 removed -o and -s due to ambiguity 2022-04-12 01:00:47 -07:00
Matthew 51f62fd8a8
removed '-c' option 2022-04-12 00:57:15 -07:00
Matt 31716ba1fd removed -c due to ambiguity 2022-04-12 00:50:43 -07:00
Matt 9f52ce31c6 fixed boolean checks 2022-04-12 00:50:14 -07:00
Matthew d80c9b837b
decapitalized the P's in --Python 2022-04-12 00:12:19 -07:00
Matthew 77c331f570
added some info about running headlessly 2022-04-11 23:39:06 -07:00
Matt c2be2c9ed0 added save path overriding 2022-04-11 22:44:56 -07:00
Matt fb8632e72a added CLI utility 2022-04-11 22:39:58 -07:00
Torrin Leonard 1527129ddd Fixing issue with Attributes and Variants in Logic 2022-04-11 22:49:40 -04:00
Matt 443137f063 imports work when called from the command line 2022-04-11 10:20:00 -07:00
Torrin Leonard 090005e0dd
Merge pull request #83 from torrinworx/Logic_Patch_and_Error_Handling
Committing Logic patch and Checks
2022-04-11 11:33:13 -04:00
TheBrochacho 3c1db95e57 button dumps settings to a file 2022-04-10 19:41:12 -07:00
TheBrochacho 70c2f6627f added export settings button 2022-04-10 17:00:19 -07:00
Torrin Leonard c8e8d62837 Committing Logic patch and Checks 2022-04-09 13:34:43 -04:00
Torrin Leonard efcea53913
Update README.md 2022-04-05 19:46:21 -04:00
Torrin Leonard bc5568b564
Merge pull request #79 from torrinworx/Rarity_Check_and_Duplicate_Check
Logic Always with Rule, Resume Failed Batches | BMNFTs V3.0
2022-03-26 22:45:40 -04:00
Torrin Leonard 4c945a965e
Update __init__.py 2022-03-26 22:44:13 -04:00
Torrin Leonard d37fc69b20
Update README.md 2022-03-26 22:40:47 -04:00
Torrin Leonard f5ccffe691
Merge pull request #78 from philipdenys/patch-1
Update README.md
2022-03-26 10:59:49 -04:00
Philip Denys 875392d4d6
Update README.md
small tpoy
2022-03-26 15:57:26 +01:00
Torrin Leonard d5d4c37456 Added Resume Failed Batch feature
Don't get me started.
2022-03-25 23:47:54 -04:00
Torrin Leonard f90cb38e2b Removing deprecated script code
Added loading animation to DNA_Generator for Create NFT Data step.
2022-03-25 08:22:28 -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 c6a9224d67 Update DNA_Generator.py 2022-03-13 21:29:27 -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 d68b54121d
Update README.md 2022-03-13 17:48:15 -04:00
Torrin Leonard 3ae6aa9cf8
Update README.md 2022-03-13 17:21:27 -04:00
Torrin Leonard 05f5644627
Adding more info on Logic.json and how to use Logic 2022-03-13 16:56:34 -04:00
Torrin Leonard d07a405e34
Update README.md 2022-03-13 12:25:20 -04:00
Torrin Leonard c144e6d728
Merge pull request #67 from torrinworx/Logic-Patch
Logic patch merging to main branch.
2022-03-13 12:24:44 -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