THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/08/2011 at 14:11, xxxxxxxx wrote:
Howdy,
Do you mean loop through the object hierarchy and check for tracks on every object and tag?
Since the GetUsedMinTime() is returning the maximum frame number and the GetUsedMaxTime() is returning the minimum number, it seems like those two functions work like setting points in an AABB bounding box class.
So, I figured the logic would be:
if ( getting the minimum used frame is equal to the maximum allowed frames
and getting the maximum used frame is equal to the minimum allowed frames )
then ( document used frames equals 0 )
... in other words no key frames have been set, yet.
The main reason I posted was to get a confirmation that those two values (-300000 and 300000) were the frame limits of a document, since I couldn't find any constants like MAXFRAME or MINFRAME in the api headers, to indicate that those were the limits.
Adios,
Cactus Dan