mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-29 11:59:26 +01:00
Maybe final meta fixes?
This commit is contained in:
parent
6b6e686ee6
commit
49b53b7a6a
3 changed files with 7 additions and 12 deletions
|
|
@ -151,7 +151,7 @@ public partial class PathResolver
|
|||
}
|
||||
|
||||
var data = GetResolveData( drawObject );
|
||||
return !data.Valid ? DisposableContainer.Empty : MetaState.ResolveEqdpData(data.ModCollection, MetaState.GetHumanGenderRace( drawObject ), modelType < 5, modelType > 4);
|
||||
return MetaState.ResolveEqdpData(data.ModCollection, MetaState.GetHumanGenderRace( drawObject ), modelType < 5, modelType > 4);
|
||||
}
|
||||
|
||||
using var eqdp = Get();
|
||||
|
|
@ -182,14 +182,9 @@ public partial class PathResolver
|
|||
return ResolvePath( drawObject, _resolveSkpPathHook.Original( drawObject, path, unk3, unk4 ) );
|
||||
}
|
||||
|
||||
private DisposableContainer GetEstChanges( IntPtr drawObject )
|
||||
private static DisposableContainer GetEstChanges( IntPtr drawObject )
|
||||
{
|
||||
var data = GetResolveData( drawObject );
|
||||
if( !data.Valid )
|
||||
{
|
||||
return DisposableContainer.Empty;
|
||||
}
|
||||
|
||||
return new DisposableContainer( data.ModCollection.TemporarilySetEstFile( EstManipulation.EstType.Face ),
|
||||
data.ModCollection.TemporarilySetEstFile( EstManipulation.EstType.Body ),
|
||||
data.ModCollection.TemporarilySetEstFile( EstManipulation.EstType.Hair ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue