On 09/01/2015 at 08:39, xxxxxxxx wrote:
I have created an object that generates a spline.
Inside the code, I create a new container (with a unique ID that I got from plugincafe). Inside that container I placed some data that I wanted to keep.
It all works fine as long as I keep my object in its original state.
I inserted this new container inside my object container.
But, as soon as I press "C" and turn my object into a real spline, the container that I created and inserted inside the object container, simply disappears.
How can I store some data inside my object in a way that it survives the process of becoming editable?