|
|
c68ae745b6
|
interpolate verts as well as loops for inset.
- add vertex option to BM_face_interp_from_face, also expose via python.
|
2013-04-10 23:25:44 +00:00 |
|
|
|
b1ac23c5bd
|
Mesh Tool,
inset interpolation now works for 'inset_region', enabled by default.
Example:
http://www.graphicall.org/ftp/ideasman42/inset_interpolation_new.png
|
2013-04-07 11:41:37 +00:00 |
|
|
|
b27854bd47
|
use booleans for bmesh api.
|
2013-01-14 16:42:43 +00:00 |
|
|
|
6e90903baf
|
- add BM_data_interp_from_edges() function (matches BM_data_interp_from_verts).
- bridge-merged now merges edge customdata and flags for verts and edges.
|
2012-08-23 05:19:40 +00:00 |
|
|
|
1d743d11dc
|
bmesh - python api
- bm.*.layers.*.verify()
- bm.*.layers.*.is_singleton
- bm.*.layers.*.copy_from(other)
also added api functons
- BM_data_layer_copy(...)
- CustomData_layertype_is_singleton(type)
|
2012-04-30 18:54:14 +00:00 |
|
|
|
2a7f1af61e
|
Code Cleanup:
- apply some rules for function naming conventions, added to main bmesh doc in bmesh.h.
- remove unused function BM_loops_to_corners().
|
2012-02-28 19:10:53 +00:00 |
|
|
|
d1d11bbe9b
|
more header re-arranging.
Some function comments were in headers, some in the C files, some in both.
Moved function comments from headers into the C files.
|
2012-02-28 18:28:30 +00:00 |
|
|
|
df0f0c63d3
|
bmesh: re-arrange headers
|
2012-02-28 16:47:12 +00:00 |
|