diff --git a/docs/sphinx/en/python_api/session.rst b/docs/sphinx/en/python_api/session.rst new file mode 100644 index 000000000..416f5f52d --- /dev/null +++ b/docs/sphinx/en/python_api/session.rst @@ -0,0 +1,5 @@ +Session module +============== + +.. automodule:: mrv2.session + :members: diff --git a/docs/sphinx/es/python_api/session.rst b/docs/sphinx/es/python_api/session.rst new file mode 100644 index 000000000..9915d0e4c --- /dev/null +++ b/docs/sphinx/es/python_api/session.rst @@ -0,0 +1,5 @@ +Módulo de Sesión +================ + +.. automodule:: mrv2.session + :members: diff --git a/mrv2/docs/HISTORY.md b/mrv2/docs/HISTORY.md index 1a94472b7..145bf826b 100644 --- a/mrv2/docs/HISTORY.md +++ b/mrv2/docs/HISTORY.md @@ -27,6 +27,9 @@ v0.8.2 - Made scrubbing automatically switch to playback with audio. - Fixed coloring of Python functions when they were typed at the start of a line. +- There's a new 'session' module to handle everything related to sessions, + including saving, loading and setting the metadata. +- The metadata for sessions has changed API. Now it is a Python dict. v0.8.1 diff --git a/mrv2/docs/en/_modules/index.html b/mrv2/docs/en/_modules/index.html index 7bb3c1d1c..2953e51d1 100644 --- a/mrv2/docs/en/_modules/index.html +++ b/mrv2/docs/en/_modules/index.html @@ -80,6 +80,7 @@

All modules for which code is available

  • mrv2.media
  • mrv2.playlist
  • mrv2.plugin
  • +
  • mrv2.session
  • mrv2.settings
  • mrv2.timeline
  • mrv2.usd
  • diff --git a/mrv2/docs/en/_sources/python_api/session.rst.txt b/mrv2/docs/en/_sources/python_api/session.rst.txt new file mode 100644 index 000000000..416f5f52d --- /dev/null +++ b/mrv2/docs/en/_sources/python_api/session.rst.txt @@ -0,0 +1,5 @@ +Session module +============== + +.. automodule:: mrv2.session + :members: diff --git a/mrv2/docs/en/genindex.html b/mrv2/docs/en/genindex.html index c6221c518..e5f775765 100644 --- a/mrv2/docs/en/genindex.html +++ b/mrv2/docs/en/genindex.html @@ -162,6 +162,8 @@

    C

  • clamped() (mrv2.TimeRange method)
  • clearB() (in module mrv2.media) +
  • +
  • clearMetadata() (in module mrv2.session)
  • close() (in module mrv2.cmd) @@ -176,11 +178,11 @@

    C

  • Color (class in mrv2.image) -
  • -
  • color (mrv2.image.DisplayOptions attribute)
  • pyFLTK
  • +
  • Session module +
  • settings module
  • pyFLTK
  • +
  • Session module
  • settings module
  • timeline module
  • usd module
  • diff --git a/mrv2/docs/en/python_api/plug-ins.html b/mrv2/docs/en/python_api/plug-ins.html index 84db45a1c..acd50ca3d 100644 --- a/mrv2/docs/en/python_api/plug-ins.html +++ b/mrv2/docs/en/python_api/plug-ins.html @@ -66,6 +66,7 @@
  • Plug-in System
  • pyFLTK
  • +
  • Session module
  • settings module
  • timeline module
  • usd module
  • diff --git a/mrv2/docs/en/python_api/pyFLTK.html b/mrv2/docs/en/python_api/pyFLTK.html index bc7f48a8f..ffc7b394a 100644 --- a/mrv2/docs/en/python_api/pyFLTK.html +++ b/mrv2/docs/en/python_api/pyFLTK.html @@ -21,7 +21,7 @@ - + @@ -59,6 +59,7 @@
  • plugin module
  • Plug-in System
  • pyFLTK
  • +
  • Session module
  • settings module
  • timeline module
  • usd module
  • @@ -111,7 +112,7 @@

    pyFLTK<