forked from KiCad/kicad-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'klc_update_3d_model_rules' into 'master'
Update 3d Model Contribution Guidelines Closes KiCad#435 See merge request kicad/services/kicad-website!502
- Loading branch information
Showing
8 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
+++ | ||
brief = "Models should be created by contributor" | ||
brief = "The contributor must own the rights to share the 3D model" | ||
+++ | ||
|
||
Users should only submit models they have created themselves, either manually designed or via parametric scripting tools. | ||
The goal of the KiCad 3d model library is to provide a free open library of 3d models. This requires certain restrictions regarding contributions with respect to their legal status. | ||
|
||
Contributing model data designed by a third party complicates licensing issues and should be avoided. | ||
* Users must only submit models for which they own the rights allowing relicensing under the KiCad library licence. | ||
* In most cases this means they have created the model themselves, either manually designed in a parametric modeling software or via scripting tools. | ||
* Contributing model data designed by a third party complicates licensing issues and is to be avoided. This includes files downloaded from a manufacturers website. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
+++ | ||
brief = "Manufacturer models should not be duplicated" | ||
brief = "Withdrawn" | ||
+++ | ||
|
||
If a manufacturer provides 3D model data for download from its website, these models should not be duplicated in the KiCad library. | ||
|
||
A link to the manufacturer model files may be added to the `README.md` file within the 3D model directory. | ||
|
||
**Exception:** | ||
|
||
If 3D model data provided by a manufacturer is of low quality or not available for public download, then these data may be added if the following criteria are met: | ||
|
||
* The contributor is the creator of the model data | ||
* The contributed files provide some advantage over the data supplied by the manufacturer | ||
This rule was withdrawn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
+++ | ||
brief = "Source files for 3D models should be supplied" | ||
brief = "Source files for 3D models must be supplied" | ||
+++ | ||
|
||
The KiCad library maintains a repository for 3D source files at link:https://github.com/kicad/kicad-packages3d-source[https://github.com/kicad/kicad-packages3d-source]. | ||
|
||
The _source files_ used to generate 3D model data should be submitted to this repository when a user contributes 3D model data. | ||
The _source files_ used to generate 3D model data must be submitted to this repository when a user contributes 3D model data. | ||
|
||
Source files include file generator scripts, or native model files from source software (e.g. FreeCAD). | ||
* Source files of 3d models are the native files generated by the 3d modeling software (Example: fcstd for Freecad). | ||
The source repository directory structure mirrors that of the kicad-packages-3d repository. | ||
* Source files alternatively are any generator scripts. | ||
** However scripts found in link:https://github.com/easyw/kicad-3d-models-in-freecad[https://github.com/easyw/kicad-3d-models-in-freecad] do not need to be added to the source repo. | ||
* The source repository directory structure mirrors that of the kicad-packages-3d repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
+++ | ||
brief = "Permitted 3D model file types" | ||
brief = "3D models must be supplied in both 'step' and 'wrl' formats" | ||
+++ | ||
|
||
The KiCad 3D model library supports two file formats: | ||
Any 3D model contribution to the KiCad library must be made in both step and wrl format. | ||
|
||
**WRL** | ||
|
||
* WRL files contain material properties and are used for realistic rendering. However they cannot be exported to MCAD packages. | ||
* KiCad v4.x and lower can only render WRL files | ||
**STEP** | ||
|
||
* STEP files are used for integration with MCAD software packages. These files do not contain material properties and cannot be used for realistic rendering. | ||
* KiCad v5.x and above can render STEP files directly in the 3D viewer | ||
Only models provided in these file formats will be accepted. | ||
|
||
It is suggested that a .WRL and .STEP version of the model are provided simultaneously. This provides options for both high quality rendering and MCAD integration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+++ | ||
brief = "Freecad is the preferred design tool" | ||
+++ | ||
|
||
The goal of the KiCad 3d model library is to provide a free open library of 3d models. The use of open source design tools is preferred for this very reason. | ||
|
||
Freecad is chosen as the preferred tool to be used. Especially in combination with the kicad-stepup extension. | ||
|
||
Good alternatives are open scripting options like OpenSCAD or CadQuery. For the latter consider contributing to link:https://github.com/easyw/kicad-3d-models-in-freecad[https://github.com/easyw/kicad-3d-models-in-freecad] | ||
|
||
Files created in closed source tools are permitted. If a certain model is available designed in both an open and closed tool then the one from the open tool is preferred and will replace the other one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters