PartDesign: move AllowCompound to Base property group (#26180)

This commit is contained in:
Saksham Malhotra
2025-12-16 09:15:29 +05:30
committed by GitHub
parent 68f2c6f864
commit b7735044c4

View File

@@ -41,13 +41,7 @@ PROPERTY_SOURCE(PartDesign::Body, Part::BodyBase)
Body::Body()
{
ADD_PROPERTY_TYPE(
AllowCompound,
(true),
"Experimental",
App::Prop_None,
"Allow multiple solids in Body (experimental)"
);
ADD_PROPERTY_TYPE(AllowCompound, (true), "Base", App::Prop_None, "Allow multiple solids in Body");
_GroupTouched.setStatus(App::Property::Output, true);
}