Search found 4711 matches

by Dade
Mon Apr 09, 2018 2:38 pm
Forum: User Support
Topic: Error when try to render on Linux
Replies: 22
Views: 15263

Re: Error when try to render on Linux

Note: if you have proper rights to create that directory, and still get the error, then most likely pocl and the program you're trying to run are linked to different versions of libstdc++ library. This is not a bug in pocl and there's nothing we can do to fix it - you need both pocl and your progra...
by Dade
Mon Apr 09, 2018 1:54 pm
Forum: User Support
Topic: Compilation error VS 2013
Replies: 12
Views: 8172

Re: Compilation error VS 2013

5, Is there any command to end the CMAKE process Once it generates (SLG & Luxrays) Kernel files. At the time you get the error, they have been already generated, just add/copy them to your private project. This is one time solution, if you want a solution that will work with any further project...
by Dade
Mon Apr 09, 2018 1:50 pm
Forum: User Support
Topic: Error when try to render on Linux
Replies: 22
Views: 15263

Re: Error when try to render on Linux

It is a strange problem and it requires some investigation. You should try to do this test: 1) download the standalone version from https://luxcorerender.org/download 2) unpack the archive 3) try to run the following command inside the unpacked directory: ./luxcoreui scenes/cornell/cornell.cfg Does ...
by Dade
Mon Apr 09, 2018 12:10 pm
Forum: User Support
Topic: Compilation error VS 2013
Replies: 12
Views: 8172

Re: Compilation error VS 2013

Any ideas how to configure CMAKE to only generate (SLG & Luxrays) kernel files :roll: . No, the right way to solve this problem is to fix cmake procedure. Have you check if python35.lib is the correct file ? For instance, if you have extracted WindosCompileDeps without git-lfs extension it will...
by Dade
Mon Apr 09, 2018 9:32 am
Forum: Development
Topic: BlendLuxCore Development
Replies: 911
Views: 523052

Re: BlendLuxCore Development

Hi, I don´t had an old Luxblend installed. Tested again with Blender 2.79b but same error. :/ No idea how I got it to work before. Check /home/pepo/blender-2.79a-linux-glibc219-x86_64/2.79/scripts/addons/BlendLuxCore/bin, post here the content, does it includes: -rw-rw-r-- 1 david david 782121 Apr ...
by Dade
Mon Apr 09, 2018 9:27 am
Forum: Works in Progress
Topic: Fighting vs fireflies
Replies: 25
Views: 20032

Re: Fighting vs fireflies

It is simpler to just "fix" the halt condition to use the pixel count of the current rendering region instead that of pixel count of the complete image. https://github.com/LuxCoreRender/LuxCore/issues/93 In this image the furniture on the left has raised by 1mm . The right one has the face...
by Dade
Sun Apr 08, 2018 6:38 pm
Forum: User Support
Topic: Suggested Value Clamp
Replies: 3
Views: 3359

Re: Suggested Value Clamp

The clamp value is expressed absolute terms (i.e. done before tone mapping) so all tone mapping settings have no effect at all. The suggested clamping value is currently base on just the average luminance of the image and when the image includes a directly visible sky, it is apparently blown out. Th...
by Dade
Sun Apr 08, 2018 3:37 pm
Forum: Finished Work
Topic: Pavillon House
Replies: 9
Views: 7437

Re: Pavillon House

Sharlybg wrote: Sun Apr 08, 2018 2:11 pm
Dade wrote: Fri Apr 06, 2018 2:49 pm I'm developing an addiction for Interiors ArchViz renderings, I need to start working on the light-cache thing to see more of them :lol:
A bit of drugs for your addiction :lol:
MoAr !!111 :mrgreen:
by Dade
Sun Apr 08, 2018 3:34 pm
Forum: Works in Progress
Topic: Lit up tests
Replies: 11
Views: 9758

Re: Lit up tests

I would model the green mesh with an emitting material and a normal pointing inside. An outside volume with IOR of 1.4 and an inside volume IOR of 1.0 (see what I did ? I flipped the volumes, not only the normal). How can a some more complex volumes be treaten that can't be defined with a single IO...
by Dade
Sun Apr 08, 2018 8:58 am
Forum: User Support
Topic: Compilation error VS 2013
Replies: 12
Views: 8172

Re: Compilation error VS 2013

It says python35.lib file is missing, the file is here: https://github.com/LuxCoreRender/Window ... elease/lib

Do you have that file in WindowsCompileDeps/x64/Release/lib directory ?