THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/01/2008 at 16:31, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R9-R10
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
As part of a conversion process, my plugin morphs are being converted to PoseMixer tag w/morph objects (R10 morphs will be worked on next - if possible). I can do all of this.
Adding Poses to the PoseMixer tag is easy enough with a message to it emulating "Add Pose" button clicking.
But then how does one get the dynamic descriptions for the link and slider of each added pose? I am assuming (presumptuously) that since the first values are:
PMIX_DATA_USE = 3000,
PMIX_DATA_VALUE = 3001,
PMIX_DATA_LINK = 3002,
Then, the next pose would be 3003,3004,3005 and the next 3006,3007,3008, and so on. Is this correct?