I wanted to create 3D characters for about 1000+ NFT Collectibles, but didn't know how to do that.
It's stupid to create all models one by one manu...
For further actions, you may consider blocking this person and/or reporting abuse
Hello, can I edit and make use of your NFT example as the base model for my own NFT collection?
Hello. Sure, feel free to use it.
Hi there! Thank you so much for the script, it's seems great!
However, I don't know how to use it. -_-"
I tried using this with the files you provided but I keep getting snagged at the duplicate error. I don't understand what I should be doing to go past that. :(
What duplicates is it talking about?
Hi, thanks!
As I said here, please set TOTAL_CHARACTERS = 2. I think it will probably work. Anyway, repeat "Run" until you succeed.
This error occurs when the combination of parts is duplicated.
Our ideal is to create a unique collection, so we have to avoid the exact same characters.
Hi,
Such a case, you can add the optional code after random.choice() in gen_metadata.py
Hi hideckies I'm using your code (thanks btw). I made some NFTS to test and I notice that the PNG number differs from the JSON file number after 3 renders. Is that a reason for that? Thank you for you time.
Thanks bruv…great help. I’ve been looking for this since so long haha
Hey, amazing information here, thanks a lot! Is It possible to create that kind of script in cinema4d?
Thank you! But sorry, I don't know about Cinema4D.
hello, thank you it was really very useful
I have a question
I only have 1 model, 1 head
to this I want to apply different textures and backgrounds
in order to release various versions
is it possible to do this with this script?
In that case, add multiple materials(textures) to the object (e.g. material names are "material_1", "material_2", so on) in advance, then you can write for example:
how do I run this on a render farm, should I code it so that it makes 4444 .blend files?
I would appreciate it if you could include the code in the comments :))
Sorry I don't use a render farm, so I have no idea.
Hey, is there any way that i could generate to .blender files instead of PNG?
What's the IRL Apes SC? I'm not a blender master, but I'm interested.
Exactly, I've added the demo repository.
Please check it!
github.com/hideckies/nft-collectib...