diff --git a/README.md b/README.md index db8648b..c8fc0fc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ This addon is a *proof of concept* demonstrating the following features: module to provide asynchronous execution of Python code in Blender. +### Browsing texture folders + +![Browsing texture folders](screenshot_folders.png) + +### Browsing textures + +![Browsing textures](screenshot_textures.png) + + Installation ------------ diff --git a/screenshot_folders.png b/screenshot_folders.png new file mode 100644 index 0000000..405d7fc Binary files /dev/null and b/screenshot_folders.png differ diff --git a/screenshot_textures.png b/screenshot_textures.png new file mode 100644 index 0000000..65ea028 Binary files /dev/null and b/screenshot_textures.png differ