Carpaint

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
Post Reply
User avatar
Dez!
Posts: 368
Joined: Sun Apr 08, 2018 1:09 am
Location: Ekaterinburg
Contact:

Carpaint

Post by Dez! »

is it possible to get all settings of all presets of the Carpaint node?
Linux Plasma | Ryzen 5, 32Gb, SSD M2, GT 590 RX | BenQ 27 | Wacom One | Microsoft Ergo | Tie Guan Yin tea
http://dezigner.tilda.ws/
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Carpaint

Post by Dade »

They are here: https://github.com/LuxCoreRender/LuxCor ... t.cpp#L463

Code: Select all

  {"ford f8",
   {0.0012f, 0.0015f, 0.0018f},
   {0.0049f, 0.0076f, 0.0120f},
   {0.0100f, 0.0130f, 0.0180f},
   {0.0070f, 0.0065f, 0.0077f},
    0.1500f, 0.0870f, 0.9000f,
    0.3200f, 0.1100f, 0.0130f},
The array has the name (for instance "ford f8") than:

- kd parameter (color)
- ks1 parameter (color)
- ks2 parameter (color)
- ks3 parameter (color)
- r1 parameter (scalar)
- r2 parameter (scalar)
- r3 parameter (scalar)
- m1 parameter (scalar)
- m2 parameter (scalar)
- m3 parameter (scalar)

4 colors and 6 single values.
Support LuxCoreRender project with salts and bounties
User avatar
Dez!
Posts: 368
Joined: Sun Apr 08, 2018 1:09 am
Location: Ekaterinburg
Contact:

Re: Carpaint

Post by Dez! »

thank you so much!
Linux Plasma | Ryzen 5, 32Gb, SSD M2, GT 590 RX | BenQ 27 | Wacom One | Microsoft Ergo | Tie Guan Yin tea
http://dezigner.tilda.ws/
User avatar
Dez!
Posts: 368
Joined: Sun Apr 08, 2018 1:09 am
Location: Ekaterinburg
Contact:

Re: Carpaint

Post by Dez! »

Nice!
Image
Linux Plasma | Ryzen 5, 32Gb, SSD M2, GT 590 RX | BenQ 27 | Wacom One | Microsoft Ergo | Tie Guan Yin tea
http://dezigner.tilda.ws/
Post Reply