Esri / palladio

Palladio enables the execution of CityEngine CGA rules inside of SideFX Houdini.
https://esri.github.io/cityengine/palladio
Apache License 2.0
101 stars 20 forks source link

Generate Node: detect rgb attributes and create color primitive attributes #53

Closed mistafunk closed 6 years ago

mistafunk commented 6 years ago

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

mistafunk commented 6 years ago

discussing attribute naming in the sidefx forums: https://www.sidefx.com/forum/topic/53124/?page=1#post-238794

mistafunk commented 6 years ago
mistafunk commented 6 years ago

merged to master