diff options
author | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2019-06-28 23:42:26 +0300 |
---|---|---|
committer | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2019-06-28 23:42:26 +0300 |
commit | 7c11a1b162f9f1ac5ad8b8e2a879a200b22603d0 (patch) | |
tree | 36bb2d3bdfa58727b0279681ab4fb1d3d27f35b0 /modules/opensimplex/icons | |
parent | 6e03236574467d6a0c3aca1b0375da59423b0083 (diff) |
Add support for creating editor icons per module
The functionality is similar to how `doc_classes` are retrieved per module.
The build system will search for custom icons path defined per module via
`get_icons_path()` method in `config.py` or default icons path.
If such paths don't exist, only the editor's own icons will be built.
Most module icons were moved from editor/icons to respective modules.
Diffstat (limited to 'modules/opensimplex/icons')
-rw-r--r-- | modules/opensimplex/icons/icon_noise_texture.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/opensimplex/icons/icon_noise_texture.svg b/modules/opensimplex/icons/icon_noise_texture.svg new file mode 100644 index 0000000000..5908c2b2d4 --- /dev/null +++ b/modules/opensimplex/icons/icon_noise_texture.svg @@ -0,0 +1,3 @@ +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> +<path d="m2 1c-0.55228 0-1 0.44772-1 1v12c0 0.55228 0.44772 1 1 1h12c0.55228 0 1-0.44772 1-1v-12c0-0.55228-0.44772-1-1-1zm1 2h10v8h-10zm3 1v2h2v-2zm2 2v2h2v2h2v-6h-2v2zm0 2h-2v-2h-2v4h4z" fill="#e0e0e0" fill-opacity=".99608"/> +</svg> |