Blend_3D_collections/conFig.py

13 wiersze
451 B
Python

'''Configure all parameters for NFT generatoin in this file'''
#DOES NOTHING GO TO BLENDER "STARTUP" FILE
# The number of NFTs desired to be minted:
numNFTs = 96
nftsPerBatch = None
# The path to the "Blender_Image_Generator" file
save_path = '/Users/torrinleonard/Desktop/Blend_My_NFTs'
batch_path = '/Users/torrinleonard/Desktop/Blend_My_NFTs/Batch_Json_files'
images_path = '/Users/torrinleonard/Desktop/Blend_My_NFTs/Images from PNG Generator'