tornavis/source/blender/editors/object
Nicholas Bishop f751d0f6ae Replace hardcoded DMGridData structure with CCGElem/CCGKey.
* Changes to DerivedMesh interface: DMGridData has been removed,
  getGridData() now returns an array of CCGElem pointers. Also added
  getGridKey() to initialize a CCGKey (implemented only by
  CCGDerivedMesh.)

* PBVH: added BLI_pbvh_get_grid_key().

* A lot of code is affected, but mainly is just replacing
  DMGridData.co, DMGridData.no, and sizeof(DMGridData) with the
  CCG_*_elem functions, removing the reliance on grid elements of
  exactly six floats.
2012-05-10 20:33:09 +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 Style cleanup: displist module 2012-05-07 06:58:03 +00:00
object_bake.c Replace hardcoded DMGridData structure with CCGElem/CCGKey. 2012-05-10 20:33:09 +00:00
object_constraint.c copy constraints to object/bones had same name (made operator search confusing) 2012-05-09 08:29:37 +00:00
object_edit.c style cleanup: whitespace/operators 2012-05-09 09:24: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 Bugfixes for Motion Path drawing/updating in light of the recent changes: 2012-05-06 04:18:13 +00:00
object_lattice.c code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
object_modifier.c Refactor of modifiers' apply function: now use a single bit-flag parameter to pass options, instead of having one parameter per boolean flag (i.e. replaces current useRenderParams and isFinalCalc by a single ModifierApplyFlag flag. ModifierApplyFlag is an enum defined in BKE_modifier.h). This way we won't anymore have to edit all modifier files when e.g. adding a new control flag! 2012-05-09 15:00:26 +00:00
object_ops.c Bugfixes for Motion Path drawing/updating in light of the recent changes: 2012-05-06 04:18:13 +00:00
object_relations.c Style cleanup: displist module 2012-05-07 06:58:03 +00:00
object_select.c code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a string. 2012-05-05 17:00:11 +00:00
object_shapekey.c Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip. 2012-05-05 17:10:51 +00:00
object_transform.c Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly used term in Blender 2012-05-07 06:38:41 +00:00
object_vgroup.c Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip. 2012-05-05 17:10:51 +00:00