-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
22 lines (20 loc) · 1.02 KB
/
package.xml
File metadata and controls
22 lines (20 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>ImportExport_3DM</name>
<description>Import and export Rhino 3DM files in FreeCAD. Supersedes the ImportNURBS module, adding full 3DM export support alongside the existing NURBS importer.</description>
<icon>freecad/importExport3DM/Resources/icons/ImportExport_3DM.svg</icon>
<version>0.2.14</version>
<date>2026-04-30</date>
<maintainer email="keith@sloan-home.co.uk">Keith Sloan</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="Main">https://github.com/KeithSloan/ImportExport_3DM</url>
<url type="documentation">https://github.com/KeithSloan/ImportExport_3DM/wiki</url>
<url type="readme">https://github.com/KeithSloan/ImportExport_3DM/blob/Main/README.md</url>
<content>
<other>
<subdirectory>./</subdirectory>
<freecadmin>1.1</freecadmin>
<depend version_min="8.0.0">rhino3dm</depend>
</other>
</content>
</package>