Duplicate object on curve

   793   4   1
User Avatar
Member
76 posts
Joined: Aug. 2020
Online
I want to duplicate an object on a curve's points and scale it using a ramp driven attr. I don't want to use the point numbers of the curve, but the points' locations on the curve (probably using curveu attr). How is this done in a wrangle if it's possible?
User Avatar
Member
8554 posts
Joined: July 2007
Offline
you can use Chain SOP
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
76 posts
Joined: Aug. 2020
Online
I did try the Chain SOP, but unfortunately the scaling works only on two axis.
Edited by citizen - May 10, 2023 23:38:55
User Avatar
Member
56 posts
Joined: June 2016
Offline
Hello, do you mean like this?

Here you can set whatever vector you want for the scaling. I used @curveu.
scale(@transform, set(@curveu));

Edited by Xue_Yue - May 11, 2023 04:29:03

Attachments:
transform.hip (229.1 KB)

User Avatar
Member
76 posts
Joined: Aug. 2020
Online
Xue_Yue
Hello, do you mean like this?
Oh yeah, thanks a lot!
  • Quick Links