7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-06 00:25:21 +00:00
kicad/3d-viewer
Seth Hillbrand 77797103f7 Add ability to embed files in various elements
Schematics, symbols, boards and footprints all get the ability to store
files inside their file structures.  File lookups now have a
kicad-embed:// URI to allow various parts of KiCad to refer to files
stored in this manner.

kicad-embed://datasheet.pdf references the file named "datasheet.pdf"
embedded in the document.  Embeds are allowed in schematics, boards,
symbols and footprints.  Currently supported embeddings are Datasheets,
3D Models and drawingsheets

Fixes https://gitlab.com/kicad/code/kicad/-/issues/6918

Fixes https://gitlab.com/kicad/code/kicad/-/issues/2376

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17827
2024-07-15 16:06:55 -07:00
..
3d_cache Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
3d_canvas Fix some copy-pasta 2024-07-09 09:35:55 -07:00
3d_model_viewer Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
3d_navlib Introduce action friendly names 2023-10-27 23:58:29 +01:00
3d_rendering Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
3d_viewer Must do a two-step default for legacy colours. 2024-06-29 22:00:14 +01:00
common_ogl Support transparent background in 3D viewer PNG/clipboard export. 2024-02-29 17:11:53 +03:00
dialogs Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
3d_fastmath.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
3d_fastmath.h Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
3d_math.cpp Removed all exception specifiers since deprecated. 2017-06-12 13:54:55 -04:00
3d_math.h Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
3d_viewer_id.h 3d_viewer_id.h: minor fix. 2023-11-28 16:59:01 +01:00
CMakeLists.txt Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
credits.txt Fix various typos 2022-07-21 16:31:41 +00:00