mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 20:33:44 +01:00
Improve advanced dye stuff.
This commit is contained in:
parent
a194f88903
commit
10962cac6c
16 changed files with 342 additions and 113 deletions
|
|
@ -117,9 +117,8 @@ public class ActorPanel(
|
|||
|
||||
RevertButtons();
|
||||
|
||||
// TODO Materials
|
||||
//if (ImGui.CollapsingHeader("Material Shit"))
|
||||
// _materialDrawer.DrawActorPanel(_actor);
|
||||
if (_config.UseAdvancedDyes && ImGui.CollapsingHeader("Material Shit"))
|
||||
_materialDrawer.DrawActorPanel(_actor);
|
||||
using var disabled = ImRaii.Disabled(transformationId != 0);
|
||||
if (_state.ModelData.IsHuman)
|
||||
DrawHumanPanel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue