RESOLVED: 2021.10330 - unable to save project with stored bezier curves

Hi,
I was playing around with the Bezier Python Class and tried to store a Bezier object inside a baseCOMP using OP Storage. It works and I’m able to retrieve this Bezier object from this operator by using fetch(), but when I want to save my project, I have this warning:

The python geometry objects currently are not setup for saving within the toe.
Do you need them in the toe, or just need storage during playback?
If the latter, you could define OP.storeStartupValue to store None instead.
OP Class - Derivative.
We’ll look into making them savable as well.

Cheers,
Rob

1 Like

Thanks for the clarification @rob, indeed I don’t need to store them, so I will try your solution!