https://github.com/wgergely/bookmarks
A PySide2 based file and asset manager for animation and CG productions.
https://github.com/wgergely/bookmarks
animation asset-manager assetmanager cg cgi maya pipeline project-management pyside2 qt5 templates vfx vfx-pipeline
Last synced: 5 months ago
JSON representation
A PySide2 based file and asset manager for animation and CG productions.
- Host: GitHub
- URL: https://github.com/wgergely/bookmarks
- Owner: wgergely
- License: gpl-3.0
- Created: 2018-10-06T07:33:53.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T18:13:14.000Z (10 months ago)
- Last Synced: 2024-12-18T19:26:33.037Z (10 months ago)
- Topics: animation, asset-manager, assetmanager, cg, cgi, maya, pipeline, project-management, pyside2, qt5, templates, vfx, vfx-pipeline
- Language: Python
- Homepage: https://bookmarks.gergely-wootsch.com
- Size: 48.8 MB
- Stars: 56
- Watchers: 5
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
☺ Bookmarks is a free, open-source utility that helps you organize and prepare assets
for digital productions. With Bookmarks, you can easily create folders for new jobs and assets
using templates, parse and read existing jobs and assets, sort and filter items,
and annotate them with notes.
Whether you're working on a film, TV show, or other digital production,
Bookmarks can help you save time and stay organized.---
[`User Guide`](https://bookmarks-vfx.com/guide.html#user-guide) | [`Python Modules`](https://bookmarks-vfx.com/modules.html#python-modules) | [`Get Bookmarks`](https://bookmarks-vfx.com/guide.html#get-bookmarks)
---
# Features
The app categorises project content as separate [`bookmarks`](https://bookmarks-vfx.com/modules/items/bookmark_items.html#module-bookmarks.items.bookmark_items),
[`assets`](https://bookmarks-vfx.com/modules/items/asset_items.html#module-bookmarks.items.asset_items) and [`file items`](https://bookmarks-vfx.com/modules/items/file_items.html#module-bookmarks.items.file_items).
You can configure these independently to link with, for instance, ShotGrid entities or
configure their properties like frame rate and resolution to set [`Maya scene settings`](https://bookmarks-vfx.com/modules/maya/plugin.html#module-bookmarks.maya.plugin).
You can use filters to sort and hide items, preview images, convert footage sequences, or ‘publish’ files.
See [User Guide](https://bookmarks-vfx.com/guide.html#user-guide) for more information.# About
I developed the app to help manage personal projects and keep [`myself`](https://gergely-wootsch.com) organised (I’m a digitally messy person!). So, whilst it works great for me, it might not be best suited for you. Still, I tried to make it easily customisable to help adapt to site-specific environments. See the [`Python Modules`](https://bookmarks-vfx.com/modules.html#python-modules) page for more information.
# Dependencies
The release contains all Windows dependencies. For setting up a custom development environment on another platform, you’ll need the following python dependencies:
* [Python3](https://github.com/python/cpython) - Tested against 3.9
* [PySide2](https://pypi.org/project/PySide2) - Tested against Qt 5.15.2
* [OpenImageIO](https://github.com/OpenImageIO/oiio) - Tested against 2.3
* [numpy](https://pypi.org/project/numpy)
* [slack_sdk](https://pypi.org/project/slack_sdk)
* [psutil](https://pypi.org/project/psutil)
* [shotgun_api3](https://github.com/shotgunsoftware/python-api)