-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3696e6
commit 52ba311
Showing
5 changed files
with
21 additions
and
63 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,31 +4,18 @@ id = "protein_runway" | |
version = "0.0.1" | ||
name = "Protein Runway" | ||
tagline = "Render proteins with their trajectories, segment and extract normal modes." | ||
maintainer = "TODO <[email protected]>" | ||
maintainer = "Andrew Radev <[email protected]>" | ||
|
||
type = "add-on" | ||
|
||
# # Optional: link to documentation, support, source files, etc | ||
# website = "https://extensions.blender.org/add-ons/my-example-package/" | ||
|
||
# # Optional: tag list defined by Blender and server, see: | ||
# # https://docs.blender.org/manual/en/dev/advanced/extensions/tags.html | ||
# tags = ["Animation", "Sequencer"] | ||
type = "add-on" | ||
website = "https://andrewradev.github.io/protein-runway/" | ||
tags = ["Animation", "Import-Export", "Physics"] | ||
|
||
blender_version_min = "4.2.0" | ||
# # Optional: Blender version that the extension does not support, earlier versions are supported. | ||
# # This can be omitted and defined later on the extensions platform if an issue is found. | ||
# blender_version_max = "5.1.0" | ||
|
||
# https://docs.blender.org/manual/en/dev/advanced/extensions/licenses.html | ||
license = [ | ||
"SPDX:GPL-3.0-or-later", | ||
] | ||
# # Optional: required by some licenses. | ||
# copyright = [ | ||
# "2002-2024 Developer Name", | ||
# "1998 Company Name", | ||
# ] | ||
|
||
platforms = ["windows-x64", "macos-arm64", "linux-x64", "macos-x64"] | ||
# Other supported platforms: "windows-arm64" | ||
|
@@ -92,33 +79,3 @@ wheels = [ | |
"./wheels/tqdm-4.67.1-py3-none-any.whl", | ||
"./wheels/waterdynamics-1.2.0-py3-none-any.whl", | ||
] | ||
|
||
# # Optional: add-ons can list which resources they will require: | ||
# # * files (for access of any filesystem operations) | ||
# # * network (for internet access) | ||
# # * clipboard (to read and/or write the system clipboard) | ||
# # * camera (to capture photos and videos) | ||
# # * microphone (to capture audio) | ||
# # | ||
# # If using network, remember to also check `bpy.app.online_access` | ||
# # https://docs.blender.org/manual/en/dev/advanced/extensions/addons.html#internet-access | ||
# # | ||
# # For each permission it is important to also specify the reason why it is required. | ||
# # Keep this a single short sentence without a period (.) at the end. | ||
# # For longer explanations use the documentation or detail page. | ||
# | ||
# [permissions] | ||
# network = "Need to sync motion-capture data to server" | ||
# files = "Import/export FBX from/to disk" | ||
# clipboard = "Copy and paste bone transforms" | ||
|
||
# # Optional: advanced build settings. | ||
# # https://docs.blender.org/manual/en/dev/advanced/extensions/command_line_arguments.html#command-line-args-extension-build | ||
# [build] | ||
# # These are the default build excluded patterns. | ||
# # You only need to edit them if you want different options. | ||
# paths_exclude_pattern = [ | ||
# "__pycache__/", | ||
# "/.git/", | ||
# "/*.zip", | ||
# ] |
This file contains 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
This file contains 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
This file contains 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