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 05/04/2005 at 16:11, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.503 Platform: Windows ; Mac ; Mac OSX ; Language(s) : C++ ;
--------- Is there any way to determine what is being animated by a value track besides using the Name (e.g.: "Position.X")?
Thanks
On 05/04/2005 at 17:28, xxxxxxxx wrote:
Okay, got this info from the DescID DescLevels.
How do I do the same to determine if a track is a Time Track? The DescID[0].id == -1 for this.
On 05/04/2005 at 19:05, xxxxxxxx wrote:
Anybody? Once again, I'm on a schedule here.
All I know is that the DescID for the track is:
Depth = 1 DescID[0].id = -1 DescID[0].dtype = DTYPE_REAL
This tells me nothing about whether or not this is a TimeTrack as compared to any other track - unless I can safely assume (never good) that id=-1 and dtype=DTYPE_REAL will always be a TimeTrack.
Other than the default track name (which can be changed), there are no other visible or logical references to this type.
Thanks,
On 10/04/2005 at 14:17, xxxxxxxx wrote:
That does seem to be the only way. I've posted a question to the developers, just to be sure, but I would be pretty confident that time tracks are the only case with such a combination.
On 10/04/2005 at 14:26, xxxxxxxx wrote:
Okay, Mikael. That's what I'll go with unless the developers have any other information.
On 11/04/2005 at 12:12, xxxxxxxx wrote:
No, the developers agreed. The following definition will be added to the API:
#define ID_TIMETRACK -1
On 11/04/2005 at 12:49, xxxxxxxx wrote:
Thanks, Mikael and the developers! (Is that a good band name?)