Copy SOP with chop pattern

Hello,

I’ve been stuck for a while on this, maybe someone here knows how to solve it :slight_smile:

I’m trying to use a pattern CHOP as an attribute for a radius of an object being copied on a line.
I know there is a $PT attribute available in python, going though all points, so I’m wondering if there is a way to give each point a value from the noise, to have all 5 noise values stamped into the radius of the circle?

Thanks a lot,
tdStampPattern.1.toe (4.46 KB)

Take a look at this example:
tdStampPattern.toe (4.79 KB)

This works correctly in 088, but something is off in the 099 experimental.

The trick is to use something like me.copyIndex as your stamp that can then be used to find a sample in your CHOP with an expression like:

Thanks for the report! The bug in experimental will be fixed in 2017.31080+.

Hey, this is exactly what I was looking for :slight_smile:

Thanks a lot !