THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/02/2011 at 08:44, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ;
Language(s) : C++ ;
---------
Is there any way to manipulate ONLY the currently selected keys in the time line?
So far I can:
- Get and Move keys by their index value.
- Move all of the keys in a curve by looping through them and moving them one at a time.
But the one thing I can't find is how to target only the selected keys in a given curve. Similar to how IsSelected works for points and polygons.
-ScottA