On 27/11/2017 at 03:43, xxxxxxxx wrote:
Hi, everyone!
I want to create a spline type userdata, which I can create at
"Attribute Manager" > "User Data" > "Add User Data", in "Properties", there is a "Data Type", which I can choose "Spline".
But in python script, I can't use c4d.GetCustomDatatypeDefault(c4d.DTYPE_SPLINE) to create one, and use AddUserData to add it into a object.
How can I create a spline type userdata with python?
Thanks!