remove gui dependencies in app
This commit is contained in:
committed by
Stefan Tröger
parent
bf447d3a7c
commit
35a9f1c693
@@ -58,6 +58,8 @@ PyObject *ConstraintGroup::getPyObject(void)
|
||||
|
||||
void ConstraintGroup::addConstraint(Constraint* c)
|
||||
{
|
||||
Base::Console().Message("add constraint to group\n");
|
||||
|
||||
//add the constraint to our list
|
||||
const std::vector< App::DocumentObject * > &vals = this->Constraints.getValues();
|
||||
std::vector< App::DocumentObject * > newVals(vals);
|
||||
|
||||
Reference in New Issue
Block a user