blender/source/blender/makesdna
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
..
intern Lock-free memory allocator 2013-10-10 11:58:01 +00:00
CMakeLists.txt Another big patch set by Bastien Montagne, thanks a lot! 2012-12-20 07:57:26 +00:00
DNA_action_types.h Bugfix [#35643] Animated textures are invisible in Graph Editor if it is not 2013-06-10 04:39:05 +00:00
DNA_actuator_types.h BGE: The Action Actuator can now make use of additive blending. 2013-08-14 23:32:00 +00:00
DNA_anim_types.h code cleanup: typos 2013-05-26 12:02:29 +00:00
DNA_armature_types.h replace strcat with BLI_strcpy_rlen in draw_selected_name(), view3d function. 2013-06-16 09:14:24 +00:00
DNA_boid_types.h style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
DNA_brush_types.h Allow hiding separate hiding of overlays on stroke. 2013-04-23 00:32:51 +00:00
DNA_camera_types.h incorrect spelling in comments 2012-09-26 20:05:38 +00:00
DNA_cloth_types.h style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
DNA_color_types.h Film response curves implemented as a looks 2013-09-09 09:48:26 +00:00
DNA_constraint_types.h shrink-wrap constraint, improve and remove some limitations. 2013-09-07 12:59:16 +00:00
DNA_controller_types.h code cleanup: clarify comment about virtial-modifiers, also add comments to DNA headers when its not so obvious what their purpose is. 2013-03-02 07:27:19 +00:00
DNA_curve_types.h Partial revert of recenr cu->disp merge commit 2013-08-21 07:40:19 +00:00
DNA_customdata_types.h Change the enum for CustomDataMask bits back to #defines. 2013-09-12 20:43:29 +00:00
DNA_defs.h move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
DNA_documentation.h style cleanup: comment blocks 2012-03-09 18:28:30 +00:00
DNA_dynamicpaint_types.h Dynamic Paint: Added a new "smoothness" parameter for waves. 2013-08-03 09:46:38 +00:00
DNA_effect_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_fileglobal_types.h style cleanup - spelling corrections & update some incorrect comments. 2012-03-03 11:45:08 +00:00
DNA_freestyle_types.h code cleanup: headers - doxy comments. 2013-09-12 03:02:50 +00:00
DNA_genfile.h New feature: 2013-03-17 14:38:58 +00:00
DNA_gpencil_types.h fix for DNA alignment on 32 and 64bit systems. 2012-11-12 09:27:39 +00:00
DNA_group_types.h code cleanup: clarify comment about virtial-modifiers, also add comments to DNA headers when its not so obvious what their purpose is. 2013-03-02 07:27:19 +00:00
DNA_ID.h change CHECK_TYPE_INLINE macro not to add the pointer in the macro. 2013-08-17 04:48:34 +00:00
DNA_image_types.h Fix #36408: Setting image.colorspace_settings.name changes saved alpha 2013-08-12 07:47:44 +00:00
DNA_ipo_types.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
DNA_key_types.h Optimization and threading fix for shapekeys weights calculation 2013-08-19 10:36:39 +00:00
DNA_lamp_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_lattice_types.h Make lattice deform safe for threading 2013-08-19 10:11:48 +00:00
DNA_linestyle_types.h code cleanup: headers - doxy comments. 2013-09-12 03:02:50 +00:00
DNA_listBase.h patch [#34103] - listbase.patch, insertlinkbefore.patch 2013-02-22 14:12:55 +00:00
DNA_mask_types.h Option to overlay mask over the footage 2013-10-12 14:09:05 +00:00
DNA_material_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_mesh_types.h Mark Mesh->tface as DNA_DEPRECATED 2013-09-20 13:22:45 +00:00
DNA_meshdata_types.h Cleanup (mostly #defines -> enums, and bitflags using bitshift operator!). 2013-09-05 18:12:37 +00:00
DNA_meta_types.h Remove unused bounding box from MetaBall 2013-08-19 09:41:13 +00:00
DNA_modifier_types.h Cleanup! 2013-09-01 21:49:35 +00:00
DNA_movieclip_types.h Clip editor prefetch changes 2013-04-04 09:50:38 +00:00
DNA_nla_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_node_types.h Made node socket flags into enum. 2013-10-10 13:09:00 +00:00
DNA_object_fluidsim.h Add a gui control for setting omp threads in fluids 2013-04-10 18:35:18 +00:00
DNA_object_force.h comment quick cache RNA and quiet compiler werning. 2012-10-23 15:07:09 +00:00
DNA_object_types.h fix error where BKE_mesh_cd_validate layer renaming would use invalid index values. from r60260 2013-09-25 11:11:41 +00:00
DNA_outliner_types.h fix for [#36260] 2,300 Objects Makes Blender Unresponsive 2013-08-03 11:35:09 +00:00
DNA_packedFile_types.h style cleanup 2012-10-28 15:23:16 +00:00
DNA_particle_types.h Make lattice deform safe for threading 2013-08-19 10:11:48 +00:00
DNA_property_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_rigidbody_types.h rigidbody: Revert to running simulation on frame update 2013-03-03 06:09:48 +00:00
DNA_scene_types.h Derivative map baker 2013-10-09 15:51:14 +00:00
DNA_screen_types.h minor ui edits 2013-08-30 11:49:35 +00:00
DNA_sdna_types.h incorrect spelling in comments 2012-09-26 20:05:38 +00:00
DNA_sensor_types.h BGE: Removing the touch sensor and converting all touch sensors to collision sensors. 2013-09-04 22:14:14 +00:00
DNA_sequence_types.h Mask modifier for sequences 2013-05-08 14:20:57 +00:00
DNA_smoke_types.h Smoke simulator: Add flow subframes and ability to set custom particle size. 2013-05-17 17:45:37 +00:00
DNA_sound_types.h remove unused headers and NULL check 2013-07-31 21:34:25 +00:00
DNA_space_types.h Option to overlay mask over the footage 2013-10-12 14:09:05 +00:00
DNA_speaker_types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
DNA_text_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
DNA_texture_types.h Fix cycles issue with mapping node rotation and scale order. When using both 2013-09-25 20:28:49 +00:00
DNA_tracking_types.h minor style clanup and use more meaningful name for 3DCONNEXION source code. 2013-09-14 12:04:10 +00:00
DNA_userdef_types.h Expose theme color of shadow UVs (These include UVs that are drawn in 2013-09-05 15:09:10 +00:00
DNA_vec_types.h svn merge ^/trunk/blender -r44189:44204 2012-02-17 20:56:25 +00:00
DNA_vfont_types.h code cleanup: clarify comment about virtial-modifiers, also add comments to DNA headers when its not so obvious what their purpose is. 2013-03-02 07:27:19 +00:00
DNA_view2d_types.h Region scrollbar fix! 2012-12-26 13:05:39 +00:00
DNA_view3d_types.h hidden wireframe option for mesh editmode, important for retopology mode (can be used with xray). 2013-07-20 03:51:49 +00:00
DNA_windowmanager_types.h fix [#36444] view3d.viewnumpad operator should not animate 2013-09-16 04:04:44 +00:00
DNA_world_types.h code cleanup: comment/remove unused defines 2013-05-28 01:15:59 +00:00
SConscript code cleanup: split scons includes onto multiple lines, reduce chance of include conflicts later on. 2013-05-20 18:42:28 +00:00