blenderseed
blenderseed copied to clipboard
appleseed plugin for Blender
Move loading of render results into C++. This could also allow for a return of tile highlighting to the render process. - [ ] Determine how to access Blender render...
Matrix is pulled from a different location
See initial report here: https://github.com/appleseedhq/blenderseed/issues/397
Add more try-except blocks in order to reduce catastrophic failures Areas: - [ ] Per object, lamp, and material 'try' checks. Any issues during export should cause the object to...
When rendering a scene that makes use of blender unit scale (centimeters ie) , this is not reported to the render engine which will consider each unit equal to one...
Trying to track the order of functions through the projectwriter module is very challenging due to the lack of docstrings explaining exactly what the functions are doing. This is especially...