Go to file
Sergey Sharybin d7983e3638 Option to overlay mask over the footage
Currently supports only two modes:
- Show alpha channel of the mask
- Multiply footage by the mask, which will give
  you final-looking combined image.

TODO: Currently rasterization happens on every
      redraw, need to cache rasterized mask
      somewhere to make redraw more realtime.
2013-10-12 14:09:05 +00:00
build_files code cleanup: use const's for vector args. 2013-10-12 02:19:37 +00:00
doc Fix broken example, reported by Codemanx on IRC, thanks. 2013-09-29 14:57:47 +00:00
extern Libmv: make sure CmakeList.txt is re-created with all needed headers on re-bundle 2013-10-09 20:21:12 +00:00
intern Fix #37002: cycles viewport render shows white on old graphics cards with no 2013-10-12 13:55:52 +00:00
release Option to overlay mask over the footage 2013-10-12 14:09:05 +00:00
source Option to overlay mask over the footage 2013-10-12 14:09:05 +00:00
CMakeLists.txt adding url for openimageio project in CMake file (OpenEXR and OpenJpeg do the same) 2013-10-11 16:48:42 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile lots of operator descriptions were incorrectly copy/pasted. 2013-09-30 05:50:41 +00:00
SConstruct OSX/scons: change again conditional for ftemplate, it can be ambigous with xcode5, cause there is still gcc and llvm-gcc symlinks to clang, so env['CXX'] is bad test then 2013-10-11 22:37:24 +00:00