2013-11-11 |
Bastien Montagne | Fix [#37388] Grid fill crashes blender in specific... |
tree | commitdiff |
2013-11-10 |
Howard Trickey | Added options for how bevel amount is measured. |
tree | commitdiff |
2013-11-03 |
Campbell Barton | code cleanup: warnings |
tree | commitdiff |
2013-10-29 |
Dalai Felinto | Triangulate Modifier: using different ngon and quad... |
tree | commitdiff |
2013-10-28 |
Daniel Genrich | Fix compile error using Visual Studio 2012. |
tree | commitdiff |
2013-10-28 |
Campbell Barton | move bmesh array lookup data and utility functions... |
tree | commitdiff |
2013-10-28 |
Campbell Barton | fix for decimator editing the data it loops over in... |
tree | commitdiff |
2013-10-27 |
Campbell Barton | rename BM_vert_at_index -> BM_vert_at_index_find (since... |
tree | commitdiff |
2013-10-26 |
Campbell Barton | fix for BM_faces_join_pair() making the assumption... |
tree | commitdiff |
2013-10-21 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-10-21 |
Bastien Montagne | Fix [#37160] Rotate edge direction changed between... |
tree | commitdiff |
2013-10-19 |
Dalai Felinto | fix [#37145] "Triangulate Face" crash in specific scene |
tree | commitdiff |
2013-10-16 |
Campbell Barton | correct BM_edge_face_pair() being called inside BLI_ass... |
tree | commitdiff |
2013-10-16 |
Dalai Felinto | Triangulate modifier - beauty option is back |
tree | commitdiff |
2013-10-16 |
Campbell Barton | fix [#37100] Segfault when I rotate an edge |
tree | commitdiff |
2013-10-16 |
Dalai Felinto | beautify: passing edge/face flags as arguments |
tree | commitdiff |
2013-10-16 |
Dalai Felinto | split operators/bmo_beautify.c into tools/bmesh_beautify.c |
tree | commitdiff |
2013-10-16 |
Campbell Barton | fix [#37013] Mesh > bisect can't fill the cut if it... |
tree | commitdiff |
2013-10-13 |
Dalai Felinto | fix [#37058] 2.69 RC1: Symmetrize directions are all... |
tree | commitdiff |
2013-10-13 |
Dalai Felinto | fix [#37046] Dissolve edges and vertices problem with... |
tree | commitdiff |
2013-10-13 |
Dalai Felinto | fix [#37034] Triangulate modifier asserts with GHASH_FL... |
tree | commitdiff |
2013-10-10 |
Campbell Barton | code cleanup: use const's for static arrays |
tree | commitdiff |
2013-10-10 |
Campbell Barton | add MEM_SIZE_OPTIMAL to avoid memory fragmentation... |
tree | commitdiff |
2013-10-08 |
Campbell Barton | code cleanup: redundant includes and add minor comments. |
tree | commitdiff |
2013-10-08 |
Dalai Felinto | Triangulate Modifier changes - using scanfill |
tree | commitdiff |
2013-10-08 |
Campbell Barton | use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitf |
tree | commitdiff |
2013-10-04 |
Campbell Barton | code cleanup: warnings and minor edits. |
tree | commitdiff |
2013-10-04 |
Campbell Barton | fix for lasso selection (in non-zbuf mode) when the... |
tree | commitdiff |
2013-10-03 |
Campbell Barton | set mempool debug in the game-engine-player too. also... |
tree | commitdiff |
2013-10-03 |
Campbell Barton | fix crash in editmesh edge-dissolve, when 2 faces share... |
tree | commitdiff |
2013-10-03 |
Campbell Barton | fix for crash dissolving faces, bmesh walkers were... |
tree | commitdiff |
2013-10-03 |
Campbell Barton | yet another instance dissolve deletes verts it loops... |
tree | commitdiff |
2013-10-03 |
Campbell Barton | overlapping faces made join-triangles fail, check for... |
tree | commitdiff |
2013-10-03 |
Campbell Barton | addition to r60523 missed using BM_ITER_MESH_MUTABLE... |
tree | commitdiff |
2013-10-03 |
Campbell Barton | fix [#36923] Merge / Delete vertices crashes for some... |
tree | commitdiff |
2013-10-03 |
Campbell Barton | add debug mode assert if mesh-data is removed while... |
tree | commitdiff |
2013-10-02 |
Campbell Barton | fix [#36913] GHASH_FLAG_ALLOW_DUPES assert and crash... |
tree | commitdiff |
2013-10-01 |
Campbell Barton | fix [#36435] Crash on unwrap with specific mesh |
tree | commitdiff |
2013-10-01 |
Campbell Barton | remove assert for poly_find_ear(), added recently but... |
tree | commitdiff |
2013-09-30 |
Campbell Barton | lots of operator descriptions were incorrectly copy... |
tree | commitdiff |
2013-09-24 |
Campbell Barton | bmesh triangulate: skip intersection checks for degener... |
tree | commitdiff |
2013-09-24 |
Campbell Barton | allocate bmesh data from known sizes where possible... |
tree | commitdiff |
2013-09-20 |
Howard Trickey | Let vertex bevel work on boundary verts of polys. |
tree | commitdiff |
2013-09-19 |
Campbell Barton | correct include guards and add checks in check_style_c... |
tree | commitdiff |
2013-09-19 |
Campbell Barton | speedup for ngon tessellation, check if the angle is... |
tree | commitdiff |
2013-09-19 |
Campbell Barton | minor edits to poly_find_ear() bmesh function, no funct... |
tree | commitdiff |
2013-09-18 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-09-17 |
Campbell Barton | fix [#36211] bridge edge loops joining vertecies that... |
tree | commitdiff |
2013-09-17 |
Campbell Barton | comments and more logical var names for bm_edge_calc_ro... |
tree | commitdiff |
2013-09-12 |
Campbell Barton | code cleanup: unnecessary shadowing and some minor... |
tree | commitdiff |
2013-09-12 |
Campbell Barton | bmesh wireframe operator now adds crease customdata... |
tree | commitdiff |
2013-09-12 |
Campbell Barton | code cleanup: headers - doxy comments. |
tree | commitdiff |
2013-09-10 |
Campbell Barton | misc minor changes |
tree | commitdiff |
2013-09-09 |
Campbell Barton | correct error in recent changes for building with openmp. |
tree | commitdiff |
2013-09-08 |
Campbell Barton | code cleanup: warnings and redundant checks. |
tree | commitdiff |
2013-09-08 |
Campbell Barton | update bmesh doxy docs, remove double-promotion warning... |
tree | commitdiff |
2013-09-08 |
Campbell Barton | code cleanup: quiet warnings |
tree | commitdiff |
2013-09-07 |
Campbell Barton | use strict flags for gridfill, use unsigned ints. |
tree | commitdiff |
2013-09-07 |
Campbell Barton | changes to grid fill |
tree | commitdiff |
2013-09-06 |
Campbell Barton | grid-fill support for customdata, so filled areas have... |
tree | commitdiff |
2013-09-06 |
Campbell Barton | bmesh utility functions BM_face_as_array_loop_tri,... |
tree | commitdiff |
2013-09-05 |
Campbell Barton | sorting utility functions for simple cases - sorting... |
tree | commitdiff |
2013-09-05 |
Campbell Barton | rename positive_mod to mod_i, make it work with nagativ... |
tree | commitdiff |
2013-09-05 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2013-09-05 |
Campbell Barton | add function for rotating linked list so at item is... |
tree | commitdiff |
2013-09-05 |
Campbell Barton | add positive_mod() utility function. |
tree | commitdiff |
2013-09-03 |
Campbell Barton | move timeit macros into their own include, since they... |
tree | commitdiff |
2013-09-03 |
Campbell Barton | reorder BLI_strict_flags.h include so its not conflicti... |
tree | commitdiff |
2013-09-02 |
Sergey Sharybin | Make strict compiler happy for release builds. |
tree | commitdiff |
2013-09-02 |
Campbell Barton | fix [#36412] Pivot of active element switches to last... |
tree | commitdiff |
2013-09-02 |
Campbell Barton | bmesh: internal api change, remove BMOElemMapping,... |
tree | commitdiff |
2013-09-01 |
Sergey Sharybin | Move GCC attributes into a centraized defines |
tree | commitdiff |
2013-09-01 |
Campbell Barton | move strict compiler checks into a header so its easier... |
tree | commitdiff |
2013-08-28 |
Thomas Dinges | Cycles / Sky Texture: |
tree | commitdiff |
2013-08-27 |
Campbell Barton | array modifier was adding vertices to the 'targetmap... |
tree | commitdiff |
2013-08-27 |
Campbell Barton | remove doubles: source/target can be swapped, check... |
tree | commitdiff |
2013-08-27 |
Campbell Barton | mesh remove doubles was adding verts into the weld_vert... |
tree | commitdiff |
2013-08-27 |
Campbell Barton | internal bmesh operator change, always initialize ghash... |
tree | commitdiff |
2013-08-27 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-08-26 |
Campbell Barton | ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_g... |
tree | commitdiff |
2013-08-25 |
Campbell Barton | replace hashes with sets where possible. |
tree | commitdiff |
2013-08-24 |
Campbell Barton | use ints for ghash/edgehash flags, since its allocated... |
tree | commitdiff |
2013-08-24 |
Campbell Barton | ghash: reserve size when its known or can be guessed... |
tree | commitdiff |
2013-08-24 |
Campbell Barton | correct error in face walker (was inserting into the... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | fix error in recently added symmetrize rewrite, verts... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | fix leak in BM_face_split() with multires if the split... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | correct error in recent commit triangle-fill-dissolve... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | _another_ fix for recently added bisect operator, loopi... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | add dissolve option to triangle fill operator, running... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | fix for error in recetly added bisect operator, in... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | optiona for bmesh triangle fill operator to take a... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | edits to new symmetrize tool |
tree | commitdiff |
2013-08-23 |
Campbell Barton | modify closest_to_plane_v3 not to use point-normal... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | move bmesh tools into their own include, |
tree | commitdiff |
2013-08-22 |
Campbell Barton | correct own error in r59365, reported as [#36536] Extru... |
tree | commitdiff |
2013-08-22 |
Campbell Barton | replace symmetrize code with calls to bmesh operators. |
tree | commitdiff |
2013-08-22 |
Campbell Barton | new bmesh operator bisect_plane, cuts a mesh in half... |
tree | commitdiff |
2013-08-22 |
Campbell Barton | bmesh duplicate operator: add vertmap output slot. |
tree | commitdiff |
2013-08-21 |
Campbell Barton | rename recently added BLI_ghash_assign() -> BLI_ghash_r... |
tree | commitdiff |
2013-08-21 |
Campbell Barton | fix for bad mistake in recently added BM_face_create_ve... |
tree | commitdiff |
next |