THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/02/2007 at 09:54, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R10
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I am use animation stuff... So i need to get the object that the track point to.
In C++ : BaseObject *originalObject = (BaseObject* )info->op;
It work, but in case I duplicate the object in the BaseDocument, and apply and an other TrackData : like
NULLObject
+-- Fig1
NULLObject
+-- Fig1 ( duplicated object)
In both TrackData with BaseObject *originalObject = (BaseObject* )info->op;
it always return the original object instate of the duplicated one :(
Do any one know how to get the duplicated one, base on the track data ?
Salutations
Nikita