Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
Is it possible to dump (and restore) a complete UserDataContainer? ie. save the whole information into a definition in a python source that can be then used to auto generate identical UserDataContainers?
I'm talking about the data types and structure (groups etc), not the value content.
best, index
I am not quite sure what you would consider possible in this context.
JSON
c4d.storage.Hyperfile
Cheers, zipit
thanks zipit,
using Hyperfile looks very promising, the Userdata Container seems to be a list containing tuples and BaseContainers, I will try to store that into a file and report back If it works
index
i finally succeeded in saving a BaseList2D userdata description (not the values) then loading and re-applying / cloning the full definition to a different BaseList2D, and finally copy over the values from the source to the target BaseList2D
here is a similar topic for saving / loading the values (not the description) here: https://plugincafe.maxon.net/topic/11960/advice-for-saving-user-data/8 I made a comment there about copying the userdata values