{"id":23472903,"url":"https://github.com/colorbleed/fusionless","last_synced_at":"2025-04-14T18:42:08.083Z","repository":{"id":31313206,"uuid":"34875575","full_name":"Colorbleed/fusionless","owner":"Colorbleed","description":"Python in Black Magic Design's Fusion that sucks less.","archived":false,"fork":false,"pushed_at":"2016-09-14T19:53:13.000Z","size":138,"stargazers_count":15,"open_issues_count":6,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T07:11:17.621Z","etag":null,"topics":["fusion","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Colorbleed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-30T20:36:45.000Z","updated_at":"2023-12-30T19:15:44.000Z","dependencies_parsed_at":"2022-09-09T07:21:30.406Z","dependency_job_id":null,"html_url":"https://github.com/Colorbleed/fusionless","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Colorbleed%2Ffusionless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Colorbleed%2Ffusionless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Colorbleed%2Ffusionless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Colorbleed%2Ffusionless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Colorbleed","download_url":"https://codeload.github.com/Colorbleed/fusionless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248938324,"owners_count":21186386,"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":["fusion","python"],"created_at":"2024-12-24T17:14:25.947Z","updated_at":"2025-04-14T18:42:08.045Z","avatar_url":"https://github.com/Colorbleed.png","language":"Python","readme":"# fusionless\nPython in Black Magic Design's Fusion that sucks less.\n\nSimilar to how **Pymel** tries to do Python the right way in Maya this is the same thing for Fusion.\n\nWe'll make it *suck less*.\n\n### Supported platforms\n\n**Fusionless** works with Fusion 8.0 (but is compatible since Fusion 6.0+).  \nWith support for both Python 2 and 3 on all platforms (win/mac/linux).\n\n### Goals\n\nOur highest priority goals are similar to those of **Pymel**:\n\n- Create an open-source python module for Fusion that is intuitive to python users\n- Fix bugs and design limitations in Fusion's python module\n- Keep code concise and readable\n- Add organization through class hierarchy and sub-modules\n- Provide documentation accessible via html and the builtin `help() function\n- Make it \"just work\"\n\nBecause it should all be that much simpler.  \nIt's time for that change. Now.\n\n### Installation\n\nTo quickly give **fusionless** a spin run this in Fusion (Python):\n\n```python\nfusionless_dir = \"path/to/fusionless\" # \u003c- set the path to fusionless\n\nimport sys\nsys.path.append('path/to/fusionless')\nimport fusionless\n```\n\nIf no errors occured you should be able to use fusionless. For example\nadd a blur tool to the currently active comp:\n\n```python\nimport fusionless\n\ncurrent_comp = fusionless.Comp()\ncurrent_comp.create_tool(\"Blur\")\n```\n\nFor more examples see the *[examples](examples)* directory in the repository.\n\n##### PeyeonScript (Fusion pre-8.0 dependency)\n\nTo get any access to Fusion (before 8.0) in Python you need PeyeonScript.\nAs such **fusionless* has this same requirement as it needs to be\nable to call the Fusion API.\n\nUnfortunately distribution of it is sparse, so \n[here](http://www.steakunderwater.com/wesuckless/viewtopic.php?t=387)'s a \ntopic that has a working download link. All you need is the installer for your \nPython version. Peyeonscript (for 6+) seems to work fine with newer versions of \nFusion (6.4 or 7+), but is **not** required for Fusion 8+.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolorbleed%2Ffusionless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolorbleed%2Ffusionless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolorbleed%2Ffusionless/lists"}