libreflow 2.14.0__tar.gz → 2.14.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libreflow-2.14.0 → libreflow-2.14.2}/CHANGELOG.md +17 -1
- {libreflow-2.14.0 → libreflow-2.14.2}/PKG-INFO +17 -1
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/_version.py +3 -3
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/file.py +38 -16
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/job_queue.py +7 -2
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow.egg-info/PKG-INFO +17 -1
- {libreflow-2.14.0 → libreflow-2.14.2}/AUTHORS +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/LICENSE +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/MANIFEST.in +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/README.md +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/setup.cfg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/setup.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/asset.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/departments.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/dependency.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/entity_manager.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/film.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/kitsu.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/lib.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/maputils.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/mytasks.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/runactions.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/runners.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/search.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/shot.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/site.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/task.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/task_manager.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/controller.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/delegate.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/file.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/file_cell.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/file_history.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/file_list.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/homepage.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/importfiles/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/importfiles/custom_widget.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/importfiles/files_list.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/importfiles/target_wizard.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/mytasks/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/mytasks/components.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/mytasks/edit_dialog.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/mytasks/file_list.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/mytasks/mytasks.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/mytasks/qmodel.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/qmodel.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/task.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/users.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/cli.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/custom_home/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/custom_home/ui.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/custom_home/wizard.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/demoflow/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/demoflow/film.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/demoflow/lib.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/majorque/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/majorque/departments.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/majorque/file.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/majorque/film.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/majorque/kitsu.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/majorque/lib.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/majorque/runners.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/examples/majorque/users.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/gui.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/index.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/jobs_cleaner.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/jobs_node.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.abc +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.aep +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.ai +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.blend +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.fbx +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.fla +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.jpg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.json +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.jsx +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.kra +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.mov +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.mp4 +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.nk +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.obj +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.psb +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.psd +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.tvpp +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.txt +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.usd +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.usda +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.usdz +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.wav +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template.xpix +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template_2D.blend +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/fonts/SpaceGrotesk-Bold.ttf +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/fonts/SpaceGrotesk-Regular.ttf +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/fonts/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/applications/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/applications/rv.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/flow/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/flow/alembic.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/flow/explorer.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/flow/photoshop.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/flow/quicktime.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/add-file.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/add-folder.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/arrow-down.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/arrow-right.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/check-box-empty-dark.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/close.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/duplicate.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/location-worldwide-disabled.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/location-worldwide.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/maximize.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/menu.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/menu_dots.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/minimize.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/mytasks-disabled.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/mytasks.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/nav-arrow-left-disabled.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/nav-arrow-left.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/nav-arrow-refresh-disabled.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/nav-arrow-refresh.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/nav-arrow-right-disabled.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/nav-arrow-right.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/ref-broken.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/ref.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/refresh.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/send.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/send2.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/check.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/done.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/init.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/on_kitsu.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/retake.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/wfa.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/wip.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/working_copy.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/working_copy_mine.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/3d-object.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/active_site.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/afterfx.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/animate.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/archive.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/available.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/blank.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/blender.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/checked-symbol-colored.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/checked-symbol-owner.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/checked-symbol.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/circle-shape-outline.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/circle-shape-right-eye-outline.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/circular-shape-right-eye-silhouette.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/circular-shape-silhouette.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/clean.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/clipboard.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/compare-previews.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/cross-mark-on-a-black-circle-background-colored.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/custom_home_star.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/delete.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/dependencies.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/download.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/downloadable.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/duplicate.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/edit-blank.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/edit-lock-green.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/edit-lock-red.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/error.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/exchange.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/exclamation-sign-colored.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/fbx.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/firefox.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/hide.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/history.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/illustrator.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/json.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/jsx.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/kitsu.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/kitsu_status_done.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/kitsu_status_oklodv.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/kitsu_status_omit.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/kitsu_status_retake.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/kitsu_status_todo.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/kitsu_status_wfa.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/kitsu_status_wip.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/krita.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/lock-green.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/lock-red.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/log_out.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/multi-share-option.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/nuke.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/origin-site.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/padlock.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/padlock_green.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/padlock_red.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/premiere-pro.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/publish-ae.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/publish-blender.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/publish-ps.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/publish.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/quicktime.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/refresh.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/request.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/requestable.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/run.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/share-option.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/show.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/stop.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/sync.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/sync_arrow.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/time_format.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/tvpaint.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/unavailable.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/upload.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/vscodium.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/waiting.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/warning.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/watch.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/done.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/err.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/inv.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/none.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/nys.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/oop.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/rtk.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/rvw.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/wait.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/warn.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/status/wip.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/animation.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/clean.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/colo.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/compositing.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/design.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/layout.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/lighting.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/modeling.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/rigging.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/tasks/shading.svg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/mark_sequence/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/mark_sequence/fields/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/mark_sequence/fields/default.json +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/mark_sequence/fonts/LiberationMono-Regular.ttf +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/mark_sequence/fonts/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/scripts/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/scripts/blender/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/scripts/blender/disable_save_keymap.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/scripts/tvpaint/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/scripts/tvpaint/save_dependencies.grg +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/styles/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/styles/custom_style/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/styles/custom_style/custom_style.css +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/styles/lfs_tech/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/styles/lfs_tech/lfs_tech_style.css +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/scripts/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/scripts/mark_sequence.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/scripts/minio_file_downloader.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/scripts/minio_file_uploader.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/scripts/minio_progress.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/scripts/session_worker.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/session.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/sync.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/sync_jobs_cleaner.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/b3d.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/flow/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/flow/action_values.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/flow/context_values.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/flow/entities.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/flow/file_processing.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/flow/import_files.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/flow/process_files.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/flow/values.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/flow_contextual_dict/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/flow_contextual_dict/view/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/flow_entities/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/flow_entities/entities.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/jobs/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/jobs/demo_flow.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/jobs/jobs_actor.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/jobs/jobs_flow.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/jobs/jobs_flow_worker.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/jobs/jobs_node.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/jobs/jobs_view.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/script_view/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/script_view/script_view.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/subprocess_manager/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/subprocess_manager/views/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/subprocess_manager/views/subprocess_view.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/ui/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/ui/flow_view.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/ui/main_window.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/ui/navigation_control.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/kabaret/ui/widget_view.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/os.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/actor.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/export.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/filter-disabled.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/filter-enabled.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/import.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/magn-glass.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/minus-button.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/plus-button.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/remove.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/data/icons/run-button.png +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/search/view.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/ui/__init__.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/utils/ui/file_processing.py +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow.egg-info/SOURCES.txt +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow.egg-info/dependency_links.txt +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow.egg-info/requires.txt +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow.egg-info/top_level.txt +0 -0
- {libreflow-2.14.0 → libreflow-2.14.2}/versioneer.py +0 -0
|
@@ -19,6 +19,22 @@ Types of changes
|
|
|
19
19
|
|
|
20
20
|
## [Unreleased]
|
|
21
21
|
|
|
22
|
+
## [2.14.2] - 2026-06-23
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
|
|
26
|
+
* Starting from PySide6 6.10, the job queue view caused Libreflow to crash on startup.
|
|
27
|
+
|
|
28
|
+
## [2.14.1] - 2026-04-23
|
|
29
|
+
|
|
30
|
+
### Added
|
|
31
|
+
|
|
32
|
+
* `RenderBlenderPlayblast`: entity names have been included in runner description (visible in the Processes view).
|
|
33
|
+
|
|
34
|
+
### Fixed
|
|
35
|
+
|
|
36
|
+
* Update parameters for Blender `PlayblastJob` in order to make it work again.
|
|
37
|
+
|
|
22
38
|
## [2.14.0] - 2026-03-23
|
|
23
39
|
|
|
24
40
|
### Added
|
|
@@ -2257,4 +2273,4 @@ Initial public commit and pypi setup. This version is an early version of libref
|
|
|
2257
2273
|
issue #6 : Pip Package is now ready for use
|
|
2258
2274
|
|
|
2259
2275
|
|
|
2260
|
-
[^1]: Except we started libreflow MAJOR version number at 1, as we consider our in-house previous flow being version 0.
|
|
2276
|
+
[^1]: Except we started libreflow MAJOR version number at 1, as we consider our in-house previous flow being version 0.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: libreflow
|
|
3
|
-
Version: 2.14.
|
|
3
|
+
Version: 2.14.2
|
|
4
4
|
Summary: An example flow for kabaret
|
|
5
5
|
Home-page: https://gitlab.com/lfs.coop/libreflow
|
|
6
6
|
Author: Flavio Perez
|
|
@@ -63,6 +63,22 @@ Types of changes
|
|
|
63
63
|
|
|
64
64
|
## [Unreleased]
|
|
65
65
|
|
|
66
|
+
## [2.14.2] - 2026-06-23
|
|
67
|
+
|
|
68
|
+
### Fixed
|
|
69
|
+
|
|
70
|
+
* Starting from PySide6 6.10, the job queue view caused Libreflow to crash on startup.
|
|
71
|
+
|
|
72
|
+
## [2.14.1] - 2026-04-23
|
|
73
|
+
|
|
74
|
+
### Added
|
|
75
|
+
|
|
76
|
+
* `RenderBlenderPlayblast`: entity names have been included in runner description (visible in the Processes view).
|
|
77
|
+
|
|
78
|
+
### Fixed
|
|
79
|
+
|
|
80
|
+
* Update parameters for Blender `PlayblastJob` in order to make it work again.
|
|
81
|
+
|
|
66
82
|
## [2.14.0] - 2026-03-23
|
|
67
83
|
|
|
68
84
|
### Added
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2026-
|
|
11
|
+
"date": "2026-06-23T11:40:01+0200",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "2.14.
|
|
14
|
+
"full-revisionid": "6c5f82cb54107cc2496dd91160021c86740db529",
|
|
15
|
+
"version": "2.14.2"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -2308,15 +2308,17 @@ class FileJob(LinkedJob):
|
|
|
2308
2308
|
class PlayblastJob(FileJob):
|
|
2309
2309
|
|
|
2310
2310
|
revision = flow.Param().ui(editable=False)
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2311
|
+
quality = flow.Param('Final').ui(editable=False)
|
|
2312
|
+
resolution_percentage = flow.Param(100).ui(editable=False)
|
|
2313
|
+
# use_simplify = flow.BoolParam().ui(editable=False)
|
|
2314
|
+
# reduce_textures = flow.BoolParam(False).ui(editable=False)
|
|
2315
|
+
# target_texture_width = flow.IntParam(4096).ui(editable=False)
|
|
2315
2316
|
|
|
2316
2317
|
def _do_job(self):
|
|
2317
2318
|
# Job is to wait until the playblast is ended
|
|
2318
2319
|
render_blender_playblast = self._file.render_blender_playblast
|
|
2319
2320
|
render_blender_playblast.revision_name.set(self.revision.get())
|
|
2321
|
+
render_blender_playblast.quality.set(self.quality.get())
|
|
2320
2322
|
render_blender_playblast.resolution_percentage.set(self.resolution_percentage.get())
|
|
2321
2323
|
# render_blender_playblast.use_simplify.set(self.use_simplify.get())
|
|
2322
2324
|
# render_blender_playblast.reduce_textures.set(self.reduce_textures.get())
|
|
@@ -2330,9 +2332,9 @@ class PlayblastJob(FileJob):
|
|
|
2330
2332
|
while runner_info['is_running']:
|
|
2331
2333
|
self.show_message("Waiting for runner %s to finish" % rid)
|
|
2332
2334
|
time.sleep(1)
|
|
2333
|
-
|
|
2335
|
+
|
|
2334
2336
|
runner_info = self.root().session().cmds.SubprocessManager.get_runner_info(rid)
|
|
2335
|
-
|
|
2337
|
+
|
|
2336
2338
|
self.show_message("Runner %s finished !" % rid)
|
|
2337
2339
|
|
|
2338
2340
|
|
|
@@ -2383,7 +2385,24 @@ class RenderBlenderPlayblast(OpenWithBlenderAction):
|
|
|
2383
2385
|
_sequence = flow.Parent(7)
|
|
2384
2386
|
|
|
2385
2387
|
def get_run_label(self):
|
|
2386
|
-
|
|
2388
|
+
settings = get_contextual_dict(self._file, "settings")
|
|
2389
|
+
|
|
2390
|
+
entity_label = [
|
|
2391
|
+
settings["film"],
|
|
2392
|
+
settings["sequence"],
|
|
2393
|
+
settings.get("shot", None),
|
|
2394
|
+
settings["task"],
|
|
2395
|
+
settings["file_display_name"],
|
|
2396
|
+
self.revision_name.get()
|
|
2397
|
+
]
|
|
2398
|
+
|
|
2399
|
+
if "shot" not in type(self._shot).__name__.lower():
|
|
2400
|
+
entity_label.pop(2)
|
|
2401
|
+
|
|
2402
|
+
if self.root().project().admin.kitsu.project_type.get() != "tvshow":
|
|
2403
|
+
entity_label.pop(0)
|
|
2404
|
+
|
|
2405
|
+
return f"Render playblast - {' '.join(entity_label)}"
|
|
2387
2406
|
|
|
2388
2407
|
def _sequence_number_from_name(self, sequence_name):
|
|
2389
2408
|
tmp = re.findall(r"\d+", sequence_name)
|
|
@@ -2565,10 +2584,11 @@ bpy.ops.lfs.playblast(filepath='%s', image_sequence_path='%s', do_render=%s, qua
|
|
|
2565
2584
|
|
|
2566
2585
|
submit_action = self._file.submit_blender_playblast_job
|
|
2567
2586
|
submit_action.revision_name.set(self.revision_name.get())
|
|
2587
|
+
submit_action.quality.set(self.quality.get())
|
|
2568
2588
|
submit_action.resolution_percentage.set(self.resolution_percentage.get())
|
|
2569
|
-
submit_action.use_simplify.set(self.use_simplify.get())
|
|
2570
|
-
submit_action.reduce_textures.set(self.reduce_textures.get())
|
|
2571
|
-
submit_action.target_texture_width.set(self.target_texture_width.get())
|
|
2589
|
+
# submit_action.use_simplify.set(self.use_simplify.get())
|
|
2590
|
+
# submit_action.reduce_textures.set(self.reduce_textures.get())
|
|
2591
|
+
# submit_action.target_texture_width.set(self.target_texture_width.get())
|
|
2572
2592
|
|
|
2573
2593
|
return self.get_result(
|
|
2574
2594
|
next_action=submit_action.oid()
|
|
@@ -2645,10 +2665,11 @@ class SubmitBlenderPlayblastJob(flow.Action):
|
|
|
2645
2665
|
priority = flow.SessionParam(10).ui(editor='int')
|
|
2646
2666
|
|
|
2647
2667
|
revision_name = flow.Param().ui(hidden=True)
|
|
2668
|
+
quality = flow.Param().ui(hidden=True)
|
|
2648
2669
|
resolution_percentage = flow.Param().ui(hidden=True)
|
|
2649
|
-
use_simplify = flow.Param().ui(hidden=True)
|
|
2650
|
-
reduce_textures = flow.Param().ui(hidden=True)
|
|
2651
|
-
target_texture_width = flow.Param().ui(hidden=True)
|
|
2670
|
+
# use_simplify = flow.Param().ui(hidden=True)
|
|
2671
|
+
# reduce_textures = flow.Param().ui(hidden=True)
|
|
2672
|
+
# target_texture_width = flow.Param().ui(hidden=True)
|
|
2652
2673
|
|
|
2653
2674
|
def get_buttons(self):
|
|
2654
2675
|
self.message.set('<h2>Submit playblast to pool</h2>')
|
|
@@ -2671,10 +2692,11 @@ class SubmitBlenderPlayblastJob(flow.Action):
|
|
|
2671
2692
|
|
|
2672
2693
|
job = self._file.jobs.create_job(job_type=PlayblastJob)
|
|
2673
2694
|
job.revision.set(self.revision_name.get())
|
|
2695
|
+
job.quality.set(self.quality.get())
|
|
2674
2696
|
job.resolution_percentage.set(self.resolution_percentage.get())
|
|
2675
|
-
job.use_simplify.set(self.use_simplify.get())
|
|
2676
|
-
job.reduce_textures.set(self.reduce_textures.get())
|
|
2677
|
-
job.target_texture_width.set(self.target_texture_width.get())
|
|
2697
|
+
# job.use_simplify.set(self.use_simplify.get())
|
|
2698
|
+
# job.reduce_textures.set(self.reduce_textures.get())
|
|
2699
|
+
# job.target_texture_width.set(self.target_texture_width.get())
|
|
2678
2700
|
site_name = self.root().project().get_current_site().name()
|
|
2679
2701
|
|
|
2680
2702
|
job.submit(
|
|
@@ -621,10 +621,14 @@ class JobQueueModel(QtCore.QAbstractTableModel):
|
|
|
621
621
|
super(JobQueueModel, self).__init__(parent)
|
|
622
622
|
self.table = table
|
|
623
623
|
|
|
624
|
-
def rowCount(self, parent=
|
|
624
|
+
def rowCount(self, parent=QtCore.QModelIndex()):
|
|
625
|
+
if parent.isValid():
|
|
626
|
+
return 0
|
|
625
627
|
return len(self.table.jobs_data)
|
|
626
628
|
|
|
627
|
-
def columnCount(self, parent=
|
|
629
|
+
def columnCount(self, parent=QtCore.QModelIndex()):
|
|
630
|
+
if parent.isValid():
|
|
631
|
+
return 0
|
|
628
632
|
return 6
|
|
629
633
|
|
|
630
634
|
def headerData(self, section, orientation, role):
|
|
@@ -726,6 +730,7 @@ class JobQueueListView(QtWidgets.QTableView):
|
|
|
726
730
|
|
|
727
731
|
self.header_labels = ['Name', 'Status', 'Size', 'Emitted On', 'User', 'Site']
|
|
728
732
|
|
|
733
|
+
self.jobs_data = []
|
|
729
734
|
self.model = JobQueueModel(self)
|
|
730
735
|
self.proxy_model = JobQueueProxyModel(self)
|
|
731
736
|
self.proxy_model.setSourceModel(self.model)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: libreflow
|
|
3
|
-
Version: 2.14.
|
|
3
|
+
Version: 2.14.2
|
|
4
4
|
Summary: An example flow for kabaret
|
|
5
5
|
Home-page: https://gitlab.com/lfs.coop/libreflow
|
|
6
6
|
Author: Flavio Perez
|
|
@@ -63,6 +63,22 @@ Types of changes
|
|
|
63
63
|
|
|
64
64
|
## [Unreleased]
|
|
65
65
|
|
|
66
|
+
## [2.14.2] - 2026-06-23
|
|
67
|
+
|
|
68
|
+
### Fixed
|
|
69
|
+
|
|
70
|
+
* Starting from PySide6 6.10, the job queue view caused Libreflow to crash on startup.
|
|
71
|
+
|
|
72
|
+
## [2.14.1] - 2026-04-23
|
|
73
|
+
|
|
74
|
+
### Added
|
|
75
|
+
|
|
76
|
+
* `RenderBlenderPlayblast`: entity names have been included in runner description (visible in the Processes view).
|
|
77
|
+
|
|
78
|
+
### Fixed
|
|
79
|
+
|
|
80
|
+
* Update parameters for Blender `PlayblastJob` in order to make it work again.
|
|
81
|
+
|
|
66
82
|
## [2.14.0] - 2026-03-23
|
|
67
83
|
|
|
68
84
|
### Added
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/importfiles/custom_widget.py
RENAMED
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/baseflow/ui/importfiles/target_wizard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/file_templates/template_2D.blend
RENAMED
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/fonts/SpaceGrotesk-Regular.ttf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/applications/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/check-box-empty-dark.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/location-worldwide.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/mytasks-disabled.png
RENAMED
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/nav-arrow-left-disabled.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/nav-arrow-refresh.png
RENAMED
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/gui/nav-arrow-right-disabled.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/working_copy.png
RENAMED
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/history/working_copy_mine.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libreflow-2.14.0 → libreflow-2.14.2}/src/libreflow/resources/icons/libreflow/active_site.png
RENAMED
|
File without changes
|
|
File without changes
|