Disable automated transform flags to test something
This commit is contained in:
parent
09e9bf0e95
commit
7090234fe5
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -696,7 +696,7 @@ namespace Bfres.Structs
|
|||||||
|
|
||||||
public void SetTransforms()
|
public void SetTransforms()
|
||||||
{
|
{
|
||||||
if (BoneU != null)
|
/* if (BoneU != null)
|
||||||
{
|
{
|
||||||
BoneU.TransformRotateZero = (GetRotation() == Quaternion.Identity);
|
BoneU.TransformRotateZero = (GetRotation() == Quaternion.Identity);
|
||||||
BoneU.TransformScaleOne = (GetScale() == Vector3.Zero);
|
BoneU.TransformScaleOne = (GetScale() == Vector3.Zero);
|
||||||
@ -707,7 +707,7 @@ namespace Bfres.Structs
|
|||||||
Bone.TransformRotateZero = (GetRotation() == Quaternion.FromEulerAngles(0,0,0));
|
Bone.TransformRotateZero = (GetRotation() == Quaternion.FromEulerAngles(0,0,0));
|
||||||
Bone.TransformScaleOne = (GetScale() == Vector3.One);
|
Bone.TransformScaleOne = (GetScale() == Vector3.One);
|
||||||
Bone.TransformTranslateZero = (GetPosition() == Vector3.Zero);
|
Bone.TransformTranslateZero = (GetPosition() == Vector3.Zero);
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
public ResFile GetResFile()
|
public ResFile GetResFile()
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user