Skip to content

Instantly share code, notes, and snippets.

@robkau
robkau / BlenderRenderSequenceV1.py
Created January 22, 2020 04:45 — forked from brio1009/BlenderRenderSequenceV1.py
Script to render a sequence of ply files with Blender.
# Script to render a sequence of ply files with Blender. First, setup your scene
# and material for the imported meshes. Scene must be in "OBJECT"-mode.
# Fill in variables in options.
# References.
# See: http://blender.stackexchange.com/questions/24133/modify-obj-after-import-using-python
# and: http://blenderartists.org/forum/showthread.php?320309-How-to-import-ply-files-from-script
import bpy
# Options.
meshFolder = "" # Folder without ending "\\".