blender/source/blender
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
..
avi use 'greater/less then or equal to' operators rather then adding 1. 2013-08-11 05:40:35 +00:00
blenfont Mingw Compiling Fix - Conversion from int to unsigned char... 2013-09-01 05:36:29 +00:00
blenkernel code cleanup: use const's for vector args. 2013-10-12 02:19:37 +00:00
blenlib Task scheduler ported form CYcles to C 2013-10-12 14:08:59 +00:00
blenloader * Code cleanup, comments in readfile.c. 2013-10-08 17:15:49 +00:00
bmesh code cleanup: use const's for static arrays 2013-10-10 20:22:17 +00:00
collada Changed some labels from Second Life to OpenSim 2013-10-03 14:24:54 +00:00
compositor code cleanup: use const's for static arrays 2013-10-10 20:22:17 +00:00
datatoc code cleanup: headers - doxy comments. 2013-09-12 03:02:50 +00:00
editors Option to overlay mask over the footage 2013-10-12 14:09:05 +00:00
freestyle more fixes relating to [#36878], freestyle was only checking for NULL linestyles in some places. 2013-09-30 09:28:43 +00:00
gpu remove assert for poly_find_ear(), added recently but its incorrect, also minor style edits. 2013-10-01 03:56:02 +00:00
ikplugin IK plugin range check was wrong, could do out of bounds reads. 2013-06-27 19:52:50 +00:00
imbuf code cleanup: use const's for vector args. 2013-10-12 02:19:37 +00:00
makesdna Option to overlay mask over the footage 2013-10-12 14:09:05 +00:00
makesrna Option to overlay mask over the footage 2013-10-12 14:09:05 +00:00
modifiers correct include guards and add checks in check_style_c.py for them. 2013-09-19 23:17:52 +00:00
nodes Fix related to [#36926] 'scale' Node doesn't work properly. 2013-10-04 12:11:10 +00:00
python code cleanup: use const's for vector args. 2013-10-12 02:19:37 +00:00
quicktime style cleanup: whitespace & odd indentation 2013-09-21 10:46:58 +00:00
render Task scheduler ported form CYcles to C 2013-10-12 14:08:59 +00:00
windowmanager style cleanup 2013-10-09 21:19:25 +00:00
CMakeLists.txt Fix build scripts related to PSD support. Both CMake and SCons builds were broken. 2013-10-11 23:14:01 +00:00
SConscript scons file for OIIO (needed for psd) 2013-10-11 16:38:31 +00:00