Notifications
Clear all

[Closed] snapshot equivalent for SplineShape objects?

I’m doing a script that creates a snapshot of the object in order to rotate it and scale it before exporting it. This works fine for regular geometry…but I’m adding in the ability to export lines. I still need to rotate them and scale them without modifying the original…so is there an equivalent to snapshot that I can use to make a duplicate of a SplineShape?

Thanks!

2 Replies

how about:

copy <SplineShape>

#1 too easy
#2 boring … which is almost the same.

honesty i don’t really understand the pipeline. probably i’m missing something.