Changed Group property of App::DocumentObjectGroup to writeable
So in App::DocumentObjectGroupPython instance there is an easy way to manipulate group contents.
This commit is contained in:
parent
c3ab6afd86
commit
d89c170e9f
|
@ -37,7 +37,7 @@ PROPERTY_SOURCE(App::DocumentObjectGroup, App::DocumentObject)
|
|||
|
||||
DocumentObjectGroup::DocumentObjectGroup()
|
||||
{
|
||||
ADD_PROPERTY_TYPE(Group,(0),"Base",(App::PropertyType)(Prop_ReadOnly|Prop_Output),"List of referenced objects");
|
||||
ADD_PROPERTY_TYPE(Group,(0),"Base",(App::PropertyType)(Prop_Output),"List of referenced objects");
|
||||
}
|
||||
|
||||
DocumentObjectGroup::~DocumentObjectGroup()
|
||||
|
|
Loading…
Reference in New Issue
Block a user