how to determine object is animaled?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/09/2008 at 19:30, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform: Windows ;
Language(s) : C++ ;---------
I Want to determine object is animaled? who can be give a samples?
thank you advance! -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/09/2008 at 19:47, xxxxxxxx wrote:
Howdy,
You should be able to use this:
if(op->GetFirstTrack())if it has no animation tracks, that would return FALSE (NULL). ;o)
Adios,
Cactus Dan -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/09/2008 at 20:18, xxxxxxxx wrote:
You may also want to go further and check for any number of keyframes (beyond one) on the CCurve if there happens to be a CTrack. Here we make the distinction between just having animation features and having actual animation.