{"id":21536936,"url":"https://github.com/falkhofmann/nuke_bake_metadata","last_synced_at":"2025-03-17T20:28:15.742Z","repository":{"id":200983655,"uuid":"429932392","full_name":"falkhofmann/nuke_bake_metadata","owner":"falkhofmann","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-26T10:54:51.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T07:30:46.432Z","etag":null,"topics":["compositing","foundry-nuke","nuke"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/falkhofmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-11-19T20:58:31.000Z","updated_at":"2023-03-30T16:07:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"290d3d2c-bba3-491b-8397-18be79dede4f","html_url":"https://github.com/falkhofmann/nuke_bake_metadata","commit_stats":null,"previous_names":["falkhofmann/nuke_bake_metadata"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falkhofmann%2Fnuke_bake_metadata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falkhofmann%2Fnuke_bake_metadata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falkhofmann%2Fnuke_bake_metadata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falkhofmann%2Fnuke_bake_metadata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/falkhofmann","download_url":"https://codeload.github.com/falkhofmann/nuke_bake_metadata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244105055,"owners_count":20398791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compositing","foundry-nuke","nuke"],"created_at":"2024-11-24T03:23:09.484Z","updated_at":"2025-03-17T20:28:15.713Z","avatar_url":"https://github.com/falkhofmann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Nuke]: https://www.foundry.com/products/nuke 'Nuke'\n\n\nnuke_bake_metadata\n==================\n\n\nThis package is designed to work within the software package [Nuke].\nIt allows the user to convert metadata values into usable keyframes inside the application.\n\nDemo\n----\nCheck out the [demo](https://vimeo.com/261734907) on vimeo\n\n\nHow it works\n------------\n\nThe scripts is based in a user selection in the Nodegraph. The script will save all the metadata keys which are available at this very \npoint inside script.\n\n\nHow to implement\n----------------\n\nFor the regular Nuke user without a pipeline to follow, the implementation can be achieved by\nmodifying the `init.py` and `menu.py` in your `.nuke` folder. This is the most common approach to add tools\non a per user base.\n\n**init.py**\n\n\n```python\nnuke.pluginAddPath('/path/to/package/on/your/system/nuke_bake_metadata')\n```\nThese lines will add the package to your working environment\n\n\n**menu.py**\n\n```python\nimport Nuke\nfrom nuke_bake_metadata import interface\n\nmenubar = nuke.menu('Nuke')\ncustom_menu = menubar.addMenu(\"your custom menu\")\ncustom_menu.addCommand (\"Bake Metadata\", interface.start_from_nuke(), 'f1')\n\n```\nThese will create a new menu labeled as *your custom menu* and add a menu entry labeled as\n*Bake Metadata*. Optionally you have the ability to assign a shortcut/hotkey to a menu entry. In this case it's *F1*.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalkhofmann%2Fnuke_bake_metadata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalkhofmann%2Fnuke_bake_metadata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalkhofmann%2Fnuke_bake_metadata/lists"}