Page MenuHomeFeedback Tracker

animationSourcePhase is not working?
Closed, ResolvedPublic

Description

I am trying to find the phase of the landing gear animation via animationSourcePhase and looks like it is not delivering any phase which is 1. All I get is always 0.

Details

Severity
Minor
Resolution
No Bug
Reproducibility
Always
Operating System
Windows 7
Category
General
Steps To Reproduce

Use F-181 and get a list of animations via animationNames. Try all with has wheel or gear and check if they change phase when landing gear is retracted or relerased. I see no change in phase..

Event Timeline

Wulf added a subscriber: Wulf.Nov 15 2017, 11:02 AM

Hello.

If you want the phase of the landing gear use command animationPhase ... animationSourcePhase is supposed to be used on the source not the animation itself.

So if you want to look at the phase of the landing gear use

object animationPhase "gear_f";

please close this one..
Thanks Wulf. My mistake.

Wulf closed this task as Resolved.Nov 16 2017, 10:08 AM
Wulf claimed this task.
Wulf changed Resolution from Open to No Bug.