Fix : 머슬 데이터 복사기능 수정
This commit is contained in:
parent
d3919fe9bd
commit
ab70a02607
@ -1572,12 +1572,6 @@ namespace KindRetargeting
|
||||
for (int i = 0; i < 40; i++)
|
||||
{
|
||||
int muscleIndex = 55 + i;
|
||||
string muscleName = HumanTrait.MuscleName[muscleIndex];
|
||||
|
||||
// "Spread"가 포함된 머슬만 스킵 (손가락 벌리기 동작)
|
||||
if (muscleName.Contains("Spread"))
|
||||
continue;
|
||||
|
||||
float targetValue = sourcePose.muscles[muscleIndex];
|
||||
float currentValue = targetPose.muscles[muscleIndex];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user