Attacher: fix defaulting to 3D of AttachableObject
This commit is contained in:
parent
716e2563b7
commit
b4102fc3da
|
@ -58,7 +58,7 @@ AttachableObject::AttachableObject()
|
||||||
|
|
||||||
ADD_PROPERTY_TYPE(superPlacement, (Base::Placement()), "Attachment", App::Prop_None, "Extra placement to apply in addition to attachment (in local coordinates)");
|
ADD_PROPERTY_TYPE(superPlacement, (Base::Placement()), "Attachment", App::Prop_None, "Extra placement to apply in addition to attachment (in local coordinates)");
|
||||||
|
|
||||||
//setAttacher(new AttachEngine3D);//default attacher
|
setAttacher(new AttachEngine3D);//default attacher
|
||||||
}
|
}
|
||||||
|
|
||||||
AttachableObject::~AttachableObject()
|
AttachableObject::~AttachableObject()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user