mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 13:37:44 +01:00
Try to make random designs in automation stick around when redrawing/changing zone.
This commit is contained in:
parent
467dc2c22f
commit
c9febe2c74
7 changed files with 23 additions and 23 deletions
|
|
@ -437,7 +437,7 @@ public class StateEditor(
|
|||
if (!settings.MergeLinks || design is not Design d)
|
||||
merged = new MergedDesign(design);
|
||||
else
|
||||
merged = merger.Merge(d.AllLinks, state.ModelData.IsHuman ? state.ModelData.Customize : CustomizeArray.Default, state.BaseData,
|
||||
merged = merger.Merge(d.AllLinks(true), state.ModelData.IsHuman ? state.ModelData.Customize : CustomizeArray.Default, state.BaseData,
|
||||
false, Config.AlwaysApplyAssociatedMods);
|
||||
|
||||
ApplyDesign(data, merged, settings with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue