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:
Yorik van Havre 2012-04-18 15:46:50 -03:00
parent c3ab6afd86
commit d89c170e9f

View File

@ -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()