tornavis/source/blender/editors/mask
Sergey Sharybin f0c724219d Internal refactoring of tracking module, should be no functional changes
- Re-arrange functions in headers and implementation file to make them
  more grouped by entity they're operating with. Also order of functions
  in implementation file should match order of functions in header for
  easier navigation.

- Rename some functions to match conventions of naming public functions.
- Some code de-duplication, still some room for improvements tho.
- Split main 2D tracking functions into smaller steps to make it more clear.

Accidentally OpenMP was disabled in some of previous commits, re-enable it.
2012-06-15 11:03:23 +00:00
..
CMakeLists.txt mask animation keys now editable in the dope sheet (duplicate, transform, delete, select- etc). 2012-06-08 14:31:38 +00:00
SConscript
mask_add.c - remove redundant NULL checks from mallocn's local linked list functions. 2012-06-08 05:46:00 +00:00
mask_draw.c tint non-active mask layers grey 2012-06-13 08:20:43 +00:00
mask_edit.c added mask tool to recalculate handles (Ctrl+N) 2012-06-13 14:09:20 +00:00
mask_editaction.c add a utility function to get an exact match for a grease pencil frame. 2012-06-08 22:07:57 +00:00
mask_intern.h added mask tool to recalculate handles (Ctrl+N) 2012-06-13 14:09:20 +00:00
mask_ops.c added mask tool to recalculate handles (Ctrl+N) 2012-06-13 14:09:20 +00:00
mask_relationships.c Internal refactoring of tracking module, should be no functional changes 2012-06-15 11:03:23 +00:00
mask_select.c A few UI messages fixes. 2012-06-04 19:43:12 +00:00
mask_shapekey.c mask mode 2012-06-06 14:38:47 +00:00