PartDesign: Use AllowCompound user parameter along the workbench - fixes #23596

This commit is contained in:
marioalexis
2025-09-25 10:40:47 -03:00
committed by Chris Hennes
parent 68b754effd
commit 406c3ba42c
4 changed files with 27 additions and 1 deletions

View File

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