2014-01-22 |
Campbell Barton | BMesh: collapse_uvs - avoid clearing and flagging for... |
tree | commitdiff |
2014-01-17 |
Campbell Barton | Code Cleanup: spelling |
tree | commitdiff |
2014-01-17 |
Campbell Barton | BMesh: minor optimization for remove doubles |
tree | commitdiff |
2014-01-17 |
Campbell Barton | BMesh: add bmesh delete functions that dont depend... |
tree | commitdiff |
2014-01-16 |
Campbell Barton | Fix T38217: Fix glitch adding Monkey with view align |
tree | commitdiff |
2014-01-16 |
Campbell Barton | Code Cleanup: style and redundant casts |
tree | commitdiff |
2014-01-13 |
Campbell Barton | Fix T38186: mesh inset didn't follow edge directions... |
tree | commitdiff |
2014-01-08 |
Howard Trickey | Add profile control parameter to Bevel. |
tree | commitdiff |
2013-12-24 |
Campbell Barton | Fix for own recent commit |
tree | commitdiff |
2013-12-24 |
Campbell Barton | BMesh optimize face splitting by taking loops rather... |
tree | commitdiff |
2013-12-21 |
Campbell Barton | EditMesh: wireframe tool, add offset and vgroup support... |
tree | commitdiff |
2013-12-15 |
Campbell Barton | Editmesh: skip allocating a face array for recalc-normals |
tree | commitdiff |
2013-12-02 |
Campbell Barton | Fix for triangulate and beauty-fill |
tree | commitdiff |
2013-11-28 |
Campbell Barton | Fix own regression - adding a grid had rotated face. |
tree | commitdiff |
2013-11-25 |
Campbell Barton | Correct fix for T37617, (own recent regression) |
tree | commitdiff |
2013-11-25 |
Bastien Montagne | Fix T37617: "Add plane" was adding a 2*2 grid |
tree | commitdiff |
2013-11-25 |
Campbell Barton | Code Cleanup: rename vars for detecting change to be... |
tree | commitdiff |
2013-11-25 |
Campbell Barton | Fix T37573: Adding grid primitive slow for many subdivi... |
tree | commitdiff |
2013-11-25 |
Campbell Barton | CMake Build: option to compile without opennl/superlu. |
tree | commitdiff |
2013-11-24 |
Campbell Barton | Code Cleanup: use math functions and reduce View3d... |
tree | commitdiff |
2013-11-22 |
Campbell Barton | Fix T37559: Crash dissolving vertices in some situations |
tree | commitdiff |
2013-11-19 |
Campbell Barton | Fix T37399: Crash with wireframe (wasn't clearing edge... |
tree | commitdiff |
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-21 |
Campbell Barton | style cleanup |
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-13 |
Dalai Felinto | fix [#37058] 2.69 RC1: Symmetrize directions are all... |
tree | commitdiff |
2013-10-10 |
Campbell Barton | code cleanup: use const's for static arrays |
tree | commitdiff |
2013-10-08 |
Campbell Barton | code cleanup: redundant includes and add minor comments. |
tree | commitdiff |
2013-10-03 |
Campbell Barton | fix crash in editmesh edge-dissolve, when 2 faces share... |
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-02 |
Campbell Barton | fix [#36913] GHASH_FLAG_ALLOW_DUPES assert and crash... |
tree | commitdiff |
2013-09-30 |
Campbell Barton | lots of operator descriptions were incorrectly copy... |
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-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 | 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-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 | 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-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-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-25 |
Campbell Barton | replace hashes with sets where possible. |
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 | 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 | code cleanup: bmesh duplicate functions |
tree | commitdiff |
2013-08-21 |
Campbell Barton | mesh duplication was doing a loop & hash lookup for... |
tree | commitdiff |
2013-08-21 |
Campbell Barton | correct error in recent commit (face customdata) |
tree | commitdiff |
2013-08-21 |
Campbell Barton | bmesh api cleanup, face creation args now accept an... |
tree | commitdiff |
2013-08-21 |
Campbell Barton | use BM_CREATE_NOP arg rather then zero, with pointer... |
tree | commitdiff |
2013-08-21 |
Campbell Barton | bmesh api: |
tree | commitdiff |
2013-08-20 |
Campbell Barton | inset depth wasn't working right with relative offset... |
tree | commitdiff |
2013-08-20 |
Campbell Barton | fix [#36352] Inset individual, uncheck "select outer... |
tree | commitdiff |
2013-08-19 |
Sergey Sharybin | Merging r59182 through r59257 from trunk into soc-2013... |
tree | commitdiff |
2013-08-18 |
Campbell Barton | bmesh improvements to face creation. |
tree | commitdiff |
2013-08-18 |
Campbell Barton | correct recent commit |
tree | commitdiff |
2013-08-18 |
Campbell Barton | improved BM_face_copy_shared to copy from more possible... |
tree | commitdiff |
2013-08-17 |
Campbell Barton | remove unused function |
tree | commitdiff |
2013-08-17 |
Campbell Barton | remove unused args from edgenet fill (since rewrite... |
tree | commitdiff |
2013-08-17 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-08-17 |
Campbell Barton | avoid double ghash lookups |
tree | commitdiff |
2013-08-17 |
Campbell Barton | add linklist stack macros, use where over allocating... |
tree | commitdiff |
2013-08-16 |
Campbell Barton | rewrite edgenet fill bmesh operator. |
tree | commitdiff |
2013-08-16 |
Thomas Dinges | Merged revision(s) 59108-59184 from trunk/blender into... |
tree | commitdiff |
2013-08-14 |
Sergey Sharybin | Merging r59113 through r59129 from trunk into soc-2013... |
tree | commitdiff |
2013-08-13 |
Campbell Barton | bmesh edge-net: refactor out face creation into its... |
tree | commitdiff |
2013-08-13 |
Campbell Barton | bmo_edgenet_fill_exec was building a vertex array when... |
tree | commitdiff |
2013-08-13 |
Thomas Dinges | Merged revision(s) 59035-59107 from trunk/blender into... |
tree | commitdiff |
2013-08-13 |
Sergey Sharybin | Merging r59083 through r59103 from trunk into soc-2013... |
tree | commitdiff |
2013-08-13 |
Campbell Barton | fix for bug in rip tool, isolated verts would remain... |
tree | commitdiff |
2013-08-13 |
Campbell Barton | fix own regression, rip tool wasn't handling selection. |
tree | commitdiff |
next |