Blender Git Commit Log

Git Commits -> Revision d5921a2

Revision d5921a2 by Martin Poirier (master)
October 30, 2009, 17:48 (GMT)
Proportional edit for object mode.

Limitations:

1) Parents and children of selected objects are excluded from the pool (siblings are ok) Making it work with that would required unparenting and reparenting after transform, that would turn nasty really quick.

2) Does not support Connected (this could be done through parent links, but see 3 first).

3) Parent relationships in affected objects aren't taken into account. When parent and children in the area of effect, remember that the children will also take the motion of the parents (with additive results). This could perhaps be fixed, but it could be nasty.


Other stuff:
New BASE_EDITABLE macro that checks if base is editable (like TESTBASELIB except it doesn't check for selection)
Add scene parameter to TESTBASELIB_BGMODE macro (using it from current scope is nasty)

Commit Details:

Full Hash: d5921a274fd925aaabcd7a29762d63e0dab390cf
SVN Revision: 24185
Parent Commit: 89c7ad9
Lines Changed: +142, -24

7 Modified Paths:

/source/blender/blenkernel/intern/multires.c (+2, -2) (Diff)
/source/blender/editors/object/object_ops.c (+7, -2) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_conversions.c (+127, -16) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021