Not Getting the Results in BlendLuxCore Blender Console
Posted: Sun Jan 10, 2021 4:12 pm
I don't have knowledge in programming but trying to follow online instructions to test out but the output doesn't match.
I expect the output should be these:
"Help on package pyluxcore:
NAME
pyluxcore - LuxCoreRender Python bindings
DESCRIPTION
Provides access to the LuxCoreRender API in python
PACKAGE CONTENTS
CLASSES
Boost.Python.enum(builtins.int)
FilmOutputType
Boost.Python.instance(builtins.object)
Camera
Film
Properties
Property
RenderConfig
RenderSession
RenderState
Scene
class Camera(Boost.Python.instance)
| Method resolution order:
| Camera
| Boost.Python.instance
| builtins.object
|
| Methods defined here:
|
| Rotate(...)
| Rotate( (Camera)arg1, (float)arg2, (tuple)arg3) -> None
|
| RotateDown(...)
| RotateDown( (Camera)arg1, (float)arg2) -> None
[...]
What I'd done was to copy the files from C:\Users\Jan\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\BlendLuxCore\bin\ to D:\Program Files (x86)\Blender Foundation\blender 2.83.1\2.83\scripts\modules\ because if not I will only get:
I search online for many hours but still don't know how to set this up properly or whether BlenderLuxcore files at C:\Users\Jan\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\BlendLuxCore\bin\ must be duplicated somewhere? I really like to at least make the pyluxcore_demo.py file work but don't know how. Nothing happend for now when trying to run the copy and pasted script at Blender Text Editor window. Please help and thanks.
"Help on package pyluxcore:
NAME
pyluxcore - LuxCoreRender Python bindings
DESCRIPTION
Provides access to the LuxCoreRender API in python
PACKAGE CONTENTS
CLASSES
Boost.Python.enum(builtins.int)
FilmOutputType
Boost.Python.instance(builtins.object)
Camera
Film
Properties
Property
RenderConfig
RenderSession
RenderState
Scene
class Camera(Boost.Python.instance)
| Method resolution order:
| Camera
| Boost.Python.instance
| builtins.object
|
| Methods defined here:
|
| Rotate(...)
| Rotate( (Camera)arg1, (float)arg2, (tuple)arg3) -> None
|
| RotateDown(...)
| RotateDown( (Camera)arg1, (float)arg2) -> None
[...]
What I'd done was to copy the files from C:\Users\Jan\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\BlendLuxCore\bin\ to D:\Program Files (x86)\Blender Foundation\blender 2.83.1\2.83\scripts\modules\ because if not I will only get:

I search online for many hours but still don't know how to set this up properly or whether BlenderLuxcore files at C:\Users\Jan\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\BlendLuxCore\bin\ must be duplicated somewhere? I really like to at least make the pyluxcore_demo.py file work but don't know how. Nothing happend for now when trying to run the copy and pasted script at Blender Text Editor window. Please help and thanks.