BlendLuxCore Development

Discussion related to the LuxCore functionality, implementations and API.
epilectrolytics
Donor
Donor
Posts: 790
Joined: Thu Oct 04, 2018 6:06 am

Re: BlendLuxCore Development

Post by epilectrolytics »

B.Y.O.B. wrote: Fri Jul 05, 2019 12:52 pm In the future, if it makes sense to edit some cache property for all caches at once, we could add a panel for this (e.g. for the cache filepath).
That is a very good idea:
To leave everything where it is ATM and create a new panel (persistent cache settings) where all caches can be saved at once!
:D
Last edited by epilectrolytics on Fri Jul 05, 2019 1:34 pm, edited 1 time in total.
epilectrolytics
Donor
Donor
Posts: 790
Joined: Thu Oct 04, 2018 6:06 am

Re: New Light Strategy Tab

Post by epilectrolytics »

Dade wrote: Fri Jul 05, 2019 1:00 pm - Env. Light Visibility Cache is light source associated cache that works only with sky2, infinite and constantinfinite light sources. If you use multiple infinite light sources, you can have multiple caches with different parameters. Technically, it is a light source setting. However no one ever use multiple infinite light sources so just to say how it works.
Thanks for clarification, when you said "it works best with sun light" in the other thread I wrongly concluded it was no infinite light setting any more.
As there is only one world background it should not be possible to use more than one infinite light source!?
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: New Light Strategy Tab

Post by lacilaci »

Dade wrote: Fri Jul 05, 2019 1:00 pm
epilectrolytics wrote: Fri Jul 05, 2019 12:39 pm Env. Light Visibility Cache in the World Tab and
However no one ever use multiple infinite light sources so just to say how it works.
In luxcore multiple infinite lightsources are useles right now. But in future the ability to have a hdri(or sky) for lighting and an hdri for visible rays could be useful. Or a desaturated or somehow else modified hdri for light and another one for visibility.

Or, this could be handled by one infinite light source that is editable with nodes and additional rayswitch node to handle multiple maps used in different ways. Like light path node in cycles

EDIT: one way or another, nodes instead of render settings or light parameters sound more futureproof to me.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: BlendLuxCore Development

Post by B.Y.O.B. »

provisory
Posts: 235
Joined: Wed Aug 01, 2018 4:26 pm

Re: BlendLuxCore Development

Post by provisory »

B.Y.O.B. wrote: Wed Jul 10, 2019 8:21 pm Status update on the 2.8 port:
https://blenderartists.org/t/luxcoreren ... ?u=b.y.o.b
Looking good, thank you for your efforts!
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: BlendLuxCore Development

Post by B.Y.O.B. »

Since a few days I'm working on a "cycles node reader" that translates Cycles nodes to LuxCore materials at export time.
No actual visible node trees are modified, and you can enable/disable the usage of the Cycles nodes for each material at any time.
I have recorded some demo videos about it:
https://youtu.be/VYNwzagnKVE
https://youtu.be/ObzwXWC4iO4
https://youtu.be/s52tluXbasc

Note that it's very early work in progress and only very few nodes (around 5 or so) are supported right now.
There's a lot of work to be done still on this topic.
provisory
Posts: 235
Joined: Wed Aug 01, 2018 4:26 pm

Re: BlendLuxCore Development

Post by provisory »

Wow!
kintuX
Posts: 809
Joined: Wed Jan 10, 2018 2:37 am

Re: BlendLuxCore Development

Post by kintuX »

Really good work on 2.80 port.


Got 2.79 Error:
"No valid Camera Response Functions in: C:\CRF\dscs315_5.crf"
& This shows in console:

Code: Select all

Exception ignored in: <bound method LuxCoreRenderEngine.__del__ of <bpy_struct, LuxCoreRenderEngine invalid>>
Traceback (most recent call last):
  File "C:\programi\b279bP\2.79\scripts\addons\BlendLuxCore\engine\__init__.py", line 59, in __del__
    if getattr(self, "session", None):
ReferenceError: StructRNA of type LuxCoreRenderEngine has been removed
[LuxCore][32020.015] [GeForce GTX 1070 Intersect] Memory used for OpenCL image pipeline: 8708Kbytes
[LuxCore][32020.062] [GeForce GTX 1070 Intersect] Memory used for OpenCL image pipeline: 8708Kbytes
[LuxCore][32020.109] [GeForce GTX 1070 Intersect] Memory used for OpenCL image pipeline: 8708Kbytes
Traceback (most recent call last):
  File "C:\programi\b279bP\2.79\scripts\addons\BlendLuxCore\engine\__init__.py", line 114, in view_update
    viewport.view_update(self, context)
  File "C:\programi\b279bP\2.79\scripts\addons\BlendLuxCore\engine\viewport.py", line 47, in view_update
    engine.session = engine.exporter.update(context, engine.session, changes)
  File "C:\programi\b279bP\2.79\scripts\addons\BlendLuxCore\export\__init__.py", line 287, in update
    self.update_session(changes, session)
  File "C:\programi\b279bP\2.79\scripts\addons\BlendLuxCore\export\__init__.py", line 298, in update_session
    session.Parse(self.imagepipeline_cache.props)
RuntimeError: No valid Camera Response Functions in: D:\_Studies\LuxR\_engine\CRF\dscs315_5.crf

location: <unknown location>:-1

What does it mean? Is it LuxCore or BlendLuxCore bug?
Because last time i worked with .crf files they all worked :?
Happens also with one posted here: viewtopic.php?f=4&t=788&p=8183&hilit=crf+film#p8183

Thanks for everything.
zuljin3d
Posts: 76
Joined: Sun Apr 08, 2018 12:13 pm
Location: Moscow

Re: BlendLuxCore Development

Post by zuljin3d »

B.Y.O.B. wrote: Sat Jul 13, 2019 6:11 pm Since a few days I'm working on a "cycles node reader" that translates Cycles nodes to LuxCore materials at export time.
No actual visible node trees are modified, and you can enable/disable the usage of the Cycles nodes for each material at any time.
I have recorded some demo videos about it:
https://youtu.be/VYNwzagnKVE
https://youtu.be/ObzwXWC4iO4
https://youtu.be/s52tluXbasc

Note that it's very early work in progress and only very few nodes (around 5 or so) are supported right now.
There's a lot of work to be done still on this topic.
Wow, cool.
Actualy sorry for my google translate english :)
neo2068
Developer
Developer
Posts: 260
Joined: Tue Dec 05, 2017 6:06 pm
Location: Germany

Re: BlendLuxCore Development

Post by neo2068 »

B.Y.O.B. wrote: Sat Jul 13, 2019 6:11 pm Since a few days I'm working on a "cycles node reader" that translates Cycles nodes to LuxCore materials at export time.
No actual visible node trees are modified, and you can enable/disable the usage of the Cycles nodes for each material at any time.
Very cool. Nice feature.
i7 5820K, 32 GB RAM, NVIDIA Geforce RTX 2080 SUPER + GTX 1080, Windows 10 64bit, Blender 2.83.5
Support LuxCoreRender project with salts and bounties
Post Reply