Add project-tools #142

Merged
Francesco Siddi merged 26 commits from ZedDB/blender-studio-pipeline:project-helper-tools into main 2023-08-31 20:33:04 +02:00
Showing only changes of commit 476929b527 - Show all commits

View File

@ -37,8 +37,6 @@ for index, path in enumerate(paths):
else:
print("\033[1mID:\033[0m%3i (%s)" % (index, date))
print()
input_error_mess = "Please select an index between 0 and " + str(len(paths) - 1)
selected_index = 0