-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetadata_source.json
40 lines (39 loc) · 1.6 KB
/
metadata_source.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Archive 3D Models",
"description": "copies 3D models to the project local subfolder",
"description_full": "Copies footprint models to the project local subfolder and remaps all the links within the used footprints.\n !!! Warning! If you update the footprint the link between the footprint and 3D model will be reset. You'll need to re-run the plugin in order to remap the links. You can make the layout file completely independent if you also export the footprints to project local librarary via menu File/Export/Footprints to new library and update the footprint to refer to new library.",
"identifier": "com.github.MitjaNemec.Archive3DModels",
"type": "plugin",
"author": {
"name": "Mitja Nemec",
"contact": {
"github": "https://github.com/MitjaNemec"
}
},
"license": "GPL-2.0",
"resources": {
"homepage": "https://github.com/MitjaNemec/Archive3DModels"
},
"tags": [
"pcbnew",
"models"
],
"versions": [
{
"version": "VERSION",
"status": "stable",
"kicad_version": "6.0",
"kicad_version_max": "8.1",
"download_url": "https://github.com/MitjaNemec/Archive3DModels/releases/download/VERSION/Archive3DModels-VERSION-pcm.zip",
"download_sha256": "SHA256",
"download_size": DOWNLOAD_SIZE,
"install_size": INSTALL_SIZE,
"platforms": [
"linux",
"macos",
"windows"
]
}
]
}