Solaris: Render Curves as Thick with Arnold?

   209   1   1
User Avatar
Member
1201 posts
Joined: April 2017
Offline
In the traditional way I would render curves in Arnold, I would select the Geo node containing my curves and go to Arnold -> Shapes -> Curves -> Mode and set it to Thick.

In Solaris, I used a Sop Import to browse the Geo Node (with the thick setting) but when I render, It looks like Ribbons (instead of Thick). Any idea how to solve this?

-Olivier

Attachments:
Houdini_Solaris_Curves_Thick_01.jpg (30.5 KB)

User Avatar
Staff
612 posts
Joined: June 2020
Offline
The arnold-usd codebase has a unit test with this in it:

string primvars:arnold:mode = "thick" (interpolation = "constant")

SOP Import won't pull anything from the Geo node, but you can add this primvar in either SOPs or LOPs and hopefully you'll get what you're after.
  • Quick Links