Wykres commitów

314 Commity (4f04185e0d4842484336e9bac3bdd50136929ae2)

Autor SHA1 Wiadomość Data
Torrin Leonard c442cf9190
Update README.md 2021-11-18 11:24:22 -05:00
Torrin Leonard 6d9e835ee0
Merge pull request #18 from defektu/main
Experimental Material Generation
2021-11-17 19:41:30 -05:00
Torrin Leonard d7392d5a63
Merge branch 'main' into main 2021-11-17 19:41:14 -05:00
Torrin Leonard be1c28b8f8
Merge pull request #19 from torrinworx/Refactor-3DModel-Generator
Refactored files to prepare for more 3D model features
2021-11-17 19:40:30 -05:00
Torrin Leonard 2b3bece134 Refactored files to prepare for more 3D model features
Refactored imports in main.py
Added the ability to limit 3D models generated in Model_Generator.py
2021-11-17 18:56:33 -05:00
Torrin Leonard c2a02f2106
Merge branch 'main' into main 2021-11-17 18:28:43 -05:00
defektu 2dd73174e9 Experimental Material Generation
This mode is experimental.
2021-11-17 10:21:41 +03:00
defektu 1cc7aa3e9c Update Example.blend 2021-11-17 10:11:25 +03:00
Torrin Leonard faee567a7f Merge branch 'main' of https://github.com/torrinworx/Blend_My_NFTs 2021-11-16 22:36:53 -05:00
Torrin Leonard f7e6ad392f Refactored and organized config.py
- Added sponsorship credit to Model_Generator.py
2021-11-16 22:36:50 -05:00
Torrin Leonard 27bd07799c
Update README.md 2021-11-16 15:11:19 -05:00
defektu ac245c4643 Merge branch 'main' of https://github.com/defektu/Blend_My_NFTs 2021-11-16 21:54:07 +03:00
defektu 5794cca866 Create .gitignore 2021-11-16 21:53:36 +03:00
Torrin Leonard 085a4ea9f0 Adding .gitignore back to main 2021-11-16 13:41:33 -05:00
Torrin Leonard 60bf27fe56
Merge pull request #16 from defektu/main
Material Generation Option
2021-11-16 13:38:56 -05:00
Torrin Leonard e2d22e2098
Merge branch 'main' into main 2021-11-16 13:37:10 -05:00
Torrin Leonard 407bcfec02 Updating error and warning message conventions 2021-11-16 13:26:39 -05:00
defektu 97b27a463c Batch Sorter fix
Batch Sorter Index out of range fix.
nftsPerBatch can be higher than max nft or out of range now
2021-11-16 21:26:02 +03:00
defektu c205a2b024 Just a little fix on previous
Forgot to add changes to "Preview.py" and added some materials to "example.blend"
2021-11-16 20:58:03 +03:00
Torrin Leonard d3b4ae0405
Merge pull request #17 from torrinworx/Render-Time-Test
Resetting config.py
2021-11-16 07:13:22 -05:00
Torrin Leonard 047ec758a2 Resetting config.py
Added renderImage to main.py
2021-11-16 07:12:21 -05:00
defektu 5bbb4ef99b Material Generation Option
Simple tweak that let's you generate materials instead of colors
2021-11-16 07:58:20 +03:00
Torrin Leonard de0b71dba8
Merge pull request #15 from torrinworx/Render-Time-Test
Render time test
2021-11-15 21:27:49 -05:00
Torrin Leonard 775dbcfe07 Updating formating 2021-11-15 21:27:28 -05:00
Torrin Leonard b518da4ff2 Update Preview.py 2021-11-15 21:12:16 -05:00
Torrin Leonard 4a25932015 Adding delete feature to clear files made by Preview.py 2021-11-15 21:10:24 -05:00
Torrin Leonard b9e1d862a1 Refactoring file formats and locations 2021-11-15 08:22:10 -05:00
Torrin Leonard d2901df963 Removed runRenderTest variable from files 2021-11-14 22:54:28 -05:00
Torrin Leonard 692485c3f1 Reconfiguring Preview related imports and prints 2021-11-14 22:38:11 -05:00
Torrin Leonard 47997a1b8f Added functionality for Preveiw.py and RenderTest.py
Refactored module import system.
2021-11-14 19:23:31 -05:00
Torrin Leonard 18ff1ef8ba
Adding blender version and os info 2021-11-14 09:28:30 -05:00
Torrin Leonard 6f1fba49a9 Removing empty space 2021-11-14 00:01:08 -05:00
Torrin Leonard 0bc25f4f16 Adding ground work for Render-Time-Test 2021-11-13 23:55:19 -05:00
Torrin Leonard 91235d3429 Refactoring Preview.py and adding more preview features
Refactored some variable names in config.py, main.py, DNA_Generator.py, and Image_Generator.py for readability.

Added some extra info to Preview.py.
2021-11-13 20:25:37 -05:00
Torrin Leonard b65439e86b Changing method of generating dna
Changed DNA generation method.

Previous method:
Generating all possible combinations of DNA to list then removing until maxNFTs is hit.

New method:
Generates a random DNA sequence and sends to list, checks it against previously generated DNA, then repeats until maxNFTs is hit.

This reduces processing time, especially when dealing with millions of DNA combinations with larger .blend attribute/variant repositories.
2021-11-13 18:56:35 -05:00
Torrin Leonard ef5f900268 Reconfigured config.py
- Reformatted config.py
- Added .x3d import feature
- Created message that displays when user turns on enableRarity in config.py
2021-11-12 21:24:04 -05:00
Torrin Leonard 5d7eeeedff Added Batch_Json_files folder back with .gitignore 2021-11-12 18:26:16 -05:00
Torrin Leonard 97eadb47d2
Merge pull request #14 from torrinworx/Rarity_Sorter-implementation
Rarity sorter implementation beta
2021-11-12 17:53:14 -05:00
Torrin Leonard 4d9466362e Merge branch 'main' into Rarity_Sorter-implementation 2021-11-12 17:52:50 -05:00
Torrin Leonard 0b08683cf7 Deleting .pyc files 2021-11-12 17:38:57 -05:00
Torrin Leonard 8644eeb061 Modified some print statements 2021-11-12 14:06:57 -05:00
Torrin Leonard c355d1f8e8 Revert "Update README.md"
This reverts commit 2681ac22ce.
2021-11-12 13:17:03 -05:00
Torrin Leonard 0c288410f9 Moving rarity sorter code to Rarity_Sorter.py 2021-11-12 13:14:31 -05:00
Torrin Leonard fecab18521
Delete .DS_Store 2021-11-12 13:12:21 -05:00
Torrin Leonard 94bd726429
Delete src/generators_and_sorters/__pycache__ directory 2021-11-12 13:12:09 -05:00
Torrin Leonard f7d19f25d2
Delete .DS_Store 2021-11-12 13:10:14 -05:00
Torrin Leonard 01f68545af
Delete .DS_Store 2021-11-12 13:09:51 -05:00
Torrin Leonard 837983741d
Delete src/main/__pycache__ directory 2021-11-12 13:09:19 -05:00
Torrin Leonard c62ea3fed0
Delete .DS_Store 2021-11-12 13:05:32 -05:00
Torrin Leonard 32cb0f300a
Delete .DS_Store 2021-11-12 13:05:19 -05:00