|
|
04a902965e
|
BMesh optimize face splitting by taking loops rather then verts
- add BM_vert_pair_share_face
- add BM_loop_is_adjacent
- remove BM_verts_connect
|
2013-12-24 11:13:58 +11:00 |
|
|
|
63caaa2b12
|
Code Cleanup: rename vars for detecting change to be more consistent
rename change/is_change/is_changed/modified -> changed
also use bools over int/short/char and once accidental float.
|
2013-11-26 06:39:14 +11:00 |
|
|
|
2e0422b17f
|
add function for rotating linked list so at item is last.
|
2013-09-05 11:40:38 +00:00 |
|
|
|
bbce51d116
|
replace hashes with sets where possible.
|
2013-08-25 20:03:45 +00:00 |
|
|
|
5a9c012d86
|
fix for bug in rip tool, isolated verts would remain selected after ripping.
|
2013-08-13 01:52:36 +00:00 |
|
|
|
4982f200fa
|
move alloca define into its own header since its not related to BLI_array
|
2013-07-28 10:38:25 +00:00 |
|
|
|
a0969adb4e
|
fix for bridge tool selection flushing (after recent api change), also exposed bug in bmesh edgering-subdiv operator.
|
2013-07-27 05:57:20 +00:00 |
|
|
|
7430701600
|
correct own incorrect check bmesh edgerin subdivide, also add missing break in orthogonalize_m3 though this one wouldn't effect release builds.
|
2013-07-16 11:39:48 +00:00 |
|
|
|
4835f63be2
|
fix issue with new bridge tool interpolation [#35636]
|
2013-06-05 21:31:01 +00:00 |
|
|
|
cfd0438d3c
|
fix for crash in edgering subd when 3+ disconnected edge rings were found.
|
2013-06-02 17:02:56 +00:00 |
|
|
|
54e8cacdcf
|
improve edgering subdivide curvature calculations (calculate length projected onto the normal plane).
also correct recely added asserts.
|
2013-05-31 06:28:11 +00:00 |
|
|
|
fc7c0506b8
|
bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unused defines and correct include guards.
|
2013-05-28 16:35:47 +00:00 |
|
|
|
0ff22044cd
|
Support for bridge tool subdivisions, smoothing and shape along the profile.
also added the underlying subdivision as a standalone operator in the edge menu, named: subdivide edge-ring.
http://www.graphicall.org/ftp/ideasman42/bridge_subd.png
|
2013-05-23 06:19:04 +00:00 |
|