Skip to content

Use full precision instead of format strings for times

David E. DeMarle requested to merge demarle/cinema_python:use_exact_times into master

Prevents this Warning Catalyst: vtkPVTrivialProducer (0x51724d0): Requesting time 9.6 but only 9.6 is available

As I recall the formatting was done for the original javascript viewer client. Noone is actively using or developing that project anymore.

Merge request reports