-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmetadata_template.json
More file actions
31 lines (31 loc) · 1.42 KB
/
metadata_template.json
File metadata and controls
31 lines (31 loc) · 1.42 KB
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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Transform It",
"description": "Batch resize, scale, mirror graphics, tracks, zones, footprints and other items in the PCB editor.",
"description_full": "Batch resize, scale, mirror graphics, tracks, zones, footprints and other items in the PCB editor.\nInspired by free transform tool in graphics editors.\nImportant notes:\n\u2022 Mirror does not change layers, it transforms in place\n\u2022 When a singular footprint is selected it's items are scaled so the footprint itself will become larger/smaller\n\u2022 When more than one item is selected footprints are not changed or rescaled, only repositioned/rotated\n\u2022 Pads are not rescaled, only repositioned/rotated\n\u2022 Rotation center is geometrical center of combined bounding box of all selected items",
"identifier": "org.openscopeproject.TransformIt",
"type": "plugin",
"author": {
"name": "qu1ck",
"contact": {
"email": "mail@qu1ck.org"
}
},
"license": "MIT",
"resources": {
"Github": "https://github.com/openscopeproject/TransformIt"
},
"tags": [
"scale",
"rotate",
"mirror",
"graphics"
],
"versions": [{
"version": "%RELEASE_VERSION_TAG",
"status": "stable",
"kicad_version": "7.0",
"platforms": ["linux", "macos", "windows"]
}
]
}