bcbbc66795
Cleanup: unused headers
2014-11-28 15:52:30 +01:00
7d4c89e6da
Correct recent refactor (use generic callback)
2014-11-06 11:47:08 +01:00
d57ce42dfa
BMesh: arg reorder
2014-11-03 08:30:54 +01:00
617557b08e
Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define
2014-04-01 15:22:28 +11:00
a91247c2b4
Code cleanup: unreachable break/return
2014-03-19 12:47:09 +11:00
57dba73917
View3d: take pixelsize into account for selection distance
2014-03-11 15:34:19 +11:00
13870d5177
Fix T38655: Face path select fails with edge/vert select enabled too
2014-02-18 08:31:08 +11:00
6cba2b8d73
move bmesh tools into their own include,
...
changes to tool args would rebuild far too many files and these are mainly by modifiers outside of bmesh.
2013-08-23 04:22:07 +00:00
bfd0ceb4e0
fix own error with updating edge tagging (seams didnt work)
2013-06-24 05:26:42 +00:00
69d1e8187c
make behavior for edge tagging more predictable.
...
last-picked edge is always selected+active.
2013-06-24 05:24:27 +00:00
781184562b
add api calls for BM_mesh_active_vert/edge_get.
...
inspecting the edit-selection inline was cumbersome.
2013-06-24 04:51:56 +00:00
c21f7116c0
correct error getting the selection from recent change.
2013-06-04 05:03:36 +00:00
48fd740096
edit-mesh improvements to select shortest path
...
- Ctrl+RMB only worked for edges & faces
- Menu item 'Select Shortest Path' only worked for vertices.
Now Ctrl+RMB works for vertices and the menu item works for verts/edges/faces (depending on the current selection).
2013-06-04 01:23:51 +00:00