Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Torrin Leonard ad9f8cd3d3 Fixing Offset implementation 2023-01-03 08:50:42 -05:00
Torrin Leonard 01ef08db7e
Update __init__.py 2023-01-03 05:44:51 -08:00
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
bl_info = {
"name": "Blend_My_NFTs - BeastHood Version",
"name": "Blend_My_NFTs",
"author": "Torrin Leonard, This Cozy Studio Inc.",
"version": (4, 6, 0),
"blender": (3, 2, 2),

Wyświetl plik

@ -171,7 +171,8 @@ def render_and_save_nfts(input):
for a in batch_dna_list:
full_single_dna = list(a.keys())[0]
order_num = a[full_single_dna]['order_num']
order_num_offset = input.order_num_offset
order_num = a[full_single_dna]['order_num'] + order_num_offset
# Material handling:
if input.enable_materials: