{"id":16699315,"url":"https://github.com/ousttrue/io_scene_yup","last_synced_at":"2025-04-05T04:17:26.082Z","repository":{"id":136459735,"uuid":"142600304","full_name":"ousttrue/io_scene_yup","owner":"ousttrue","description":"Y-UP Scene importer and exporter for Blender","archived":false,"fork":false,"pushed_at":"2024-04-25T11:24:22.000Z","size":68,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T12:16:46.815Z","etag":null,"topics":[],"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/ousttrue.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2018-07-27T16:28:20.000Z","updated_at":"2024-04-25T11:24:26.000Z","dependencies_parsed_at":"2024-04-25T12:33:35.333Z","dependency_job_id":"546a6b82-d3db-43ed-ba7e-ac7dc0988f46","html_url":"https://github.com/ousttrue/io_scene_yup","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/ousttrue%2Fio_scene_yup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fio_scene_yup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fio_scene_yup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fio_scene_yup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ousttrue","download_url":"https://codeload.github.com/ousttrue/io_scene_yup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284956,"owners_count":20913704,"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":[],"created_at":"2024-10-12T18:06:36.044Z","updated_at":"2025-04-05T04:17:25.879Z","avatar_url":"https://github.com/ousttrue.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YUP\nScene importer and exporter for Blender\n\n![yup](yup.png)\n\n# ToDo\n\n|Exporter features|  |\n|----------------|--|\n|Z-up to Y-up    |✔️|\n|Unpack image    |  |\n|Apply object TRS|  |\n|Apply modifiers |  |\n|ShapeKeys       |  |\n|Animations      |  |\n|Merge meshes    |  |\n|Remove empty nodes|  |\n\n# Test by blender python module\n\n* https://en.blender.org/index.php/User:Ideasman42/BlenderAsPyModule\n\n```py\nimport sys\nimport bpy\n\n\nprint('setup scene')\nif len(sys.argv)\u003e1:\n    bpy.ops.wm.open_mainfile(filepath=sys.argv[1])\nelse:\n    objs = [o for o in bpy.data.scenes[0].objects]\n    for o in objs:\n        bpy.data.objects.remove(o, True)\n\n    def create_mesh(mesh):\n        # Construct the bmesh cube and assign it to the blender mesh.\n        import bmesh\n        bm = bmesh.new()\n        #bmesh.ops.create_cube(bm, size=1.0)\n        bmesh.ops.create_monkey(bm)\n        bm.to_mesh(mesh)\n        bm.free()\n    mesh = bpy.data.meshes.new('Basic_Cube')\n    new_obj = bpy.data.objects.new(\"Basic_Cube\", mesh)\n    print(new_obj, new_obj.data)\n    #bpy.data.scenes[0].objects.link(new_obj)\n    bpy.context.scene.objects.link(new_obj)\n    create_mesh(mesh)\n\n\nprint('call plugin')\nimport addon_io_scene_yup\naddon_io_scene_yup.register()\nbpy.ops.export_scene.yup('EXEC_DEFAULT', filepath='tmp.gltf', selectedonly=False)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fousttrue%2Fio_scene_yup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fousttrue%2Fio_scene_yup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fousttrue%2Fio_scene_yup/lists"}