Skip to content

[fix] Update animation camera_path tools with python3

Nicolas Cadart requested to merge fix/AnimationCameraPathPython3 into master

scipy.Rotation.from_dcm() function has been deprecated with Python3. It is now replaced by scipy.Rotation.from_matrix().

@lea.vauchier PTAL

Merge request reports