tornavis/source/blender/editors/object
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 svn merge ^/trunk/blender -r41226:41227 . 2011-10-24 12:43:08 +00:00
SConscript Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications. 2012-04-24 12:57:58 +00:00
object_add.c Bugfix for [#31829] Add lamp icons missing. Patch by Philipp Oeser. 2012-06-14 13:54:55 +00:00
object_bake.c Fix #31500: Displacement Baking from Multires doesn't work 2012-05-22 07:06:48 +00:00
object_constraint.c Internal refactoring of tracking module, should be no functional changes 2012-06-15 11:03:23 +00:00
object_edit.c Interface: 2012-06-14 14:02:15 +00:00
object_group.c Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip. 2012-05-05 17:10:51 +00:00
object_hook.c code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
object_intern.h Add operator to extract armature and vertex groups from skin. 2012-05-22 15:29:57 +00:00
object_lattice.c style cleanup 2012-06-05 21:54:21 +00:00
object_modifier.c Fix #31743: Applying Smooth modifier to a curve crashes Blender 2012-06-08 08:17:34 +00:00
object_ops.c mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and myself. 2012-06-04 16:42:58 +00:00
object_relations.c OBJECT_OT_drop_named_material -- missing notifier for material panel UI update 2012-06-09 21:43:22 +00:00
object_select.c Fix #31752: Select All By Layer seems not to work when object belongs to several layers 2012-06-08 15:14:45 +00:00
object_shapekey.c code cleanup: defines with braces - end with '(void)0' so callers must end with ';' like normal function. 2012-05-27 12:21:13 +00:00
object_transform.c Fix memory leak when trying to apply transformations to shared meshes 2012-05-20 11:06:46 +00:00
object_vgroup.c previous commit didnt build - add back enum and note that its a copy because of linking error 2012-05-26 00:41:11 +00:00