Page 3 of 3

Re: Azure pipeline building, tasting and releasing

Posted: Fri Oct 26, 2018 2:38 pm
by B.Y.O.B.
But remember that you need to keep the addon and the binaries in sync.
If you only update the binaries, or only update the addon, you will run into trouble.

You can download the latest BlendLuxCore from this link:
https://github.com/LuxCoreRender/BlendL ... master.zip

Re: Azure pipeline building, tasting and releasing

Posted: Fri Oct 26, 2018 2:50 pm
by lacilaci
B.Y.O.B. wrote: Fri Oct 26, 2018 2:38 pm But remember that you need to keep the addon and the binaries in sync.
If you only update the binaries, or only update the addon, you will run into trouble.

You can download the latest BlendLuxCore from this link:
https://github.com/LuxCoreRender/BlendL ... master.zip
Thanks, that was close, haha... I'm in the middle of rendering finals for my first luxcore project switching versions... :D

Anyways, So I copied over the latest blendluxcore master you gave link to, and then copied over luxcore pyd from the link from dade (openclwin64). That should be it right? Latest master from blendluxcore and latest win64ocl build from azurebuilds?(luxcore.pyd)

Still says alphav4 so I only guess it went well, seems to be working...

Re: Azure pipeline building, tasting and releasing

Posted: Fri Oct 26, 2018 3:13 pm
by B.Y.O.B.
You have to copy all files that are listed here: https://github.com/LuxCoreRender/BlendL ... ses.py#L14
(obviously only the ones for your OS)
lacilaci wrote: Fri Oct 26, 2018 2:50 pm Still says alphav4 so I only guess it went well, seems to be working...
The version is only updated shortly before a release.

Re: Azure pipeline building, tasting and releasing

Posted: Fri Oct 26, 2018 3:43 pm
by lacilaci
B.Y.O.B. wrote: Fri Oct 26, 2018 3:13 pm You have to copy all files that are listed here: https://github.com/LuxCoreRender/BlendL ... ses.py#L14
(obviously only the ones for your OS)
lacilaci wrote: Fri Oct 26, 2018 2:50 pm Still says alphav4 so I only guess it went well, seems to be working...
The version is only updated shortly before a release.
Well I only copied luxcore.pyd and it works, I'll do the others later.

Wait why do i need those libraries? Like openimage.dll do they really get updated that often?

Re: Azure pipeline building, tasting and releasing

Posted: Fri Oct 26, 2018 5:58 pm
by Dade
lacilaci wrote: Fri Oct 26, 2018 3:43 pm Wait why do i need those libraries? Like openimage.dll do they really get updated that often?
No, not really, they have been updated between v2.0 and v2.1 but it s a quite rare happening.

Re: Azure pipeline building, tasting and releasing

Posted: Fri Oct 26, 2018 6:17 pm
by lacilaci
So everything seems to work well from those builds. Automated downloader in the addon would be great.