-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor BlenderUpdater into pip-installable package with UI addon #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: roman-dvorak <[email protected]>
Co-authored-by: roman-dvorak <[email protected]>
Co-authored-by: roman-dvorak <[email protected]>
Co-authored-by: roman-dvorak <[email protected]>
Co-authored-by: roman-dvorak <[email protected]>
|
@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 <[email protected]>
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 <[email protected]>
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.