mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +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();
|
||||
|
||||
|
||||
if (ImGui.CollapsingHeader("Material Shit"))
|
||||
_materialDrawer.DrawActorPanel(_actor);
|
||||
// TODO Materials
|
||||
//if (ImGui.CollapsingHeader("Material Shit"))
|
||||
// _materialDrawer.DrawActorPanel(_actor);
|
||||
using var disabled = ImRaii.Disabled(transformationId != 0);
|
||||
if (_state.ModelData.IsHuman)
|
||||
DrawHumanPanel();
|
||||
|
|
|
|||
|
|
@ -384,7 +384,7 @@ public class DesignPanel(
|
|||
DrawCustomize();
|
||||
DrawEquipment();
|
||||
DrawCustomizeParameters();
|
||||
DrawMaterialValues();
|
||||
//DrawMaterialValues(); TODO Materials
|
||||
_designDetails.Draw();
|
||||
DrawApplicationRules();
|
||||
_modAssociations.Draw();
|
||||
|
|
|
|||
|
|
@ -30,7 +30,8 @@ public sealed unsafe class MaterialManager : IRequiredService, IDisposable
|
|||
_penumbra = penumbra;
|
||||
_event = prepareColorSet;
|
||||
|
||||
_event.Subscribe(OnPrepareColorSet, PrepareColorSet.Priority.MaterialManager);
|
||||
// TODO Material
|
||||
//_event.Subscribe(OnPrepareColorSet, PrepareColorSet.Priority.MaterialManager);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue