mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-13 12:14:18 +01:00
Disable Material stuff for now.
This commit is contained in:
parent
b5b9289dc2
commit
99181d2fdb
3 changed files with 6 additions and 5 deletions
|
|
@ -117,9 +117,9 @@ public class ActorPanel(
|
||||||
|
|
||||||
RevertButtons();
|
RevertButtons();
|
||||||
|
|
||||||
|
// TODO Materials
|
||||||
if (ImGui.CollapsingHeader("Material Shit"))
|
//if (ImGui.CollapsingHeader("Material Shit"))
|
||||||
_materialDrawer.DrawActorPanel(_actor);
|
// _materialDrawer.DrawActorPanel(_actor);
|
||||||
using var disabled = ImRaii.Disabled(transformationId != 0);
|
using var disabled = ImRaii.Disabled(transformationId != 0);
|
||||||
if (_state.ModelData.IsHuman)
|
if (_state.ModelData.IsHuman)
|
||||||
DrawHumanPanel();
|
DrawHumanPanel();
|
||||||
|
|
|
||||||
|
|
@ -384,7 +384,7 @@ public class DesignPanel(
|
||||||
DrawCustomize();
|
DrawCustomize();
|
||||||
DrawEquipment();
|
DrawEquipment();
|
||||||
DrawCustomizeParameters();
|
DrawCustomizeParameters();
|
||||||
DrawMaterialValues();
|
//DrawMaterialValues(); TODO Materials
|
||||||
_designDetails.Draw();
|
_designDetails.Draw();
|
||||||
DrawApplicationRules();
|
DrawApplicationRules();
|
||||||
_modAssociations.Draw();
|
_modAssociations.Draw();
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,8 @@ public sealed unsafe class MaterialManager : IRequiredService, IDisposable
|
||||||
_penumbra = penumbra;
|
_penumbra = penumbra;
|
||||||
_event = prepareColorSet;
|
_event = prepareColorSet;
|
||||||
|
|
||||||
_event.Subscribe(OnPrepareColorSet, PrepareColorSet.Priority.MaterialManager);
|
// TODO Material
|
||||||
|
//_event.Subscribe(OnPrepareColorSet, PrepareColorSet.Priority.MaterialManager);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue