docs: update README with resources directory and node icon

This commit is contained in:
indigo 2026-03-20 03:01:03 +08:00
parent 15127115bb
commit f513c9010e
1 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,10 @@ MediaPlane/
│ ├── FFmpegVideoDecoder.cpp # FFmpeg decoder implementation │ ├── FFmpegVideoDecoder.cpp # FFmpeg decoder implementation
│ ├── FrameCache.h # Frame cache header │ ├── FrameCache.h # Frame cache header
│ ├── FrameCache.cpp # Frame cache implementation │ ├── FrameCache.cpp # Frame cache implementation
│ └── MediaPlane.mod # Maya module file │ ├── MediaPlane.mod # Maya module file
│ └── resources/
│ └── icons/
│ └── out_MediaPlane.svg # Node icon
├── test/ ├── test/
│ ├── test_plugin.py # Python test script │ ├── test_plugin.py # Python test script
│ ├── test_maya_plugin.cpp # C++ test code │ ├── test_maya_plugin.cpp # C++ test code