Skip to content

Instantly share code, notes, and snippets.

# this script will scan the following specified folder for collada files, change it to wherever you are storing them
YourFolderPath = ''
# i.e. YourFolderPath = 'C:\\Users\\Martin\\Desktop'
# The .dae files in that folder will be iteratively imported into blender and rendered
# The images will be output to whatever folder path is specified in the output field within Blender
# They will be organised in folders, where each folder has the same name as the .dae file which was rendered
# If you wish, you can uncomment the following line and replace the output path with your own manually.