how to bake curves
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/05/2005 at 18:10, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ;
Language(s) : C++ ;---------
Hi,Is there a way by which we can bake curves, that is, emulate the bake curves(animation) function but from C++.
Thanks.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/06/2005 at 11:10, xxxxxxxx wrote:
What function is that? Is it "Objects->Bake Object" in the timeline?
You should be able to call it using CallCommand(IDM_BAKE_ANIM), just that you need to include or deduce the value of "IDM_BAKE_ANIM" from c4d_symbols.coh which can be a bit messy.