Open lcsavas opened 3 years ago
You mean an enumeration? You could add this in the python console. Select the dd object, press Ctrl+Shift+P. In the console:
obj.addProperty("App::PropertyEnumeration","ddEnum")
setattr(obj,"ddEnum",[1,2,3])
I will see if I can add this functionality.
very useful package, but it would be more cool if there would be possibility to define combobox type property with possible values