LuxCoreRender / BlendLuxCore

Blender Integration for LuxCore
GNU General Public License v3.0
726 stars 91 forks source link

Error Version BlendLuxCore 2.7 #835

Open maljos opened 1 year ago

maljos commented 1 year ago

.blend file:

Steps to reproduce: Only render o preview default scene (cube)

Error message from Blender console:

Scene.DefineBlenderMesh(Scene, str, int, int, int, int, int, int, int, bool, list, list, int, int, list, tuple, list, NoneType)

did not match C++ signature:

DefineBlenderMesh(luxcore::detail::SceneImpl*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, boost::python::api::object, boost::python::api::object, unsigned long, unsigned int, boost::python::tuple, boost::python::api::object, boost::python::api::object)

DefineBlenderMesh(luxcore::detail::SceneImpl*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, boost::python::api::object, boost::python::api::object, unsigned long, unsigned int, boost::python::api::object, boost::python::tuple, boost::python::api::object, boost::python::api::object)

OS: Linux Manjaro Blender version: 3.6 LuxCore version: 3.7

2023-07-01_10-11

neo2068 commented 1 year ago

There is a mismatch between the LuxCore library and BlendLuxCore. Please retest with the latest release. Link. Please retest again. This issue is a duplicate of #834

maljos commented 1 year ago

Ok thanks

maljos commented 1 year ago

Error en preview render. Close app.

leonidaltman commented 1 year ago

Same thing for me on MacOS Ventura. I've tried the latest build and 2.7 build for all Blender versions starting from 3.3 to 3.6. Nothing.