2012-12-31 |
Campbell Barton | rename BM_edge_calc_squared_length -> BM_edge_calc_leng... |
tree | commitdiff |
2012-12-31 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-12-30 |
Nicholas Bishop | Add symmetrize operator for dynamic-topology sculpt... |
tree | commitdiff |
2012-12-30 |
Nicholas Bishop | Add BMLog for efficiently storing changes to vertices... |
tree | commitdiff |
2012-12-30 |
Nicholas Bishop | Add BM_edge_calc_squared_length() query function |
tree | commitdiff |
2012-12-28 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-12-28 |
Campbell Barton | fix [#33677] Lambda is un-settable for mesh.vertices_sm... |
tree | commitdiff |
2012-12-28 |
Howard Trickey | Add 'vertex_only' option to bevel tool. |
tree | commitdiff |
2012-12-27 |
Campbell Barton | fix [#33651] Spin tool destroys unselected loose vertex |
tree | commitdiff |
2012-12-24 |
Campbell Barton | code cleanup: don't alloca zero size and remove paranoi... |
tree | commitdiff |
2012-12-23 |
Campbell Barton | code cleanup |
tree | commitdiff |
2012-12-22 |
Campbell Barton | correct own error in openmp use for BM_mesh_elem_index_... |
tree | commitdiff |
2012-12-21 |
Campbell Barton | minor bmesh improvements |
tree | commitdiff |
2012-12-21 |
Campbell Barton | fix own error in bmesh/openmp unhiding, set BM_OMP_LIMI... |
tree | commitdiff |
2012-12-19 |
Campbell Barton | use BM_face_create() over BM_face_create_ngon() in... |
tree | commitdiff |
2012-12-19 |
Campbell Barton | bmesh optimization: use BM_face_create() rather then... |
tree | commitdiff |
2012-12-19 |
Campbell Barton | fix [#33606] Adding the Decimate modifier will crash... |
tree | commitdiff |
2012-12-18 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-12-18 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-12-17 |
Bastien Montagne | Added GPL header to sconscripts! |
tree | commitdiff |
2012-12-16 |
Campbell Barton | fix own error [#33529] Bevel on a certain edgeloop... |
tree | commitdiff |
2012-12-14 |
Campbell Barton | code cleanup and move alternate shell calculation metho... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | move edge split into its own function which can be... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | use header only tags for edge split (to prepare to... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | add threshold for bmesh & openmp so its not used with... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | use openmp to thread some common bmesh operations |
tree | commitdiff |
2012-12-12 |
Campbell Barton | replace BLI_array_declare with BLI_array_staticdeclare... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | replace BLI_array_fixedstack_declare with() new macro... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | minor speedup - replace use of smallhash with api_flags... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | own cleanup commit in bmesh branch - removed last lette... |
tree | commitdiff |
2012-12-08 |
Campbell Barton | bmesh toolflags would use BLI_MEMPOOL_SYSMALLOC when... |
tree | commitdiff |
2012-12-08 |
Campbell Barton | fix [#33438] Bevel modifier "angle" mode is broken |
tree | commitdiff |
2012-12-07 |
Howard Trickey | Bevel: fix 'causing artifacts' bug 33245. |
tree | commitdiff |
2012-12-04 |
Campbell Barton | bevel - use tri-fan filling in the special case when... |
tree | commitdiff |
2012-12-04 |
Campbell Barton | bevel: re-order checks so angle checks are done after... |
tree | commitdiff |
2012-12-03 |
Campbell Barton | revert part of r52720, Id rather leave these as-is... |
tree | commitdiff |
2012-12-03 |
Campbell Barton | fix [#33392] In-dev freeway generation addon crashes... |
tree | commitdiff |
2012-12-03 |
Campbell Barton | use const for bm_mesh_allocsize_default, bm_mesh_chunks... |
tree | commitdiff |
2012-12-03 |
Campbell Barton | bridge tool - simple optimization, break early if edge... |
tree | commitdiff |
2012-12-03 |
Campbell Barton | fix [#33391] Bridge two Edgeloops fails in simple case |
tree | commitdiff |
2012-12-03 |
Howard Trickey | Bevel: fix for bulging part of bug 33280. |
tree | commitdiff |
2012-12-02 |
Bastien Montagne | Silent a bunch of gcc warnings (usually dummy, but... |
tree | commitdiff |
2012-12-02 |
Bastien Montagne | Silent some warnings (the one in bmesh_operator.c was... |
tree | commitdiff |
2012-12-01 |
Howard Trickey | Bevel: fix crash bug 33362, when beveling one edge... |
tree | commitdiff |
2012-12-01 |
Howard Trickey | Bevel: fix spike in suzanne, bug 33354. |
tree | commitdiff |
2012-11-30 |
Campbell Barton | fix for various asserts running operator tests - not... |
tree | commitdiff |
2012-11-30 |
Campbell Barton | fix for another error in my own recent commit, beauty... |
tree | commitdiff |
2012-11-30 |
Campbell Barton | fix own mistake in recent commit - entering editmode... |
tree | commitdiff |
2012-11-29 |
Campbell Barton | remove unneeded mesh->bmesh conversion code that copied... |
tree | commitdiff |
2012-11-29 |
Campbell Barton | fix [#33029] Applying modifier leaks memory |
tree | commitdiff |
2012-11-29 |
Howard Trickey | Bevel: partial fix for distortion (bug 33280). |
tree | commitdiff |
2012-11-29 |
Campbell Barton | bmesh py api: add bmesh.update_edit_mode(), there was... |
tree | commitdiff |
2012-11-28 |
Campbell Barton | fix for minor annoyance - when extruding a circle there... |
tree | commitdiff |
2012-11-28 |
Campbell Barton | typo's and some style cleanup, also added asserts into... |
tree | commitdiff |
2012-11-28 |
Nicholas Bishop | Copy face attributes when creating new faces in BMO_sym... |
tree | commitdiff |
2012-11-28 |
Campbell Barton | fix [#33320] Decimate modifer in collapse is inconsiste... |
tree | commitdiff |
2012-11-28 |
Campbell Barton | use radians for 'spin' bmesh operator (since the rest... |
tree | commitdiff |
2012-11-28 |
Campbell Barton | bmesh operator naming - use clearer names for args... |
tree | commitdiff |
2012-11-27 |
Campbell Barton | improve docstring for BMO_op_vinitf(). |
tree | commitdiff |
2012-11-27 |
Campbell Barton | use clearer names for 'single' bmesh operator args... |
tree | commitdiff |
2012-11-27 |
Campbell Barton | py/bmesh api - add support for single item buffers... |
tree | commitdiff |
2012-11-27 |
Campbell Barton | code cleanup: bmesh operator comments, readying for... |
tree | commitdiff |
2012-11-27 |
Campbell Barton | fix for asserts added in own recent commit with more... |
tree | commitdiff |
2012-11-27 |
Howard Trickey | Bevel: better round profile code. |
tree | commitdiff |
2012-11-27 |
Campbell Barton | bmesh/py operator api: |
tree | commitdiff |
2012-11-26 |
Campbell Barton | fix/workaround [#33281] script goes into not responding |
tree | commitdiff |
2012-11-26 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-11-26 |
Campbell Barton | py/bmesh api - support for converting from/to BMO_OP_SL... |
tree | commitdiff |
2012-11-26 |
Brecht Van Lommel | Fix #33285: loop cut is not supposed to cut through... |
tree | commitdiff |
2012-11-26 |
Campbell Barton | use slightly more efficient BLI_array_fixedstack_declar... |
tree | commitdiff |
2012-11-26 |
Campbell Barton | fix for uninitialized memory use with numeric input: |
tree | commitdiff |
2012-11-26 |
Campbell Barton | use more rigid type checking for bmesh slot subtypes. |
tree | commitdiff |
2012-11-26 |
Campbell Barton | add subtypes to bmesh operators (needed for python... |
tree | commitdiff |
2012-11-26 |
Campbell Barton | code cleanup: doxy comment corrections and correct... |
tree | commitdiff |
2012-11-25 |
Howard Trickey | More fixes to parallel tests to make them less sensitiv... |
tree | commitdiff |
2012-11-23 |
Campbell Barton | skip some redundant looping in bevel code. |
tree | commitdiff |
2012-11-23 |
Campbell Barton | fix for inset getting bad UV's/VCols at face boundaries. |
tree | commitdiff |
2012-11-22 |
Campbell Barton | minor speedup for bevel, avoid calling find_bevvert... |
tree | commitdiff |
2012-11-22 |
Campbell Barton | fix own error - remove doubles slot name. |
tree | commitdiff |
2012-11-21 |
Antony Riakiotakis | Fix: Normal maps and triangulate modifier will give... |
tree | commitdiff |
2012-11-21 |
Howard Trickey | bevel: fix bug where constructed where parallel test |
tree | commitdiff |
2012-11-21 |
Campbell Barton | enable edge draw by default for new edges, |
tree | commitdiff |
2012-11-20 |
Campbell Barton | code cleanup: comment unused members of bmesh operator... |
tree | commitdiff |
2012-11-20 |
Campbell Barton | bmesh operator api: |
tree | commitdiff |
2012-11-20 |
Campbell Barton | code cleanup: make bmesh operator names more consistant... |
tree | commitdiff |
2012-11-20 |
Campbell Barton | bmesh operator api edits, add macros and NULL the buffe... |
tree | commitdiff |
2012-11-20 |
Campbell Barton | fix for crash in wireframe tool with verts that only... |
tree | commitdiff |
2012-11-19 |
Campbell Barton | fix for changes in own recent commit: |
tree | commitdiff |
2012-11-19 |
Campbell Barton | use input and output slots for bmesh operators, needed... |
tree | commitdiff |
2012-11-19 |
Campbell Barton | improvements to bevel |
tree | commitdiff |
2012-11-19 |
Campbell Barton | bmesh: BM_verts_in_face was using bmesh operator flag... |
tree | commitdiff |
2012-11-18 |
Campbell Barton | bmesh: lazy initialize bmesh tool flag pool, has the... |
tree | commitdiff |
2012-11-18 |
Campbell Barton | bmesh: move internal API flags out of BMFlagLayer,... |
tree | commitdiff |
2012-11-18 |
Campbell Barton | bevel now only takes manifold edges (so it doesnt need... |
tree | commitdiff |
2012-11-18 |
Campbell Barton | bmesh function was still using bmesh operator flags... |
tree | commitdiff |
2012-11-18 |
Campbell Barton | finish moving bevel code out of the operator dir (it... |
tree | commitdiff |
2012-11-18 |
Campbell Barton | moving bevel to tools dir as-is to keep svn history... |
tree | commitdiff |
2012-11-18 |
Campbell Barton | move decimator into tools/ dir |
tree | commitdiff |
2012-11-18 |
Campbell Barton | style cleanup: comments & spelling |
tree | commitdiff |
2012-11-16 |
Campbell Barton | use quad-strip for filling even when no segments are... |
tree | commitdiff |
next |