We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
e.g. export color.rgb as color[0], color[1], color[2] float attribute this should avoid any awkward "color_dot_r" parameters in e.g. VEX nodes
note: this is not about how the assign node passes rule attributes to the generate node
The text was updated successfully, but these errors were encountered:
discussing attribute naming in the sidefx forums: https://www.sidefx.com/forum/topic/53124/?page=1#post-238794
Sorry, something went wrong.
#53: generate node: convert foo.rgb prim attrs into foo[0]..[3] tuples
acbc084
makes it easier to use in VEX etc
#53: refactored & optimized attribute conversion
33563eb
added time measurement tools
Merge pull request #57 from Esri/#53
5df818d
#53
merged to master
mistafunk
No branches or pull requests
e.g. export color.rgb as color[0], color[1], color[2] float attribute
this should avoid any awkward "color_dot_r" parameters in e.g. VEX nodes
note: this is not about how the assign node passes rule attributes to the generate node
The text was updated successfully, but these errors were encountered: