7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-06 18:55:33 +00:00
kicad/3d-viewer/3d_cache
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
..
sg Fix minor compil warnings 2024-05-11 08:07:11 +02:00
3d_cache.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
3d_cache.h Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
3d_info.h More module -> footprint. 2020-11-13 15:16:24 +00:00
3d_plugin_manager.cpp Don't try to convert non-UTF8 strings in plugin 2024-05-27 11:30:43 -07:00
3d_plugin_manager.h 3D viewer code cleaning round 4. 2020-12-16 13:19:28 -05:00
CMakeLists.txt 3D_cache/cmakelists.txt: Don't clear CMAKE_CXX_FLAGS compiler flags 2016-05-02 11:45:23 +02:00