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 24/06/2008 at 08:12, xxxxxxxx wrote:
User Information: Cinema 4D Version: Platform: Language(s) :
--------- Please note, since Cinema 4D R10 the BaseTrack/BaseSequence/BaseKey classes are not working anymore due to the massive changes in the timeline.
On 24/06/2008 at 08:54, xxxxxxxx wrote:
also PluginTrack, PluginSequence, PluginKey, PLAKey
On 24/06/2008 at 12:02, xxxxxxxx wrote:
PluginTrack, PluginSequence, PluginKey and PLAKey are derivates of of the Base classes so it makes sense that they do not work either.
cheers, Matthias
On 26/06/2008 at 01:39, xxxxxxxx wrote:
Hello, i tried to read the animation track from a object with this code.
> \> main(doc,op) \> { \> var erster = doc->FindObject("erster"); \> var track = erster->GetFirstTrack(); \> } \>
\> main(doc,op) \> { \> var erster = doc->FindObject("erster"); \> var track = erster->GetFirstTrack(); \> } \>
the second println returns 0. is there any workaround?
can anybody help me?
On 26/06/2008 at 01:53, xxxxxxxx wrote:
As noted in the first post since Cinema 4D R10 the animation specific classes are not supported anymore.
Please always state your Cinema 4D version number.
On 26/06/2008 at 02:57, xxxxxxxx wrote:
Thank you for the quick reply. So if i want to access the timeline programmatically, i have to use the c++ sdk? is that right?
Cheerio, Reini
On 29/06/2008 at 07:23, xxxxxxxx wrote:
yes
On 04/07/2008 at 00:08, xxxxxxxx wrote:
does that also mean that Maxon doesnt plan to support Coffee in the future with new Upgrades to the Software? will the limited options of coffee shrink away slowly? Or is there a coffee update in the pipeline?
On 18/08/2008 at 06:23, xxxxxxxx wrote:
--------- Hi,
Just a notice that with Cinema4D R11 COFFEE includes animation support again. There are new classes for track, curves and keys
CTrack: GetObject CopyTo GetClone GetCurve GetTrackCategory GetBefore GetAfter SetBefore SetAfter FlushData GetTimeTrack SetTimeTrack GetValue FillKey
CCurve: GetKeyCount GetKey DelKey FlushKeys SortKeysByTime GetValue SetKeyDirty SetDirty GetDirty SetKeyDefault GetTrack
CKey: GetTime GetTimeLeft GetTimeRight GetValue GetValueLeft GetValueRight GetInterpolation GetGeData GetCurve GetTrack SetTime SetTimeLeft SetTimeRight SetValue SetValueLeft SetValueRight SetInterpolation SetGeData
There will be a detailed documentation of the new classes but basically they work the same as the C++ classes.