Add folder-specific readmes
This commit is contained in:
parent
861cb5e62d
commit
07be2fe7b5
@ -204,12 +204,9 @@ namespace KSPTools
|
|||||||
var target = (Transform) AnimationUtility.GetAnimatedObject(t.gameObject, b);
|
var target = (Transform) AnimationUtility.GetAnimatedObject(t.gameObject, b);
|
||||||
|
|
||||||
if (curve.length > 2) continue;
|
if (curve.length > 2) continue;
|
||||||
if (curve.length == 2 && !deleteList.Contains(target.gameObject))
|
if (curve.length == 2 && deleteList.Contains(target.gameObject))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
//if (!Mathf.Approximately(curve[0].value, curve[1].value)) continue;
|
|
||||||
//if (!Mathf.Approximately(curve[0].value, 0.0f) && !Mathf.Approximately(curve[0].value, 1.0f)) continue;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
AnimationUtility.SetEditorCurve(clip, b, null);
|
AnimationUtility.SetEditorCurve(clip, b, null);
|
||||||
|
Loading…
Reference in New Issue
Block a user