Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Store workfiles information in the db #877

Merged
merged 32 commits into from
Jan 8, 2021

Conversation

iLLiCiTiT
Copy link
Member

Changes

  • added workfiles tool to pype.tools
  • workfiles tool was updated with 2.x develop features (extensions combobox)
  • workfiles document is stored to mongo db on workfiles creation
    • Document:
    {
        "type": "workfile",
        "filename": "<workfile filename>",
        "parent": <asset id>,
        "task_name": <task name>,
        "files": [<rootless workfile path>],
        "schema": "pype:workfile-1.0",
        "data": {...}
    }
    
  • currently is workfile tool modification used only in maya and nuke because all other hosts can't easily change menu items
  • it is possible to store artist note which is stored to data.note key in the document

Screenshot

image

@iLLiCiTiT iLLiCiTiT self-assigned this Jan 7, 2021
@iLLiCiTiT iLLiCiTiT requested a review from a team January 7, 2021 17:11
Copy link
Member

@mkolar mkolar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected. We'll need to clean up the GUI a bit, but I'm happy to leave that for another PR. have to think about it a bit more first.

@mkolar mkolar merged commit dd7dfd5 into develop Jan 8, 2021
@mkolar mkolar added the type: enhancement Enhancements to existing functionality label Jan 8, 2021
@mkolar mkolar added this to the 3.0 milestone Jan 8, 2021
@mkolar mkolar deleted the feature/653-store-workfiles-information-in-the-db branch January 14, 2021 08:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants