Get clone position over spline for Spline Based Cloner/Matrix
-
Hi,
Is it possible to re-create uniform position over spline for clones when both
Offset
andOffset Variation
are defined:
Currently trying to recreate with Python random.random(),
but either I made expression, either python's random is totally different to Cinema's random -
Hi @baca, sadly it is not possible to get the exact same random in Python than the one used internally for this feature. So the only way would be to actually clone some objects an retrieve their position as shown in read_modata_color.py. The previous example retrieve the color and not the position, so instead of retrieving the MODATA_COLOR, use the MODATA_MATRIX.
Cheers,
Maxime.