Refactor BlenderUpdater into pip-installable package with UI addon#1
Draft
Copilot wants to merge 8 commits into
Draft
Refactor BlenderUpdater into pip-installable package with UI addon#1Copilot wants to merge 8 commits into
Copilot wants to merge 8 commits into
Conversation
Co-authored-by: roman-dvorak <5196729+roman-dvorak@users.noreply.github.com>
Co-authored-by: roman-dvorak <5196729+roman-dvorak@users.noreply.github.com>
Co-authored-by: roman-dvorak <5196729+roman-dvorak@users.noreply.github.com>
Co-authored-by: roman-dvorak <5196729+roman-dvorak@users.noreply.github.com>
Co-authored-by: roman-dvorak <5196729+roman-dvorak@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor mesh model updater into separate Python module
Refactor BlenderUpdater into pip-installable package with UI addon
Nov 12, 2025
Member
|
@copilot neuměl bys tam vytvořit i nějaký example, kde by byly nějaké mesh modely a k tomu by byl konfiguračni soubor a základní blender projekt? Také bych chtěl, aby existovalo nějaké actions, které z toho addonu vytvoří zip. |
Co-authored-by: roman-dvorak <5196729+roman-dvorak@users.noreply.github.com>
Author
Přidáno v commitu 076fa8d: 1. Example projekt ✅
2. GitHub Actions pro addon zip ✅
Uživatelé teď můžou stáhnout hotový |
Co-authored-by: roman-dvorak <5196729+roman-dvorak@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Transforms monolithic script into modular Python package with dual interfaces (UI and CLI) while maintaining backward compatibility.
Changes
Package Structure (
blender_updater/)pip install .or from GitHubBlender Addon (
blender_addon/)Example Project (
example_project/)GitHub Actions Workflows (
.github/workflows/)blender_updater_addon-{version}.zipto GitHub ReleasesBuild Tools
Backward Compatibility
Usage
UI (new):
CLI (new):
pip install . blender file.blend --python -m blender_updater -- --config config.jsonLegacy (maintained):
Architecture
Config format unchanged - works across all interfaces:
{ "parts": [{"name": "./parts/part.stl"}], "paths": ["./parts/*.stl"] }Documentation
Distribution
Security: CodeQL scan clean (0 alerts)
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.