Azure pipeline building, tasting and releasing

Discussion related to the LuxCore functionality, implementations and API.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Azure pipeline building, tasting and releasing

Post 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
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Azure pipeline building, tasting and releasing

Post 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...
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Azure pipeline building, tasting and releasing

Post 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.
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Azure pipeline building, tasting and releasing

Post 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?
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Azure pipeline building, tasting and releasing

Post 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.
Support LuxCoreRender project with salts and bounties
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Azure pipeline building, tasting and releasing

Post by lacilaci »

So everything seems to work well from those builds. Automated downloader in the addon would be great.
Post Reply