The migration of CAM to use the new material system left behind some
logic that created an old dedicated stock material property.

This commit removes that property
This commit is contained in:
sliptonic
2024-07-19 17:10:38 -05:00
committed by Chris Hennes
parent fc5d57035f
commit d7a6b24ec0

View File

@@ -172,12 +172,6 @@ class StockFromBase(Stock):
"Extra allowance from part bound box in positive Z direction",
),
)
obj.addProperty(
"App::PropertyLink",
"Material",
"Component",
QT_TRANSLATE_NOOP("App::Property", "A material for this object"),
)
obj.Base = base
obj.ExtXneg = 1.0