Particles rendering as disks in Solaris

nwebber5Z7PJ
Participant
Participant

Particles rendering as disks in Solaris

nwebber5Z7PJ
Participant
Participant

Points/particles are rendering as disks by default. I can find no way of changing them to spheres. I might be missing something but does anyone have an idea?

0 Likes
Reply
459 Views
5 Replies
Replies (5)

Stephen.Blair
Community Manager
Community Manager

Set primvars:arnold:mode as a string on particles with the value "disk", "sphere", or "quad"



// Stephen Blair
// Arnold Renderer Support

nwebber5Z7PJ
Participant
Participant

Ah yes it works!

In a wrangle I used:

usd_setprimvar(0, "/sopimport1/points_0", "primvars:arnold:mode", "sphere");

 

Sorted

Thanks a lot!

nickniggler
Explorer
Explorer

hi huys, where do i have to insert this code? my particles live in "sopcreate1"

0 Likes

Stephen.Blair
Community Manager
Community Manager

In Solaris, you can put an Attribute Wrangle after the SOP Create.

 



// Stephen Blair
// Arnold Renderer Support
0 Likes

nickniggler
Explorer
Explorer
yes and then?
0 Likes