This commit is contained in:
SoulliesOfficial
2026-05-27 15:15:28 -04:00
parent 76f498ae2b
commit 72756712f7
669 changed files with 5361 additions and 12268 deletions

View File

@@ -335,7 +335,7 @@ namespace MagicaCloth2
selectionData.Fill(VertexAttribute.Move);
// 次にルートのみ固定
foreach (int id in boneClothSetupData.rootTransformIdList)
foreach (MagicaObjectId id in boneClothSetupData.rootTransformIdList)
{
int rootIndex = boneClothSetupData.GetTransformIndexFromId(id);
selectionData.attributes[rootIndex] = VertexAttribute.Fixed;