more meta data and some fixes

This commit is contained in:
Mario Voigt 2021-10-13 18:12:26 +02:00
parent a5aebaa141
commit 05a8e5a607
9 changed files with 142 additions and 3 deletions

View File

@ -0,0 +1,20 @@
[
{
"name": "Affine Spirals",
"id": "fablabchemnitz.de.affine_spirals",
"path": "affine_spirals",
"original_name": "Affine Torus 0.0",
"original_id": "githubacct.uniqueid.affine_torus",
"license": "MIT License",
"license_url": "https://github.com/macbuse/Affine-spirals/blob/master/LICENSE",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/affine_spirals",
"fork_url": "https://github.com/macbuse/Affine-spirals",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Affine+Spirals",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/macbuse",
"github.com/vmario89"
]
}
]

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""
Mainly written by Andras Prim github_at_primandras.hu

View File

@ -0,0 +1,20 @@
[
{
"name": "AI compatible EPS output",
"id": "fablabchemnitz.de.ai_compatible_eps_output",
"path": "ai_compatible_eps_output",
"original_name": "AI compatible EPS output",
"original_id": "org.inkscape.output.ai_eps",
"license": "MIT License",
"license_url": "https://github.com/tzunghaor/inkscape-eps-export/blob/master/aieps_output.py",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/ai_compatible_eps_output",
"fork_url": "https://github.com/tzunghaor/inkscape-eps-export",
"documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=55018922&searchId=UF0RDT9E0",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/tzunghaor",
"github.com/vmario89"
]
}
]

View File

@ -0,0 +1,19 @@
[
{
"name": "Animate Order",
"id": "fablabchemnitz.de.animate_order",
"path": "animate_order",
"original_name": "Animate Order",
"original_id": "fablabchemnitz.de.animate_order",
"license": "GNU GPL v3",
"license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE",
"comment": "Written by Mario Voigt",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/animate_order",
"fork_url": null,
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Animate+Order",
"inkscape_gallery_url": "https://inkscape.org/~MarioVoigt/%E2%98%85animate-order",
"main_authors": [
"github.com/vmario89"
]
}
]

View File

@ -0,0 +1,20 @@
[
{
"name": "Another Perspective",
"id": "fablabchemnitz.de.another_perspective",
"path": "another_perspective",
"original_name": "AnotherPerspective",
"original_id": "macrico.anotherperspective",
"license": "GNU GPL v3",
"license_url": "https://github.com/CorentinBrule/inkscape_another_perspective_extension/blob/master/anotherperspective.py",
"comment": "ported to Inkscape v1 by Mario Voigt",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/another_perspective",
"fork_url": "https://github.com/CorentinBrule/inkscape_another_perspective_extension",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Another+Perspective",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/CorentinBrule",
"github.com/vmario89"
]
}
]

View File

@ -0,0 +1,20 @@
[
{
"name": "Apollonian Gasket",
"id": "fablabchemnitz.de.apollonian_gasket",
"path": "apollonian_gasket",
"original_name": "Apollonian Gasket 0.0",
"original_id": "githubacct.uniqueid.apollonian",
"license": "MIT License",
"license_url": "https://github.com/macbuse/Apollonian/blob/master/License.md",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/apollonian_gasket",
"fork_url": "https://github.com/macbuse/Apollonian",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Apollonian+Gasket",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/macbuse",
"github.com/vmario89"
]
}
]

View File

@ -190,11 +190,11 @@ class ApplyTransformations(inkex.EffectExtension):
elif element.tag in [inkex.addNS('rect', 'svg'),
inkex.addNS('text', 'svg'),
inkex.addNS('image', 'svg')]:
node.attrib['transform'] = str(transf)
inkex.utils.errormsg(
"Shape %s (%s) not yet supported, try Object to path first"
"Shape %s (%s) not yet supported. Not all transforms will be applied. Try Object to path first"
% (element.TAG, element.get("id"))
)
else:
# e.g. <g style="...">
self.scaleStrokeWidth(element, transf)

View File

@ -0,0 +1,20 @@
[
{
"name": "Apply Transformations",
"id": "fablabchemnitz.de.apply_transformations",
"path": "apply_transformations",
"original_name": "Apply Transform",
"original_id": "com.klowner.filter.apply_transform",
"license": "GNU GPL v2",
"license_url": "https://github.com/Klowner/inkscape-applytransforms/blob/master/LICENSE.txt",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/apply_transformations",
"fork_url": "https://github.com/Klowner/inkscape-applytransforms",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Apply+Transformations",
"inkscape_gallery_url": null,
"main_authors": [
"github.com/Klowner",
"github.com/vmario89"
]
}
]

View File

@ -0,0 +1,20 @@
[
{
"name": "Archimedes Spiral",
"id": "fablabchemnitz.de.archimedes_spiral",
"path": "archimedes_spiral",
"original_name": "speira",
"original_id": "org.ekips.filter.s2",
"license": "GNU GPL v2",
"license_url": "https://inkscape.org/de/~panos/%E2%98%85speira?c=16537",
"comment": "",
"source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/archimedes_spiral",
"fork_url": "https://inkscape.org/de/~panos/%E2%98%85speira?c=16537",
"documentation_url": "https://stadtfabrikanten.org/display/IFM/Archimedes+Spiral",
"inkscape_gallery_url": null,
"main_authors": [
"inkscape.org/panos",
"github.com/vmario89"
]
}
]