blenderseed icon indicating copy to clipboard operation
blenderseed copied to clipboard

appleseed plugin for Blender

Results 36 blenderseed issues
Sort by recently updated
recently updated
newest added

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...

Optimization
Refactoring

Matrix is pulled from a different location

Feature

See initial report here: https://github.com/appleseedhq/blenderseed/issues/397

Bug

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...

Refactoring

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...

Bug
Feature

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...

Good First Issue
Cleanup