If you're using blender 2.63, and have the following error when doing animations or pulling image back into blender:
TypeError: OCT_RENDER.end_result(): required parameter "cancel" not specified
then please do the following:
- find file engine.py in your script directory
- edit file and go to line 364 (may differ depends on plugin version but should be ok with 1.19 and 1.20)
- replace self.end_result(result) with self.end_result(result,0)
I've no time to repackage plugin at the moment, but this fix works fine.
Yoyoz
Note for users of blender 2.63
Guys, I do not know what else to do ..
I'm using Blender 2.64 and used the plugin 1.19 and also 1.20 and nothing works.
I'm still trying to make a short animation and does not work.
Have you changed the line 364 of the (engine.py) and did not work well.
I bought the octane render to do just a few animations and still can not.
If it is not too much to ask, could someone make a video tutorial teaching how to work the animations in blender?
Thank you very much.
I'm using Blender 2.64 and used the plugin 1.19 and also 1.20 and nothing works.
I'm still trying to make a short animation and does not work.
Have you changed the line 364 of the (engine.py) and did not work well.
I bought the octane render to do just a few animations and still can not.
If it is not too much to ask, could someone make a video tutorial teaching how to work the animations in blender?
Thank you very much.
Hey kaskudo!
What exactly are you trying to animate? Shapes or materials? Can you render at least one frame without any animation at all just for test?kaskudo wrote:Guys, I do not know what else to do ..
I'm using Blender 2.64 and used the plugin 1.19 and also 1.20 and nothing works.
I'm still trying to make a short animation and does not work.
Have you changed the line 364 of the (engine.py) and did not work well.
I bought the octane render to do just a few animations and still can not.
If it is not too much to ask, could someone make a video tutorial teaching how to work the animations in blender?
Thank you very much.
Guys,
I can render a still frame, but when I try to animate a cube walking on a plane, does not work.
When I click on animation rendering, this message appears ...
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\2.64\scripts\addons\octanerender\engine.py", line 65, in render
error('Image output directory is invalid or contains spaces "%s" ("%s")' % (octane_render.path,animPath))
File "C:\Program Files\Blender Foundation\Blender\2.64\scripts\addons\octanerender\utils.py", line 81, in error
raise Exception("Octane plug-in: "+error)
Exception: Octane plug-in: Image output directory is invalid or contains spaces "C:\Users\Douglas\Desktop\OCTANE_RENDER\RENDER_OCTANE\" ("C:\Users\Douglas\Desktop\OCTANE_RENDER\RENDER_OCTANE\teste_octane_01")
location:<unknown location>:-1
I'm using Blender 2.64 and the 1.20 plugin...
I can render a still frame, but when I try to animate a cube walking on a plane, does not work.
When I click on animation rendering, this message appears ...
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\2.64\scripts\addons\octanerender\engine.py", line 65, in render
error('Image output directory is invalid or contains spaces "%s" ("%s")' % (octane_render.path,animPath))
File "C:\Program Files\Blender Foundation\Blender\2.64\scripts\addons\octanerender\utils.py", line 81, in error
raise Exception("Octane plug-in: "+error)
Exception: Octane plug-in: Image output directory is invalid or contains spaces "C:\Users\Douglas\Desktop\OCTANE_RENDER\RENDER_OCTANE\" ("C:\Users\Douglas\Desktop\OCTANE_RENDER\RENDER_OCTANE\teste_octane_01")
location:<unknown location>:-1
I'm using Blender 2.64 and the 1.20 plugin...
Make sure in octane output folder you did NOT specified the file name -- only the folder. The actual file name will be derived from the project name. Please also remove the trailing backslash.
Hope it helps.
Hope it helps.
- oneeyedfox
- Posts: 16
- Joined: Sat Jun 23, 2012 2:33 pm
I'm using 2.64 with plugin 1.20 it doesn't work for animation all the time I getting message name path contain spaces etc. but I still have 2.63 installed and it's work with plugin 1.20 without problem just I had to change that line in script