Page 3 of 3

Re: LuxCoreRender v2.1beta1 released

Posted: Mon Nov 05, 2018 9:14 pm
by lacilaci
Sharlybg wrote: Mon Nov 05, 2018 9:01 pm
Thanks, seems to be working fine now.
How to update ?
https://github.com/LuxCoreRender/BlendLuxCore

Re: LuxCoreRender v2.1beta1 released

Posted: Mon Nov 05, 2018 9:54 pm
by B.Y.O.B.
@lacilaci: You should elaborate a bit.
Click "Clone or Download", then download zip.
You now have all the Python parts of the addon, you still need the binary parts, so download the LuxCore daily build from https://github.com/LuxCoreRender/LuxCor ... tag/latest and copy all files listed here into the "bin" folder in BlendLuxCore: https://github.com/LuxCoreRender/BlendL ... ies.py#L13

Re: LuxCoreRender v2.1beta1 released

Posted: Mon Nov 05, 2018 10:20 pm
by kintuX
Here is today's monster ;)
BlendLuxCore Beta1b 2018-11

And notes (txt file attached below) to help you make one yourself

Code: Select all

BlendLuxCore - Making Latest build version (built by Azure)

https://forums.luxcorerender.org/viewtopic.php?f=5&t=666
============================================================
------------------------------------------------------------

1. DL > "BlendLuxCore" latest master:

https://github.com/LuxCoreRender/BlendLuxCore

Direct DL:
https://github.com/LuxCoreRender/BlendLuxCore/archive/master.zip

2. Extract contents to Blender 'scripts'


3. DL > "LuxCoreRender" latest binary (Azure build):

Lates Releases:
https://github.com/LuxCoreRender/LuxCore/releases/tag/latest

Direct Win. DL:
https://github.com/LuxCoreRender/LuxCore/releases/download/latest/luxcorerender-latest-win64-opencl.zip

4. Extract Contents to "... BlendLuxCore/bin"


------------------------------------------------------------
============================================================

!!! Contents to extract are OS specific !!!


- WINDOWS
    embree3.dll, tbb.dll, tbbmalloc.dll, OpenImageIO.dll, pyluxcore.pyd, pyluxcoretool.exe, pyluxcoretools.zip

- MAC OS
    libembree3.dylib, libembree3.3.dylib, libtbb.dylib, libtbbmalloc.dylib, pyluxcore.so, pyluxcoretools.zip, libomp.dylib

- LINUX
    libembree3.so.3, libtbb.so.2, libtbbmalloc.so.2, pyluxcore.so, pyluxcoretools.zip
Latest Build make INFO.7z
(text file)

@ B.Y.O.B.
Thank you! for the fresh material (fixes) to learn from... :D

Re: LuxCoreRender v2.1beta1 released

Posted: Tue Nov 06, 2018 6:07 am
by lacilaci
B.Y.O.B. wrote: Mon Nov 05, 2018 9:54 pm @lacilaci: You should elaborate a bit.
Click "Clone or Download", then download zip.
You now have all the Python parts of the addon, you still need the binary parts, so download the LuxCore daily build from https://github.com/LuxCoreRender/LuxCor ... tag/latest and copy all files listed here into the "bin" folder in BlendLuxCore: https://github.com/LuxCoreRender/BlendL ... ies.py#L13
Hmm. But if I wanted to use beta1. I don't need daily build binaries do I?
Or is it necessary to have latest blendluxcore with latest luxcore daily?

Re: LuxCoreRender v2.1beta1 released

Posted: Tue Nov 06, 2018 10:01 am
by B.Y.O.B.
lacilaci wrote: Tue Nov 06, 2018 6:07 am Or is it necessary to have latest blendluxcore with latest luxcore daily?
Sometimes it's necessary.