MaxToLux - Autodesk 3ds Max Integration for LuxCoreRender

Discussion related to the LuxCore functionality, implementations and API.
User avatar
TAO
Developer
Developer
Posts: 851
Joined: Sun Mar 24, 2019 4:49 pm
Location: France
Contact:

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by TAO »

A new set of maps are on the way and will be finished soon.
Screenshot 2020-12-20 202000.jpg
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by Sharlybg »

Great Job Man ! ;)
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
User avatar
TAO
Developer
Developer
Posts: 851
Joined: Sun Mar 24, 2019 4:49 pm
Location: France
Contact:

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by TAO »

Sharlybg wrote: Sun Dec 20, 2020 9:15 pm Great Job Man ! ;)
Thanks, dude.
Math Maps are almost finished only part that remains is Round, Mouldo, and Multiply that I can not find anything about in wiki.
Screenshot 2020-12-22 013948.jpg
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by B.Y.O.B. »

The "scale" texture performs multiplication in LuxCore.

Modulo has the inputs "texture" and "modulo".
Round has the inputs "texture" and "increment".
Maybe the Blender addon export code helps, although it is a bit distant from a direct property representation: https://github.com/LuxCoreRender/BlendL ... th.py#L127
User avatar
TAO
Developer
Developer
Posts: 851
Joined: Sun Mar 24, 2019 4:49 pm
Location: France
Contact:

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by TAO »

Thank you.
Also, what is the minimum and maximum amount for increment in Round and modulo in Modulo, and what is the properties type. (int, float, double ....)
Do we have any multiply for blending color or images like the photoshop multiply layer option?
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by B.Y.O.B. »

TAO wrote: Tue Dec 22, 2020 4:50 pm Also, what is the minimum and maximum amount for increment in Round and modulo in Modulo, and what is the properties type. (int, float, double ....)
There's not really a minimum or maximum for these. The property type is technically "texture" (float or spectrum texture), but for user input you can use float.
TAO wrote: Tue Dec 22, 2020 4:50 pm Do we have any multiply for blending color or images like the photoshop multiply layer option?
Yes, the scale texture.
Check the implementation: https://github.com/LuxCoreRender/LuxCor ... le.cpp#L30
User avatar
TAO
Developer
Developer
Posts: 851
Joined: Sun Mar 24, 2019 4:49 pm
Location: France
Contact:

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by TAO »

Thank to B.Y.O.B, the full set of math maps are ready now.
Screenshot 2020-12-22 190555.jpg
User avatar
TAO
Developer
Developer
Posts: 851
Joined: Sun Mar 24, 2019 4:49 pm
Location: France
Contact:

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by TAO »

Do we have any toon shader or such as what we can see in Arnold and Vray for isometric renders?
WhatsApp Image 2020-12-22 at 3.13.38 PM.jpeg
WhatsApp Image 2020-12-22 at 3.13.40 PM.jpeg
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by Dade »

TAO wrote: Wed Dec 23, 2020 1:41 pm Do we have any toon shader or such as what we can see in Arnold and Vray for isometric renders?
Nope, not an outliner but we have flat shader under the form of ALBEDO AOV, it is used by BlendLuxCore for some pre-view task.
Support LuxCoreRender project with salts and bounties
User avatar
TAO
Developer
Developer
Posts: 851
Joined: Sun Mar 24, 2019 4:49 pm
Location: France
Contact:

Re: MaxToLux - 3ds Max Integration for LuxCoreRender

Post by TAO »

I think that's not a bad idea to have an "outlines" shader or event a few toon shaders too. After I'm finishing that part I will try to implement one if it's okay.
Many architectures need "outline" shaders and they asked me for them.
Also, toon materials are great for animation.
Post Reply