material.assign_material - support batching #4474

This commit is contained in:
Andrej730
2024-04-12 11:21:35 +05:00
parent 32d2f1d629
commit 59cc9c0a16
43 changed files with 432 additions and 236 deletions
@@ -85,6 +85,9 @@ ARGUMENTS_DEPRECATION = {
"system.unassign_system": partial(
batching_argument_deprecation, prev_argument="product", new_argument="products"
),
"material.assign_material": partial(
batching_argument_deprecation, prev_argument="product", new_argument="products"
),
}