Attacher: change Part2DObject to use Plane attacher by default
This commit is contained in:
@@ -66,7 +66,7 @@ PROPERTY_SOURCE(Part::Part2DObject, Part::AttachableObject)
|
||||
|
||||
Part2DObject::Part2DObject()
|
||||
{
|
||||
this->setAttacher(new Attacher::AttachEngine3D);
|
||||
this->setAttacher(new Attacher::AttachEnginePlane);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user