Page 1 of 1

Color vertex attribute "Name" property

Posted: Sat May 21, 2022 6:16 pm
by suitlm
Hi,

Recently I've been working on a script for convert materials to Octane, because our materials are complex and involve vertex map.

But I have some problems now, it should be a bug, the "Name" property of "Color vertex attribute" node seems to conflict with the name property of the max native node.
[
nameissue.jpg

Re: Color vertex attribute "Name" property

Posted: Fri Jun 03, 2022 4:52 am
by neonZorglub
suitlm wrote:Hi,

Recently I've been working on a script for convert materials to Octane, because our materials are complex and involve vertex map.

But I have some problems now, it should be a bug, the "Name" property of "Color vertex attribute" node seems to conflict with the name property of the max native node.
[
nameissue.jpg
Hi suitlm,
Thank you for reporting this.

That's right, both Color_vertex_attribute(Color vertex attribute) and Greyscale_vertex_attribute(Greyscale vertex attribute)
have a property 'name' that conflict with the texture name!
I couldn't find any work around; we can't seem to access parameters by index (0) or ID (12780 in this case) with maxscript..
I will rename those as 'attributeName' in the next releases..
Sorry about this.
Thanks,

Re: Color vertex attribute "Name" property

Posted: Mon Jun 13, 2022 4:47 am
by neonZorglub
This is now fixed in 2021.1.5 - 12.20:
viewtopic.php?f=80&t=79941
and in 2022.1 XB1 - 13.03:
viewtopic.php?f=80&t=79940
Thanks

Re: Color vertex attribute "Name" property

Posted: Wed Jun 15, 2022 10:47 pm
by suitlm
Thanks for the quick fix!