I updated the exporter using the 'Update exporter' button, and now I have no file output panel and cannot render.
The console reports this:-
A screenshot of the Render panel:-
I tried updating Blender, but the build failed.
Also tried downloading the exporter directly from github, but the result is the same.
A much older version from graphicall works normally, though is obviously much older (2.5. I also get a working version if I copy the /scripts/startup/vb25 from the working older build to the non functional 2.59 build.
Suggestions ? Is it an error with the exporter or something else ?
Blender 2.59.0
Ubuntu 11.04 64bit
The console reports this:-
Traceback (most recent call last):
File "/home/organic/applications/VRay-Blender/install/linux/2.59/scripts/startup/vb25/ui/properties_render.py", line 145, in draw
rd = scene.render.image_settings
AttributeError: 'RenderSettings' object has no attribute 'image_settings'
File "/home/organic/applications/VRay-Blender/install/linux/2.59/scripts/startup/vb25/ui/properties_render.py", line 145, in draw
rd = scene.render.image_settings
AttributeError: 'RenderSettings' object has no attribute 'image_settings'
I tried updating Blender, but the build failed.
Compiling ==> 'metadata.c'
scons: *** [/tmp/build-b25/source/blender/exporter/exporter_ops.o] Error 1
source/blender/imbuf/intern/util.c: In function ‘isffmpeg’:
source/blender/imbuf/intern/util.c:265:2: warning: ‘av_open_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1430)
source/blender/imbuf/intern/util.c:270:2: warning: ‘av_find_stream_info’ is deprecated (declared at /usr/include/libavformat/avformat.h:1476)
source/blender/imbuf/intern/util.c:272:3: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
source/blender/imbuf/intern/util.c:291:3: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
source/blender/imbuf/intern/util.c:300:3: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
source/blender/imbuf/intern/util.c:304:2: warning: ‘avcodec_open’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4102)
source/blender/imbuf/intern/util.c:305:3: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
source/blender/imbuf/intern/util.c:310:2: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
scons: building terminated because of errors.
scons: *** [/tmp/build-b25/source/blender/exporter/exporter_ops.o] Error 1
source/blender/imbuf/intern/util.c: In function ‘isffmpeg’:
source/blender/imbuf/intern/util.c:265:2: warning: ‘av_open_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1430)
source/blender/imbuf/intern/util.c:270:2: warning: ‘av_find_stream_info’ is deprecated (declared at /usr/include/libavformat/avformat.h:1476)
source/blender/imbuf/intern/util.c:272:3: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
source/blender/imbuf/intern/util.c:291:3: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
source/blender/imbuf/intern/util.c:300:3: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
source/blender/imbuf/intern/util.c:304:2: warning: ‘avcodec_open’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4102)
source/blender/imbuf/intern/util.c:305:3: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
source/blender/imbuf/intern/util.c:310:2: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1652)
scons: building terminated because of errors.
A much older version from graphicall works normally, though is obviously much older (2.5. I also get a working version if I copy the /scripts/startup/vb25 from the working older build to the non functional 2.59 build.
Suggestions ? Is it an error with the exporter or something else ?
Blender 2.59.0
Ubuntu 11.04 64bit
Comment