Page 10 of 23

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 3:19 am
by DionXein
At v2.5 - if GPU contains RTX - is RTX\Optix automatically enabled in CUDA rendering? Because I can't see any checkbox today. (I read about changes, there is a note about force disabling Optix even if card support it)

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 6:42 am
by acasta69
JulianoLisboa wrote: Tue Apr 20, 2021 7:29 pm It appears to me as a last update 11 days ago
The BlendLuxCore daily builds are now working again.

@B.Y.O.B. I have bumped the version number in BlendLuxCore to re-enable daily builds.
We were in a corner case for which I have no good solution yet: when the BlendLuxCore pipeline is triggered by a LuxCore daily build, and the latest BlendLuxCore commit is tagged for another release, no BlendLuxCore daily release is generated.
I'll try to fix this before next official release (I'm not sure if it's possible, however).

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 10:28 am
by Dade
DionXein wrote: Wed Apr 21, 2021 3:19 am is RTX\Optix automatically enabled in CUDA rendering?
Yes, it is enabled for all RTX GPUs and disabled on others (for instance GTX1080) because it is slower than our code in our tests.

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 12:55 pm
by B.Y.O.B.
acasta69 wrote: Wed Apr 21, 2021 6:42 am @B.Y.O.B. I have bumped the version number in BlendLuxCore to re-enable daily builds.
We were in a corner case for which I have no good solution yet: when the BlendLuxCore pipeline is triggered by a LuxCore daily build, and the latest BlendLuxCore commit is tagged for another release, no BlendLuxCore daily release is generated.
I'll try to fix this before next official release (I'm not sure if it's possible, however).
Thanks.
Not sure if this is worth fixing, having to bump the version is not really a problem in my opinion.

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 1:00 pm
by epilectrolytics
acasta69 wrote: Wed Apr 21, 2021 6:42 am The BlendLuxCore daily builds are now working again.
Somehow I cannot install the latest BlendLuxCore 2.6 alpha on Windows (screenshot below) or MacOS with Blender 2.92.
Screenshot (119).jpg
I have not Installed VS2019 because I saw it was reverted to VS2017.

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 1:37 pm
by mib2berlin
Hi, I have the same as @epilectrolytics on Windows 10 and a different error on Linux.

Code: Select all

Making LuxCore denoiser executable
Traceback (most recent call last):
  File "/home/pepo/blender-2.92.0-linux64/2.92/scripts/modules/addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "/home/pepo/.config/blender/2.92/scripts/addons/BlendLuxCore/__init__.py", line 63, in <module>
    raise Exception(msg + "\n\nImportError: %s" % error) from None
Exception: 

Could not import pyluxcore.

ImportError: libOpenImageDenoise.so.1: cannot open shared object file: No such file or directory
Cheers, mib

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 1:58 pm
by JulianoLisboa
I also can't install it on 2.83
2_83.jpg

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 2:07 pm
by acasta69
I should have fixed this, some change was required because of upgraded libraries.
A new build should be ready in minutes.

I hope it works also on Linux, I have no way to check.
About MacOS I'm not able to help, sorry, but it's probably a different problem.

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 2:44 pm
by epilectrolytics
Now the Windows version works, thanks @acasta69 for the fix!
(MacOS 10.13 still defaults with error shown below:)
Screen Shot.png

Re: LuxCoreRender daily/automatic builds

Posted: Wed Apr 21, 2021 6:57 pm
by mib2berlin
acasta69 wrote: Wed Apr 21, 2021 2:07 pm I should have fixed this, some change was required because of upgraded libraries.
A new build should be ready in minutes.

I hope it works also on Linux, I have no way to check.
About MacOS I'm not able to help, sorry, but it's probably a different problem.
Thank you very much, your fix is working on Linux!

Cheers, mib