docs: update README with resources directory and node icon
This commit is contained in:
parent
15127115bb
commit
f513c9010e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue