Hi
Is it possible to control the scale of the Sweep SOP with expression? I'd like to create roots, and the longer the curve, the thicker the scale. Apparently I cannot add expression to the Scale parameter.
Sweep with expression controlled scale
4050 5 2- szmatefy
- Member
- 141 posts
- Joined: 12月 2015
- Offline
- Aizatulin
- Member
- 495 posts
- Joined: 7月 2005
- Offline
- szmatefy
- Member
- 141 posts
- Joined: 12月 2015
- Offline
- CarloB
- Member
- 20 posts
- Joined: 4月 2015
- Offline
- AnimGraphLab
- Member
- 66 posts
- Joined: 5月 2019
- Offline
CarloB
i'm tryng to add a pscale on the backbone with a point wrangle, but nothing happend
Try to add backticks
`@pscale`
However, you'll get a warning Local variable 'pscale' not found. I guess it's because Sweep SOP doesn't support local variables?
To fix this warning, use
detail(opinputpath('.', 0), 'pscale', 0)
or a short version: detail(0, 'pscale', 0)
. This
detail()
expression will access incoming attributes from the upstream node(s).Edited by AnimGraphLab - 2024年10月12日 07:44:07
Generalist. Transforming still images to 3D animation 🔮
Socials: https://linktr.ee/AnimGraphLab [linktr.ee]
Socials: https://linktr.ee/AnimGraphLab [linktr.ee]
- Mike_A
- Member
- 271 posts
- Joined: 8月 2018
- Online
-
- Quick Links