JacobBumgarner / VesselVio

An open-source application for the analysis and visualization of segmented vasculature datasets
https://jacobbumgarner.github.io/VesselVio/
GNU General Public License v3.0
99 stars 21 forks source link

Feat/movie generation #27

Closed JacobBumgarner closed 2 years ago

JacobBumgarner commented 2 years ago

This pull requests refreshes the movie generation feature of VesselVio.

First, the widget has been redesigned to a vertical orientation, allowing users to more easily access the rendering window during movie generation.

Next, the Flythough movie type has been updated, allowing users to create their own movie paths, rather than only being able to generate a 'straight shot' flythrough scene. The flythrough path generation allows users to create linear paths or smoothed (quadratic spline) paths.

Next, importantly, as I move to improve the documentation and professionalism of the codebase, the movie_widgets.py and movie_processing.py files have a clear model-view function and object separation, and the documentation of both files is greatly improved. As I continue updating the rest of the app, this updated form of documentation and separation will be parsed throughout the codebase.