mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-24 11:50:44 +00:00
Fix ANIM not being set when importing skin
This commit is contained in:
@@ -94,6 +94,7 @@ namespace PckStudio.Forms.Editor
|
||||
List<SkinPartOffset> offsetProperties = modelInfo.PartOffsets;
|
||||
|
||||
renderer3D1.ANIM = EditorValue.Anim;
|
||||
skinAdjustmentsEditorControl1.SetSkin(EditorValue);
|
||||
|
||||
renderer3D1.ModelData.Clear();
|
||||
foreach (SkinBOX box in boxProperties)
|
||||
|
||||
Reference in New Issue
Block a user