From b266bbb2d31cf525c4419ba4c05052cda4221e5c Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 10 Sep 2020 00:26:18 +0200 Subject: Acquire: Avoid requesting items from the current container via fillers at other places --- Items.c4d/Utility.c4d/Script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Items.c4d/Utility.c4d/Script.c') diff --git a/Items.c4d/Utility.c4d/Script.c b/Items.c4d/Utility.c4d/Script.c index 6e44f7e..4960b66 100644 --- a/Items.c4d/Utility.c4d/Script.c +++ b/Items.c4d/Utility.c4d/Script.c @@ -190,7 +190,7 @@ func SetRetrieveCommands(id type, object caller, bool indirect, object excludeOr { if((!indirect && ((!Attached() && !Floating()) || (GetProcedure(caller) == "PUSH" && GetActionTarget(0, caller) == this))) || !CommandRequireContainerOrPush(caller, Attached() || (Floating() && this), BindCallback((indirect && "RetrieveObjectForProduction") || "RetrieveMenuEntry", [Bind(type), 0, Bind(excludeOrigin)]), 0, indirect)) { - RetrieveObjectThroughTube(type); + RetrieveObjectThroughTube(type, /*nil*/, excludeOrigin); } } -- cgit v1.2.3-54-g00ecf