Blend_3D_collections/conFig.py

14 wiersze
519 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
batch_file_name = 'Batch1'
nftsPerBatch = None
# The path to the "Blender_Image_Generator" file
save_path = '/Users/torrinleonard/Desktop/Blender_Image_Generator'
json_save_path = '/Users/torrinleonard/Desktop/Blender_Image_Generator/Json-folder'
batch_path = '/Users/torrinleonard/Desktop/Blender_Image_Generator/Json-folder/{}'.format(batch_file_name)