mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
This commit is contained in:
parent
fec7819bf2
commit
5fc8209c85
69 changed files with 2455 additions and 2715 deletions
|
|
@ -108,7 +108,7 @@ public sealed class ModelManager(
|
|||
if (targetId == EstEntry.Zero)
|
||||
return [];
|
||||
|
||||
return [GamePaths.Sklb.Customization(info.GenderRace, type.ToName(), targetId.AsId)];
|
||||
return [GamePaths.Sklb.Customization(info.GenderRace, type.ToSuffix(), targetId.AsId)];
|
||||
}
|
||||
|
||||
/// <summary> Try to resolve the absolute path to a .mtrl from the potentially-partial path provided by a model. </summary>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ namespace Penumbra.Import.Textures;
|
|||
|
||||
public abstract class PathSelectCombo(IDataManager dataManager) : FilterComboBase<PathSelectCombo.PathData>
|
||||
{
|
||||
public bool Draw(Utf8StringHandler<LabelStringHandlerBuffer> label, Utf8StringHandler<HintStringHandlerBuffer> tooltip, string current,
|
||||
public bool Draw(Utf8StringHandler<LabelStringHandlerBuffer> label, Utf8StringHandler<TextStringHandlerBuffer> tooltip, string current,
|
||||
int skipPrefix, out string newPath)
|
||||
{
|
||||
_skipPrefix = skipPrefix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue