Skip to content

[fix] Crash when recording on OSX

Nick Laurenson requested to merge fix/OSX/CrashRecording into master

This happend only on OSX because the dynamic cast didn't work as expected. We suspect, it's because due to the proxy mechanism: The proxy are generated by paraview, and for some reason the true class cannot be identified.

Edited by Nick Laurenson

Merge request reports