Web: enable time animation export with no camera override
2 unresolved threads
2 unresolved threads
Edited by Sebastien Jourdain
Merge request reports
Activity
assigned to @sebastien.jourdain
added 1 commit
- 1b679853 - Web: enable time animation export with no camera override
assigned to @finetjul and unassigned @sebastien.jourdain
assigned to @david.berger and unassigned @finetjul
70 70 # ----------------------------------------------------------------------------- 71 71 72 72 73 def zipAllTimeSteps(directoryPath): 73 def zipAllTimeSteps(directoryPath, remove_camera_animation=False): Just my 2c : if I understand correctly the needs (that come from https://discourse.paraview.org/t/best-way-of-visualizing-exported-animated-scenes/9731/17?u=timothee.chabat), I think it makes more sense to add a feature in ParaView Glance to ignore camera position rather than doing it at the export, as the camera position does not take a lot of space on the disk
assigned to @finetjul and unassigned @david.berger
Another related MR !11587 (merged)
Please register or sign in to reply