set global scope of Part offset to use it with PD bodies

This commit is contained in:
wmayer
2018-01-02 13:13:06 +01:00
parent a6a004b6b2
commit 21e85921e0

View File

@@ -46,6 +46,8 @@ Offset::Offset()
ADD_PROPERTY_TYPE(Intersection,(false),"Offset",App::Prop_None,"Intersection");
ADD_PROPERTY_TYPE(SelfIntersection,(false),"Offset",App::Prop_None,"Self Intersection");
ADD_PROPERTY_TYPE(Fill,(false),"Offset",App::Prop_None,"Fill offset");
Source.setScope(App::LinkScope::Global);
}
Offset::~Offset()