You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build blensor from source on 12.10, and I run into the following compiler error about 99% of the way into the build process:
In file included from /home/sdmiller/software/blensor/intern/cycles/blender/blender_sync.h:25:0,
from /home/sdmiller/software/blensor/intern/cycles/blender/blender_python.cpp:23:
/home/sdmiller/software/build_linux/source/blender/makesrna/intern/RNA_blender_cpp.h: In member function ‘void BL::Image::zbuf(BL::Context, int_, float_, BL::Scene)’:
/home/sdmiller/software/build_linux/source/blender/makesrna/intern/RNA_blender_cpp.h:37040:127: error: cannot convert ‘float_’ to ‘float__’ for argument ‘5’ to ‘void Image_zbuf(Image_, bContext_, ReportList_, int_, float__, Scene_)’
(And other similar ones, under intern/cycles)
Any advice?
Thanks!
-Stephen
The text was updated successfully, but these errors were encountered:
This is a known problem which needs to be fixed. However, since Cycles does not add any value to the sensor simulation the current advice is to disable cycles in the build configuration (either cmake or scons)
This issue is now fixed.
The whole blensor native code has been moved to a separate python module and is now no longer included in Blenders automatically generated python/C interfaces which caused the problems with Blensor and Cycles.
Hi all,
I'm trying to build blensor from source on 12.10, and I run into the following compiler error about 99% of the way into the build process:
In file included from /home/sdmiller/software/blensor/intern/cycles/blender/blender_sync.h:25:0,
from /home/sdmiller/software/blensor/intern/cycles/blender/blender_python.cpp:23:
/home/sdmiller/software/build_linux/source/blender/makesrna/intern/RNA_blender_cpp.h: In member function ‘void BL::Image::zbuf(BL::Context, int_, float_, BL::Scene)’:
/home/sdmiller/software/build_linux/source/blender/makesrna/intern/RNA_blender_cpp.h:37040:127: error: cannot convert ‘float_’ to ‘float__’ for argument ‘5’ to ‘void Image_zbuf(Image_, bContext_, ReportList_, int_, float__, Scene_)’
(And other similar ones, under intern/cycles)
Any advice?
Thanks!
-Stephen
The text was updated successfully, but these errors were encountered: