{"id":23333968,"url":"https://github.com/utsuboco/blender_curve_export","last_synced_at":"2026-04-01T20:43:31.994Z","repository":{"id":133071459,"uuid":"400930955","full_name":"utsuboco/blender_curve_export","owner":"utsuboco","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-06T09:34:03.000Z","size":15,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-22T11:57:56.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codesandbox.io/s/blender-threejs-curves-demo-c1fbh?file=/src/index.js","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/utsuboco.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-29T02:12:43.000Z","updated_at":"2023-08-30T13:04:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2a8369b-a865-47d4-a0ad-80dc07d00a22","html_url":"https://github.com/utsuboco/blender_curve_export","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/utsuboco/blender_curve_export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsuboco%2Fblender_curve_export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsuboco%2Fblender_curve_export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsuboco%2Fblender_curve_export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsuboco%2Fblender_curve_export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utsuboco","download_url":"https://codeload.github.com/utsuboco/blender_curve_export/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsuboco%2Fblender_curve_export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-21T00:35:22.857Z","updated_at":"2026-04-01T20:43:31.984Z","avatar_url":"https://github.com/utsuboco.png","language":"Python","readme":"# Blender curve threejs export\n\nUsed with an UI by [Blender_GLTF_Scripts](https://github.com/utsuboco/blender_gltf_scripts)\n\nWill generate an es6 file with all the curves of your Blender scene, already formated for Threejs.\n\n\n## Usage:\n\n```jsx\nimport {curveA} from './BlenderFileName.curves'\n\nconst points = curveA()\nconsole.log(points) // \u003c-- [THREE.Vector3()]\nconst path = new CatmullRomCurve3(points)\n```\n\n## Template generated:\n```jsx\nimport * as THREE from 'three';\n\nconst format = () =\u003e {\n  for (var i = 0; i \u003c points.length; i++) {\n    var x = points[i][0];\n    var y = points[i][1];\n    var z = points[i][2];\n    points[i] = new THREE.Vector3(x, z, -y);\n  }\n  return points\n}\n\nexport const curveA = () =\u003e {\n  const points = [...] // \u003c-- exported from blender\n  return format(points);\n}\n\nexport const curveB = () =\u003e {\n  const points = [...] // \u003c-- exported from blender\n  return format(points);\n}\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsuboco%2Fblender_curve_export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futsuboco%2Fblender_curve_export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsuboco%2Fblender_curve_export/lists"}