Wykres commitów

301 Commity (444c0f3ab377dd7388548d3f2ca6ca8cacdba5c9)

Autor SHA1 Wiadomość Data
Torrin Leonard c742b8bc8f Added ability to export object files to Exporter natively
You can now export 3D models along with images. This currently only works with .blend files, all 3D objects must be imported in Blender to use this feature. Support for external object libraries will be available in the future.

Added ability to export multiple object file types from Exporter.py, including; .fbx, .x3d, .glb, and .obj.

Refactored config.py.

Added enableImages and enableModelsBlender to config.py
2021-11-27 18:40:42 -05:00
Torrin Leonard 2bdd576464
Update README.md 2021-11-26 22:40:56 -05:00
Torrin Leonard 62eae88ac5
Update README.md 2021-11-26 22:40:14 -05:00
Torrin Leonard b571eba749 Refactoring imports
Adding descriptions to some files
2021-11-26 20:25:07 -05:00
Torrin Leonard b7dfb850f0 Update metaData.py 2021-11-26 19:57:19 -05:00
Torrin Leonard aefc2cf60f Updating sponsor messages 2021-11-26 19:56:46 -05:00
Torrin Leonard 95666a6ebd Merge branch 'main' of https://github.com/torrinworx/Blend_My_NFTs 2021-11-26 19:43:21 -05:00
Torrin Leonard 0d029aa3c9 Update config.py 2021-11-26 19:43:18 -05:00
Torrin Leonard 421a56658c Adding Ethereum and Cardano meta data template
Refactored Image_Generator to Exporter.py
Created metaData.py
Refactored meta data exporter
Added Cardano and Ethereum meta data template
2021-11-26 19:43:13 -05:00
Torrin Leonard d9aea38d94
Update README.md 2021-11-26 14:04:40 -05:00
Torrin Leonard bf31844c75 Bug fixes 2021-11-24 21:15:24 -05:00
Torrin Leonard 014d989fac
Update README.md 2021-11-23 21:07:10 -05:00
Torrin Leonard c141195d69
Update README.md 2021-11-23 20:48:32 -05:00
Torrin Leonard 1b11a37044
Merge pull request #27 from torrinworx/Config-Reconfiguration
Update config.py
2021-11-23 19:36:00 -05:00
Torrin Leonard c183b282d4 Resolving bug that crashes Blender when error is thrown 2021-11-23 13:18:11 -05:00
Torrin Leonard 9fb8eac538 Update config.py 2021-11-23 13:14:28 -05:00
Torrin Leonard 2d68ee4c7d
Update README.md 2021-11-22 20:29:49 -05:00
Torrin Leonard d2032bea5f
Update README.md 2021-11-22 20:00:53 -05:00
Torrin Leonard 9a692a38ff
Update README.md 2021-11-22 12:51:27 -05:00
Torrin Leonard a52ae604ad
Merge pull request #26 from torrinworx/Meta-Data-Implementation
Meta data implementation
2021-11-21 16:33:14 -05:00
Torrin Leonard b669d27f62 Added ability to turn metaData off with Bool value
Reformatted some print statements
2021-11-21 16:32:53 -05:00
Torrin Leonard 504b1af5d3 Moved metaData settings location in config.py
Added default metaDataType format
Added more details to Solana metaData format
2021-11-21 15:55:04 -05:00
Torrin Leonard 3239d3b684 Added more arrays to Solana meta data dictionary output 2021-11-21 15:40:43 -05:00
Torrin Leonard b1e84fa726 Refactoring config.py
Adding metaDataType and metaDataDescription to config.py
Changed location of error handling message
2021-11-21 12:42:02 -05:00
Torrin Leonard e583146df3 Added SOL metadata to Image_Generator.py
Added foundation for attributes, needs to be improved to show rarity
Reformatted directory output for metadata implementation in NFT_Image_Output
2021-11-21 12:39:43 -05:00
Torrin Leonard 329144e005
Merge pull request #24 from torrinworx/Batch-Sorter-Patch
Duplicate DNA Patch
2021-11-20 19:08:37 -05:00
Torrin Leonard c858e3f791 Merge branch 'main' into Batch-Sorter-Patch 2021-11-20 19:02:59 -05:00
Torrin Leonard 58178893c8 Added ability to check for Dups for transparency
- Added DuplicateChecker.py
- Relocated Preview.py, RenderTest.py, and DuplicateChecker.py to Utility_Scripts
- Reconfigured import locations
- Changed imageName to nftName
- Removed imageNameTest
-
2021-11-20 18:45:32 -05:00
Torrin Leonard 86ffea6aa2 Ensured error message only appears when enable3DModels is on 2021-11-20 17:40:45 -05:00
Torrin Leonard 6cbacb83d1 Update config.py 2021-11-20 17:36:19 -05:00
Torrin Leonard 29bef8f68b
Merge pull request #21 from batmanscode/patch-2
Error handling for `objectFormatExport`
2021-11-20 17:14:52 -05:00
Torrin Leonard dd6857e326
Merge pull request #20 from batmanscode/patch-1
Set non zero default for `maxNFTs` and re-added `Script_Ignore_Folder`
2021-11-20 17:12:44 -05:00
batmanscode 773090414a
added an error message if `objectFormatExport` is not set properly 2021-11-20 22:55:51 +05:30
batmanscode 8e75413bd3
Create Script_Ignore_Folder
* got an error after it was removed so added it back
2021-11-20 22:36:30 +05:30
batmanscode d9202e83c9
update `maxNFTs` default and comment
* non zero default set
* removed the part of the comment that says it doesn't work with `enable3DModels = True` since it does :D
2021-11-20 22:31:04 +05:30
Torrin Leonard 06e70671a0 Refactored DNA Generator to ensure no duplicate DNA 2021-11-19 20:30:21 -05:00
Torrin Leonard 74852ad837 Added DuplicateChecker.py 2021-11-19 18:39:20 -05:00
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