├── README.md ├── lib └── win64_vc14 │ └── gmic64 │ ├── COPYING │ ├── README │ ├── libcgmicstatic.def │ └── libcgmicstatic.dll └── patch └── compositor_nodes.diff /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsawer/blender-custom-nodes/HEAD/README.md -------------------------------------------------------------------------------- /lib/win64_vc14/gmic64/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsawer/blender-custom-nodes/HEAD/lib/win64_vc14/gmic64/COPYING -------------------------------------------------------------------------------- /lib/win64_vc14/gmic64/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsawer/blender-custom-nodes/HEAD/lib/win64_vc14/gmic64/README -------------------------------------------------------------------------------- /lib/win64_vc14/gmic64/libcgmicstatic.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsawer/blender-custom-nodes/HEAD/lib/win64_vc14/gmic64/libcgmicstatic.def -------------------------------------------------------------------------------- /lib/win64_vc14/gmic64/libcgmicstatic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsawer/blender-custom-nodes/HEAD/lib/win64_vc14/gmic64/libcgmicstatic.dll -------------------------------------------------------------------------------- /patch/compositor_nodes.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsawer/blender-custom-nodes/HEAD/patch/compositor_nodes.diff --------------------------------------------------------------------------------