Skip to content
Snippets Groups Projects
Commit 45c0679c authored by Maurice Raybaud's avatar Maurice Raybaud
Browse files

API change

parent bba5fb57
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ bl_info = {
"author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn",
"version": (0, 0, 8),
"blender": (2, 5, 6),
"api": 34650,
"api": 34950,
"location": "Render > Engine > POV-Ray 3.7",
"description": "Basic POV-Ray 3.7 integration for blender",
"warning": "both POV-Ray 3.7 and this script are beta",
......
......@@ -1836,7 +1836,7 @@ class PovrayRender(bpy.types.RenderEngine):
try:
lay.load_from_file(self._temp_file_out)
#lay.load_from_file(self._temp_file_out, xmin, ymin) # XXX, test for border render.
except SystemError:
except RuntimeError:
pass
self.end_result(result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment