Blender Git Commit Log

Git Commits -> Revision 5f8d369

Revision 5f8d369 by Habib Gahbiche (master)
November 7, 2018, 02:15 (GMT)
Multi-Objects: MBALL_OT_select_similar

Compared to previous implementation, the following has been changed:
* Threshold: is now an absolute value. This allows a comparison with e.g. radii
that are much larger than selected radius. This is also consistent with
`CURVE_OT_select_similar`

* Radius in world space is the average of the radius scaled in x, y and z
directions
* Since MetaBalls are symmetrical, rotation is only considered from 0 to ?/2.
So for example rotations of 90� and -90� are considered equal.
This is also consistent with the way `CURVE_OT_select_similar` works.

Fix/changes from committer (Dalai Felinto):
* Drawing not updating after changes. (see original patch for details).

Reviewers: dfelinto
Differential Revision: https://developer.blender.org/D3895

Commit Details:

Full Hash: 5f8d3694958a8ff8ea08d5df60155dfa5796e1fa
Parent Commit: ad3a241
Committed By: Dalai Felinto
Lines Changed: +181, -105

3 Modified Paths:

/source/blender/blenkernel/BKE_mball.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/mball.c (+23, -0) (Diff)
/source/blender/editors/metaball/mball_edit.c (+156, -105) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021