mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-26 01:09:08 +00:00
fix: xyz grid inplace
This commit is contained in:
@@ -189,7 +189,7 @@ class AfterDetailerScript(scripts.Script):
|
||||
raise ValueError(message)
|
||||
|
||||
if hasattr(p, "adetailer_xyz"):
|
||||
args[0].update(p.adetailer_xyz)
|
||||
args[0] = {**args[0], **p.adetailer_xyz}
|
||||
|
||||
all_inputs = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user