{"id":44833662,"url":"https://github.com/joancharmant/quill-blender","last_synced_at":"2026-07-08T18:00:36.774Z","repository":{"id":245750326,"uuid":"745843314","full_name":"JoanCharmant/quill-blender","owner":"JoanCharmant","description":"Blender addon to read and write Quill scene files","archived":false,"fork":false,"pushed_at":"2026-05-24T13:00:32.000Z","size":857,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-24T15:04:05.907Z","etag":null,"topics":["art","quill","virtual-reality"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoanCharmant.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-20T10:08:58.000Z","updated_at":"2026-05-24T13:00:36.000Z","dependencies_parsed_at":"2026-01-03T11:10:59.609Z","dependency_job_id":"4bff11a4-5ddc-4036-bb2d-ae80c866dd8b","html_url":"https://github.com/JoanCharmant/quill-blender","commit_stats":null,"previous_names":["joancharmant/quill-blender"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/JoanCharmant/quill-blender","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoanCharmant%2Fquill-blender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoanCharmant%2Fquill-blender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoanCharmant%2Fquill-blender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoanCharmant%2Fquill-blender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoanCharmant","download_url":"https://codeload.github.com/JoanCharmant/quill-blender/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoanCharmant%2Fquill-blender/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35273524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["art","quill","virtual-reality"],"created_at":"2026-02-17T01:00:42.223Z","updated_at":"2026-07-08T18:00:36.712Z","avatar_url":"https://github.com/JoanCharmant.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Blender Quill scenes import/export add-on\n\n[Quill](https://quill.art/) scenes import and export add-on for [Blender](https://www.blender.org).\n\nPhilosophy: some things are easier to do in VR and other things are easier to do on a computer. This add-on aims at minimizing the friction of moving from one technology to the other and enabling you to create workflows that best suits the strength of each.\n\n## Installation\n\n1. Download io_scene_quill.zip file from the Releases section.\n2. Open Blender, Go to Edit \u003e Preferences… \u003e Add-ons.\n3. Click the Install… button, navigate to and select the downloaded zip.\n4. Tick the check mark next to Import-Export: Quill to activate the add-on.\n\n\n## Usage\n\nTo import or export Quill scenes go to **File \u003e Import \u003e Quill scene** and **File \u003e Export \u003e Quill scene**.\n\nFor import, select a file inside the Quill scene folder, for example `Quill.json`. The import process may take a while for large scenes.\n\nFor export, it will use the file name to create the scene folder.\n\nThe import/export dialogs have options on the right hand side.\n\n## Features\n\nThe add-on reads and writes native Quill file format.\n\n### Import (Quill → Blender)\n\n- Import Quill layer hierarchy to Blender objects.\n    - Quill groups become \"Empties\" with transform and children.\n    - Quill paint layers become Mesh or Grease Pencil objects.\n    - Quill cameras become Camera objects.\n    - Quill image layers become Image objects.\n    - Quill sound layers become sound strips in the sequencer.\n- Import frame by frame animation as Mesh sequences or Grease Pencil frames.\n- Import transform keyframes.\n\n\n[Detailed status of supported Quill features during import](docs/import.md)\n\n### Export (Blender → Quill)\n\n- Export the Blender scene to Quill layers\n    - Grease Pencil objects to paint layers.\n    - Mesh objects to painted wireframes.\n    - Armature objects to rigged stick figures.\n    - Cameras to cameras.\n    - Image references to image layers.\n    - Empty objects to Quill groups.\n- Export transform keyframes on groups and objects to Quill keyframes.\n- Export Grease Pencil frame by frame animation to Quill drawings.\n- Export armature animation to keyframes.\n\n[Detailed status of supported Blender features during export](docs/export.md)\n\n### Round trip (Quill → Blender → Quill)\n\nWhen importing paint layers as Mesh the created Blender objects keep track of the Quill scene they were imported from. During export the add-on detects this and tries to swap back the original Quill drawings in the output. This link is preserved even when you copy the objects around or import them into other scenes.\n\nThis enables workflows to animate or re-organize paint layers or use them as libraries of building blocks. Some limitations apply.\n\n### Keymesh integration\n\nIt is not required but if you also have the [Keymesh add-on](https://extensions.blender.org/add-ons/keymesh/) installed it will detect it and use it.\n\nIn this case paint layers will be converted to Keymesh objects and the frame-by-frame animation imported. This is a more natural fit than having the drawings as children of an Empty.\n\nUsing this we can manipulate the paint layer as a single object and use the Blender timeline as a proxy for the Quill timeline to move key frames around. This also enables \"whole part replacement\" workflows.\n\n## Inherent limitations\n\nQuill and Blender cannot always be converted correctly back and forth as the underlying models are not fully compatible. This impacts both [import](docs/import.md) and [export](docs/export.md).\n\nHere are the main pain points.\n\n⚠️ Paint strokes. Here is a Venn Diagram of the paint stroke representation between Quill and Blender's Grease Pencil.\n\n![](docs/images/venn-paint-strokes.png)\n\n\n⚠️ Quill sequence hierarchy with looping and clips. The resulting visibility for any given drawing is baked into the created mesh object.\n\n⚠️ Opacity keyframes and layer-level opacity. This is not supported.\n\n⚠️ Animation types on export. Aside from transform key frames and frame by frame animation Blender also supports armature based animation and shape keys. These will have to be baked on export (not currently supported).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoancharmant%2Fquill-blender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoancharmant%2Fquill-blender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoancharmant%2Fquill-blender/lists"}