Cloth material and Constant Value

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
Racleborg
Posts: 621
Joined: Sat Apr 07, 2018 10:31 am
Location: UK

Cloth material and Constant Value

Post by Racleborg »

Hi

Is the Constant Value node working correctly with the Cloth material node?
(Images attached)

Thanks
Attachments
a.PNG
b.PNG
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Cloth material and Constant Value

Post by B.Y.O.B. »

Nice find.
The repeat_u and repeat_v parameters are of type float, not texture.
https://wiki.luxcorerender.org/LuxCore_ ... ype:_cloth
So they should be properties instead of sockets in the node editor.
I opened an issue: https://github.com/LuxCoreRender/BlendL ... issues/224
Racleborg
Posts: 621
Joined: Sat Apr 07, 2018 10:31 am
Location: UK

Re: Cloth material and Constant Value

Post by Racleborg »

Thank you
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Cloth material and Constant Value

Post by B.Y.O.B. »

I have fixed this bug.
Post Reply