From f513c9010ed411919bec4fbef9571c8dc9d7ae97 Mon Sep 17 00:00:00 2001 From: indigo Date: Fri, 20 Mar 2026 03:01:03 +0800 Subject: [PATCH] docs: update README with resources directory and node icon --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ccaf87..b37ca46 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,10 @@ MediaPlane/ │ ├── FFmpegVideoDecoder.cpp # FFmpeg decoder implementation │ ├── FrameCache.h # Frame cache header │ ├── FrameCache.cpp # Frame cache implementation -│ └── MediaPlane.mod # Maya module file +│ ├── MediaPlane.mod # Maya module file +│ └── resources/ +│ └── icons/ +│ └── out_MediaPlane.svg # Node icon ├── test/ │ ├── test_plugin.py # Python test script │ ├── test_maya_plugin.cpp # C++ test code