How to Get cloner data in C++
-
I used C++ to write the C4D S26 plugin on Windows 10, I used cloner function to animate, How to get the coordinates and color information of all spheres. Thanks in advance!
-
Hi you can find in read_modata_color_r16.py a Python example doing exactly that. To retrieve the position instead of retrieving the
MODATA_COLOR
your need to retrieveMODATA_MATRIX
.
There is no difference for doing it in C++.Cheers,
Maxime.