Search found 271 matches

by acasta69
Thu Feb 07, 2019 3:51 pm
Forum: User Support
Topic: Which binary to link with FreeCad to render?
Replies: 6
Views: 4668

Re: Which binary to link with FreeCad to render?

Well, the FreeCAD exporter is indeed very old, it was built for Luxrender and the lxs format, and using it with Luxcore is probably far from ideal. I am not sure if every Luxcore option is available with that format, but it is always possible to export everything in Luxcore format from LuxCoreUI, fr...
by acasta69
Thu Feb 07, 2019 1:17 pm
Forum: User Support
Topic: Which binary to link with FreeCad to render?
Replies: 6
Views: 4668

Re: Which binary to link with FreeCad to render?

When I pointed it to luxcoreui , I couldn't save my renders in a .png format. I gave it a try and it seems that LuxCoreUI crashes for some reason when selecting "Save Outputs" command after it was started from within FreeCAD. As a workaround, you could export the raytracing project and th...
by acasta69
Thu Feb 07, 2019 11:02 am
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 156020

Re: OpenImageDenoise

epilectrolytics wrote: Thu Feb 07, 2019 10:58 am I see Acasta has another build running: maybe already a fix?
Currently I cannot test the new features with OCL :?
No, sorry, that's just a typo correction affecting pyluxcoretool generation in Windows.
by acasta69
Sun Feb 03, 2019 4:59 pm
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 156020

Re: OpenImageDenoise

WindowsCompile and WindowsCompileDeps are also updated with Intel Oidn.
by acasta69
Sun Feb 03, 2019 3:23 pm
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 156020

Re: OpenImageDenoise

Dade wrote: Sun Feb 03, 2019 2:37 pm I have updated LinuxCompileDeps, LinuxCompile and LuxCore repositories to include and link with Intel Oidn.
Working on the Windows side... sorry for being a bit late :oops:
by acasta69
Thu Jan 31, 2019 1:01 pm
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 156020

Re: OpenImageDenoise

alpistinho wrote: Thu Jan 31, 2019 11:57 am Maybe that's better than what I am doing. I think this library uses Intel MKL, so that would be another dependency. I will try to compile against the binary later today when I am home.
By the way: which platform are you working on?
by acasta69
Thu Jan 31, 2019 11:40 am
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 156020

Re: OpenImageDenoise

I think I need some help setting up the build system. I've tried to copy how BCD and openVDB have been added but it is not going well yet. The library includes some CMake files that maybe could be imported into the LuxCoreRender's. I will commit my non-working trials, but it would be great if someo...
by acasta69
Thu Jan 24, 2019 12:49 pm
Forum: Development
Topic: Windows
Replies: 4
Views: 3450

Re: Windows

Hey, I did a quick search and found plenty of people asking about an update for OpenMP on VS, so I think the answer is no :( . I've found however that it is possible to use Clang with VS, so maybe that's an option. https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain I ...
by acasta69
Fri Jan 18, 2019 11:24 am
Forum: Development
Topic: LuxCore as Python Wheel
Replies: 3
Views: 5063

Re: LuxCore as Python Wheel

I'm reviving this old thread as I was wondering if it can be useful to resume this and provide regular updates for all platforms... Personally I like the idea, but over some years I think I have seen only two-three users interested in that kind of Python-only usage, and it would mean some additional...
by acasta69
Thu Jan 17, 2019 10:45 am
Forum: Development
Topic: PhotonGI cache
Replies: 1083
Views: 499998

Re: PhotonGI cache

Yup, may be reducing the number of concurrent compilations can solve the problem or is it a 32bit vs 64bit compiler problem :?: I have eliminated concurrent project builds for the OpenCL version and apparently this solves the problem. You should find again Windows OpenCL build among the daily binar...