ObjectPlugin without res description
-
On 06/05/2014 at 00:06, xxxxxxxx wrote:
Is it possible to create an ObjectPlugin whose layout in the Attribute Manager is created with code instead of with a res file?
-
On 06/05/2014 at 01:09, xxxxxxxx wrote:
NodeData::GetDDescription() is not available in Python.
-
On 06/05/2014 at 01:48, xxxxxxxx wrote:
So, it is impossible to create a description for an object plugin that can fill in a combo box (or a LONG CYCLE), dynamically?
I would like to create an object that included a list of presets and those presets could be saved. So, each time a new object was created (or a new preset saved), a list of files would be read and a list would be populated with data.
So, how could I create a list of data that can be dynamically updated from inside the ObjectPlugin? -
On 06/05/2014 at 06:29, xxxxxxxx wrote:
From Python, only UserData can do this.
-
On 06/05/2014 at 07:19, xxxxxxxx wrote:
Yup, I finally figured that only through UserData I can do what I want.
Now I only need to know how to change the name of the Tab from UserData to something else.