Add function AnimationTrack::getParent() ?

What it says on the tin: a place to discuss proposed new features.
Post Reply
User avatar
oddrose
Orc
Posts: 470
Joined: Thu Feb 15, 2007 2:08 pm
Location: Gothenburg, Sweden
Contact:

Add function AnimationTrack::getParent() ?

Post by oddrose »

AnimationTrack already saves its Animation parent as mParent, but why isn't there a public getParent() method?

I think it would be useful to get which interpolation modes the animation uses from somewhere where you just have the animationtrack and not the animation.
User avatar
oddrose
Orc
Posts: 470
Joined: Thu Feb 15, 2007 2:08 pm
Location: Gothenburg, Sweden
Contact:

Post by oddrose »

I added a small patch to SourceForge and today it got closed. Don't know what that means really, but anyone who don't feel like writing the 6 lines themselves can download it there.
User avatar
Praetor
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 3335
Joined: Tue Jun 21, 2005 8:26 pm
Location: Rochester, New York, US
x 3
Contact:

Post by Praetor »

Yes, closed and accepted. It is in the 1.6 branch and will make its way back into HEAD soon.
Post Reply