English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Paper

blendify – Python rendering framework for Blender

MPS-Authors
/persons/resource/persons244491

Guzov,  Vladimir
Computer Vision and Machine Learning, MPI for Informatics, Max Planck Society;

/persons/resource/persons118756

Pons-Moll,  Gerard       
Computer Vision and Machine Learning, MPI for Informatics, Max Planck Society;

External Resource
No external resources are shared
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)

arXiv:2410.17858.pdf
(Preprint), 5MB

Supplementary Material (public)
There is no public supplementary material available
Citation

Guzov, V., Petrov, I. A., & Pons-Moll, G. (2024). blendify – Python rendering framework for Blender. Retrieved from https://arxiv.org/abs/2410.17858.


Cite as: https://hdl.handle.net/21.11116/0000-0010-8CDB-A
Abstract
With the rapid growth of the volume of research fields like computer vision
and computer graphics, researchers require effective and user-friendly
rendering tools to visualize results. While advanced tools like Blender offer
powerful capabilities, they also require a significant effort to master. This
technical report introduces Blendify, a lightweight Python-based framework that
seamlessly integrates with Blender, providing a high-level API for scene
creation and rendering. Blendify reduces the complexity of working with
Blender's native API by automating object creation, handling the colors and
material linking, and implementing features such as shadow-catcher objects
while maintaining support for high-quality ray-tracing rendering output. With a
focus on usability Blendify enables efficient and flexible rendering workflow
for rendering in common computer vision and computer graphics use cases. The
code is available at https://github.com/ptrvilya/blendify