{"id":18837466,"url":"https://github.com/lightnet/b280py","last_synced_at":"2026-05-04T14:44:06.916Z","repository":{"id":142372740,"uuid":"190901805","full_name":"Lightnet/b280py","owner":"Lightnet","description":"Simple and examples blender plugins type of components.","archived":false,"fork":false,"pushed_at":"2019-06-22T16:05:30.000Z","size":171,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T08:42:02.371Z","etag":null,"topics":["blender","blender-addon","blender-plugin","blender-scripts"],"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/Lightnet.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":"2019-06-08T15:09:12.000Z","updated_at":"2023-02-01T03:48:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b7497f4-d05c-4750-bce9-9502584d2535","html_url":"https://github.com/Lightnet/b280py","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/Lightnet%2Fb280py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightnet%2Fb280py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightnet%2Fb280py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lightnet%2Fb280py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lightnet","download_url":"https://codeload.github.com/Lightnet/b280py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239774324,"owners_count":19694700,"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":["blender","blender-addon","blender-plugin","blender-scripts"],"created_at":"2024-11-08T02:35:16.027Z","updated_at":"2026-01-28T03:30:14.374Z","avatar_url":"https://github.com/Lightnet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# b280py\n\n# License: MIT\n\n# Information:\n  Simple files test build addons. Those just test files to deal with simple menu setup that I know.\n\n# Notes:\n * My Scripting file are currently messy. It base on idea and researching from blender API, scripting workspace, the blender community, and dev site blender and stack(Q\u0026A).\n * Cheatsheet under Blender \u003e Help \u003e Cheatsheet\n    * Under workspace \u003e scripting / Texteditor \u003e Browse List icon\n * Blender \u003e workspace \u003e scripting \u003e Templates (few script tend to crash)\n\n# Links:\n * https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html\n\n ```\nbl_info = {\n    \"name\": \"Base\",\n    \"author\":\"name\",\n    \"version\":(0,0,1),\n    \"blender\": (2,80,0),\n    \"location\": \"View3D\",\n    \"category\": \"Object\",\n    \"description\":\"testing menu\"\n}\n\nimport bpy\n\n#array class\nclasses = (...)\n\ndef register():\n    print(\"Hello World\")\n    #bpy.types.VIEW3D_MT_editor_menus.append(addmenu_callback)  \n    for cls in classes:\n        bpy.utils.register_class(cls)\n\ndef unregister():\n    print(\"Goodbye World\")\n    #bpy.types.VIEW3D_MT_editor_menus.remove(addmenu_callback) \n    for cls in classes:\n        bpy.utils.unregister_class(cls)\n\n# This allows you to run the script directly from Blender's Text editor\n# to test the add-on without having to install it.\nif __name__ == \"__main__\":\n    register()\n ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightnet%2Fb280py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightnet%2Fb280py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightnet%2Fb280py/lists"}