Search found 271 matches

by acasta69
Fri Feb 11, 2022 7:09 pm
Forum: Development
Topic: x64 Native Tools Command Prompt for VS 2019 on Windows 10 Pro
Replies: 9
Views: 3875

Re: x64 Native Tools Command Prompt for VS 2019 on Windows 10 Pro

Hello,
as Dade has already suggested, you are missing to apply step 5 of the README.txt.
You cannot call the cmake-build-x64.bat from any directory, it will not work.
You must call it from within the WindowsCompile directory, as explained at step 5.
by acasta69
Sun Jan 23, 2022 8:11 pm
Forum: News
Topic: LuxCoreRender daily/automatic builds
Replies: 222
Views: 321549

Re: LuxCoreRender daily/automatic builds

Azure DevOps pipelines have discontinued the image "macOS-10.14", so MacOS daily builds are now failing. At the moment this is not a problem: the latest changes are only typo corrections so that the "latest" image is up-to-date also for MacOS. But can we switch to the image "...
by acasta69
Sun Jan 02, 2022 1:15 pm
Forum: Development
Topic: Will python 2.7 work with latest(2.6) release?
Replies: 9
Views: 4681

Re: Will python 2.7 work with latest(2.6) release?

BTW. what is the lowest version number of Numpy, that still working with lux? Try to install the latest version that still supports Python 2.7, it should work. I don't recall exactly which version I used for LuxCore deps and Python 2.7, probably 1.15.4, so any newer version should work fine. EDIT: ...
by acasta69
Sun Jan 02, 2022 8:26 am
Forum: Development
Topic: Will python 2.7 work with latest(2.6) release?
Replies: 9
Views: 4681

Re: Will python 2.7 work with latest(2.6) release?

Am I need python to compile? No, Python is not needed to compile LuxCore. Are you able to compile following the standard instructions at WindowsCompile/readme.txt? That should work flawlessly and produce a build for Python 3.9. Then following the steps above you should be able to compile also for P...
by acasta69
Wed Dec 29, 2021 5:17 pm
Forum: Development
Topic: Will python 2.7 work with latest(2.6) release?
Replies: 9
Views: 4681

Re: Will python 2.7 work with latest(2.6) release?

So can I use the same guide document and script to compile against 2.7 on windows? Because seems the parameters are all 3.x We have removed the support for Python 2.7 months ago (end of official support has been 01-01-2020), however, as Dade said, it should still be possible to compile LuxCore with...
by acasta69
Sun Nov 14, 2021 3:55 pm
Forum: Development
Topic: LuxCore static on macOS .. finally
Replies: 9
Views: 5209

Re: LuxCore static on macOS .. finally

Hi, OpenImageIO used to be linked dynamically on Windows, then TAO found that version compatibility problem with the 3DSMax plugin and when upgrading to version 2.2.13.1 I began to use a statically linked version (for some reason I had problems with static linking of the previously used version). Th...
by acasta69
Mon Nov 01, 2021 2:31 pm
Forum: Finished Work
Topic: Luxcore 2.1 Benchmark
Replies: 68
Views: 82315

Re: Luxcore 2.1 Benchmark

Very interesting to see render performance together with power consumption :!:
Thanks.
by acasta69
Sat Oct 23, 2021 10:13 am
Forum: News
Topic: LuxCoreRender daily/automatic builds
Replies: 222
Views: 321549

Re: LuxCoreRender daily/automatic builds

Our release pipelines were no more working because they were based on an old agent (Ubuntu 16.04) no more available. This made also BlendLuxCore releases fail because of no LuxCoreRender artifacts available. I have now updated the pipelines : hopefully everything will be working again as soon as the...
by acasta69
Thu Oct 21, 2021 12:13 pm
Forum: Development
Topic: "FATAL ERROR RUNNING CMAKE" at Windows
Replies: 11
Views: 5595

Re: "FATAL ERROR RUNNING CMAKE" at Windows

Now I have the same problem on one system: win_bison is there but it is not detected by cmake. On my other PC everything is working fine, as well as on Azure. I will look into this as soon as possible. Forget about that, I just had a modified cmake-build-x64.bat which I did not remember of. Everyth...
by acasta69
Wed Oct 20, 2021 4:40 pm
Forum: Development
Topic: "FATAL ERROR RUNNING CMAKE" at Windows
Replies: 11
Views: 5595

Re: "FATAL ERROR RUNNING CMAKE" at Windows

Now I have the same problem on one system: win_bison is there but it is not detected by cmake.
On my other PC everything is working fine, as well as on Azure.

I will look into this as soon as possible.