Traceback (most recent call last):
File "/home/twohot/.config/blender/2.79/scripts/addons/yafaray/ot/yafaray_operators.py", line 146, in execute
bpy.types.YAFA_V3_RENDER.useViewToRender = True
AttributeError: 'RNA_Types' object has no attribute 'YAFA_V3_RENDER'
location: <unknown location>:-1
location: <unknown location>:-1
[15:32:32] INFO: YafaRay Core (v3.3.0-5-g3a98966) Linux 64bit GCC
[15:32:32] INFO: YafaRay Blender-Exporter (v3.3.0-8-ge278b31)
[15:32:32] INFO: Exporter: Blender version 2.79.1. Build information: Linux, Release, branch: master, hash: 5650fe77e4c
[15:32:32] INFO: Exporter: System information: x86_64, Linux-4.15.0-0.rc4.git1.1.fc28.x86_64-x86_64-with-fedora-28-Rawhide
[15:32:32] INFO: Environment: Loading plugins ...
[15:32:33] INFO (+ 1s): Exporter: Processing Materials...
[15:32:33] INFO: Exporter: Creating Material "defaultMat"
[15:32:33] INFO: Exporter: Creating Material: "Material--9223372036844627884"
[15:32:33] INFO: Exporter: Processing Lamps...
[15:32:33] INFO: Exporting Lamp: Lamp [point]
[15:32:33] INFO: Exporter: Processing Geometry...
[15:32:33] INFO: Exporting Mesh: Cube
[15:32:33] INFO: Exporting Cameras
Traceback (most recent call last):
File "/home/twohot/.config/blender/2.79/scripts/addons/yafaray/io/yaf_export.py", line 430, in update
self.exportScene()
File "/home/twohot/.config/blender/2.79/scripts/addons/yafaray/io/yaf_export.py", line 89, in exportScene
self.yaf_object.createCameras()
File "/home/twohot/.config/blender/2.79/scripts/addons/yafaray/io/yaf_object.py", line 61, in createCameras
if bpy.types.YAFA_V3_RENDER.useViewToRender or not render.use_multiview:
AttributeError: 'RNA_Types' object has no attribute 'YAFA_V3_RENDER'
location: <unknown location>:-1
location: <unknown location>:-1
[15:32:33] ERROR: Environment: Specify a Camera!!
[08:16:54] INFO: YafaRay Core (v3.3.0-5-g3a98966) Linux 64bit GCC
[08:16:54] INFO: YafaRay Blender-Exporter (v3.3.0-8-ge278b31)
[08:16:54] INFO: Exporter: Blender version 2.79.1. Build information: Linux, Release, branch: master, hash: 5650fe77e4c
[08:16:55] INFO (+ 1s): Exporter: System information: x86_64, Linux-4.15.0-0.rc4.git1.1.fc28.x86_64-x86_64-with-fedora-28-Rawhide
[08:16:55] INFO: Environment: Loading plugins ...
[08:16:55] INFO: Exporter: Processing Materials...
[08:16:55] INFO: Exporter: Creating Material "defaultMat"
[08:16:55] INFO: Exporter: Creating Material: "Material--9223372036845161297"
[08:16:55] INFO: Exporter: Processing Lamps...
[08:16:55] INFO: Exporting Lamp: Lamp [point]
[08:16:55] INFO: Exporter: Processing Geometry...
[08:16:55] INFO: Exporting Mesh: Cube
[08:16:55] INFO: Exporting Cameras
Traceback (most recent call last):
File "/home/twohot/.config/blender/2.79/scripts/addons/yafaray_v3/io/yaf_export.py", line 430, in update
self.exportScene()
File "/home/twohot/.config/blender/2.79/scripts/addons/yafaray_v3/io/yaf_export.py", line 89, in exportScene
self.yaf_object.createCameras()
File "/home/twohot/.config/blender/2.79/scripts/addons/yafaray_v3/io/yaf_object.py", line 61, in createCameras
if bpy.types.YAFA_V3_RENDER.useViewToRender or not render.use_multiview:
AttributeError: 'RNA_Types' object has no attribute 'YAFA_V3_RENDER'
location: <unknown location>:-1
location: <unknown location>:-1
[08:16:55] ERROR: Environment: Specify a Camera!!
[08:17:00] INFO (+ 5s): Interface: Done.
Traceback (most recent call last):
File "/home/twohot/.config/blender/2.79/scripts/addons/yafaray_v3/ot/yafaray_operators.py", line 146, in execute
bpy.types.YAFA_V3_RENDER.useViewToRender = True
AttributeError: 'RNA_Types' object has no attribute 'YAFA_V3_RENDER'
location: <unknown location>:-1
location: <unknown location>:-1
Saved session recovery to '/tmp/quit.blend'
stoneage wrote:Alternatively, compile Yafaray from source on the same system
David Bluecame wrote:Hello, Sorry, these dates are a bit "special"
David Bluecame wrote:About this particular problem I will do some tests over the next days to see why are you having these problems.
David Bluecame wrote:About dependencies, etc, I'm making changes to my development v4 code to make Boost an optional dependency. Without it some things will not work but nothing too critical.
David Bluecame wrote:Not only that but I will also make Embree an optional dependency in v4 and it will not be mandatory. The current YafaRay "original" intersection code will probably disappear but I will use a different intersection kernel "nanoRT" (which is a as a single header file) as a "fallback". NanoRT is approx. 2x slower than YafaRay v3 native intersection code but it will help in case Embree cannot be built in for whatever reason,
Users browsing this forum: No registered users and 3 guests