Solaris: Render Curves as Thick with Arnold?

   163   1   1
User Avatar
Member
1200 posts
Joined: 4月 2017
オフライン
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
スタッフ
612 posts
Joined: 6月 2020
オフライン
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