-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.xml
27 lines (24 loc) · 1.17 KB
/
package.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Render</name>
<description>A workbench to produce high-quality rendered images from your FreeCAD document, using open-source external rendering engines.
Designed as a modern replacement for deprecated internal Raytracing Workbench.</description>
<version>2024.12.15</version>
<date>2024-12-15</date>
<maintainer email="@howetuft">howetuft</maintainer>
<maintainer email="@yorikvanhavre">Yorik Van Havre</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/FreeCAD/FreeCAD-render</url>
<url type="bugtracker">https://github.com/FreeCAD/FreeCAD-render/issues</url>
<url type="readme">https://github.com/FreeCAD/FreeCAD-render/blob/master/README.md</url>
<icon>Render/resources/icons/Render.svg</icon>
<pythonmin>3.8</pythonmin>
<content>
<workbench>
<name>Render Workbench</name>
<subdirectory>./</subdirectory>
<icon>Render/resources/icons/Render.svg</icon>
<classname>RenderWorkbench</classname>
</workbench>
</content>
</package>