Hair Strand Step Bug

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
DionXein
Posts: 81
Joined: Mon Jun 01, 2020 10:22 am

Hair Strand Step Bug

Post by DionXein »

Hello there!
I find strange bug while trying to transport scene from Cycles to LuxCore. All materials and meshes work fine, except hair. It gives me error notify (pic 1). In other scene simple hair works pretty fine. Sometimes changing values in hair render and viewport menu (pic 2) let me render hair in viewport . But I didn't find any dependency between these moments. In blend file hair cause problems are disabled, just try to enable-disable it.

Error text:
Python argument types in
Property.__init__(Property, str, tuple)
did not match C++ signature:
__init__(class boost::python::api::object, class boost::python::str, class boost::python::list)
__init__(struct _object * __ptr64, class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
__init__(struct _object * __ptr64, class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, double)
__init__(struct _object * __ptr64, class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, int)
__init__(struct _object * __ptr64, class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >, bool)
__init__(struct _object * __ptr64, class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)

Link to blend file:
https://drive.google.com/file/d/1j0hGD9 ... sp=sharing
Attachments
Hair_problem.jpg
Hair_problem_2.jpg
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Hair Strand Step Bug

Post by B.Y.O.B. »

You could try v2.5alpha (latest build), I think this bug is already fixed there.
User avatar
DionXein
Posts: 81
Joined: Mon Jun 01, 2020 10:22 am

Re: Hair Strand Step Bug

Post by DionXein »

B.Y.O.B. wrote: Sat Aug 22, 2020 8:58 am You could try v2.5alpha (latest build), I think this bug is already fixed there.
I'm using it in production already. By the way I found it's happening if mesh got another hair particle system (disabled in viewport and render).
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Hair Strand Step Bug

Post by B.Y.O.B. »

Your scene is working fine here with v2.5 latest.
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Hair Strand Step Bug

Post by Dade »

B.Y.O.B. wrote: Sat Aug 22, 2020 12:48 pm Your scene is working fine here with v2.5 latest.
It looks like a broken installation with a mix of different versions of Python and binary code. He should try to delete the BlendLuxCore directory and re-install.
Support LuxCoreRender project with salts and bounties
User avatar
DionXein
Posts: 81
Joined: Mon Jun 01, 2020 10:22 am

Re: Hair Strand Step Bug

Post by DionXein »

B.Y.O.B. wrote: Sat Aug 22, 2020 12:48 pm Your scene is working fine here with v2.5 latest.
So I did like you said - now problem is solved and everything works fine except one thing. In viewport some strands align to center of coordinates. You can see it on screenshots below.
Attachments
Hair_problem.jpg
Hair_problem_2.jpg
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Hair Strand Step Bug

Post by B.Y.O.B. »

DionXein wrote: Mon Aug 24, 2020 12:48 am In viewport some strands align to center of coordinates.
This is a known bug, unfortunately not yet solved: https://github.com/LuxCoreRender/BlendL ... issues/408
User avatar
DionXein
Posts: 81
Joined: Mon Jun 01, 2020 10:22 am

Re: Hair Strand Step Bug

Post by DionXein »

B.Y.O.B. wrote: Mon Aug 24, 2020 7:31 am
DionXein wrote: Mon Aug 24, 2020 12:48 am In viewport some strands align to center of coordinates.
This is a known bug, unfortunately not yet solved: https://github.com/LuxCoreRender/BlendL ... issues/408
So I tested 2.5 in hair rendering, and it's look pretty nice.

Do you planning to implement any special shader for hair (like Principled Hair bsdf)?
Attachments
Hair_works.jpg
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Hair Strand Step Bug

Post by Dade »

DionXein wrote: Sun Aug 30, 2020 1:38 am Do you planning to implement any special shader for hair (like Principled Hair bsdf)?
It is is something on my "radar" but I don't know when.
Support LuxCoreRender project with salts and bounties
User avatar
DionXein
Posts: 81
Joined: Mon Jun 01, 2020 10:22 am

Re: Hair Strand Step Bug

Post by DionXein »

Dade wrote: Sun Aug 30, 2020 11:40 am
DionXein wrote: Sun Aug 30, 2020 1:38 am Do you planning to implement any special shader for hair (like Principled Hair bsdf)?
It is is something on my "radar" but I don't know when.
At least good to hear that it is there :D
Post Reply