THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/01/2011 at 06:42, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ;
Language(s) : C++ ;
---------
Hello;
when I want to control a scene view, I can do so through its BaseDraw/BaseView class which provides a Camera object that can be modified.
But what is the equivalent method for a Timeline? It shares move/zoom icons with scene views, but I cannot find anything in the API to control it.
- What is the class behind a Timeline view?
- What is the command that returns the active Timeline?
- How are zoom factors and "camera" positions checked and changed?
Thanks for any info...