Attention: COFFEE animation plugins
-
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. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/06/2008 at 08:54, xxxxxxxx wrote:
also PluginTrack, PluginSequence, PluginKey, PLAKey
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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 -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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(); \> } \>
the second println returns 0. is there any workaround?
can anybody help me?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/06/2008 at 07:23, xxxxxxxx wrote:
yes
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/08/2008 at 06:23, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :---------
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
FillKeyCCurve:
GetKeyCount
GetKey
DelKey
FlushKeys
SortKeysByTime
GetValue
SetKeyDirty
SetDirty
GetDirty
SetKeyDefault
GetTrackCKey:
GetTime
GetTimeLeft
GetTimeRight
GetValue
GetValueLeft
GetValueRight
GetInterpolation
GetGeData
GetCurve
GetTrack
SetTime
SetTimeLeft
SetTimeRight
SetValue
SetValueLeft
SetValueRight
SetInterpolation
SetGeDataThere will be a detailed documentation of the new classes but basically they work the same as the C++ classes.
cheers,
Matthias