Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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!
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
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.