Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all, I'm writing a c++ plugin for 3dsmax using Qt. The plugin is a custom modifier
Inside my modifier, I show a QListView where I display some custom data
I would like to be able to store those data with the modifier of course, but I do not understand if there is a way to save it with the parameter block.
a sort of way to store a custom object as a parameter
Right now I'm using the load/save method to write my data in the file
But I'm not sure if this is the right way to work
What do you think?
Thanks in advance
Solved! Go to Solution.