| Project: | YafaRay |
| Version: | development |
| Component: | Blender Exporter |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
A recent commit to blender trunk broke the yafaray exporter, the rendered image is not displayed correctly in the blender image editor, and there seems to be at least one python error associated with this problem.
The blender commit that caused the problems:
http://lists.blender.org/pipermail/bf-blender-cvs/2012-September/049553....
Just guessing, but it seems some API changes altered the method for sending tiles to the image editor and canceling the render, and maybe some other stuff as well.
Here's the specifics on the python error mentioned above:
yaf_export.py", line 350, in render self.end_result(result)
TypeError: YAFA_RENDER.end_result(): required parameter "cancel" not specified
The yafaray exporter still works perfectly with blender revisions r50383 and earlier.
Comments
#1
Hello,
fixed API change with this commit, it checks for Blender version > 2.63.17 and should also work with API revisions < 50384.
Here is the commit for the fix: https://github.com/YafaRay/Blender-Exporter/commit/91ba17e6da1644b9dd954...
Bye, Olaf.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.