2012-06-11 |
Nicholas Bishop | Fix incorrectly deleted elements in array modifier... |
tree | commitdiff |
2012-06-10 |
Campbell Barton | quiet warning |
tree | commitdiff |
2012-06-08 |
Campbell Barton | code cleanup: doxy comment filename corrections |
tree | commitdiff |
2012-06-06 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-06-03 |
Campbell Barton | fix [#31674] BMesh Corrupt Stack around BMVert array... |
tree | commitdiff |
2012-05-27 |
Campbell Barton | style cleanup: defines with braces |
tree | commitdiff |
2012-05-27 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-05-27 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2012-05-23 |
Campbell Barton | code cleanup: fix possible use of uninitialized value... |
tree | commitdiff |
2012-05-22 |
Campbell Barton | style cleanup: relating to skin modifier |
tree | commitdiff |
2012-05-22 |
Campbell Barton | use faces longest edge when orienting the manipulator... |
tree | commitdiff |
2012-05-22 |
Nicholas Bishop | Clear skin root flag on new vertices created by extruding. |
tree | commitdiff |
2012-05-22 |
Nicholas Bishop | Add new BMesh length query functions. |
tree | commitdiff |
2012-05-22 |
Andrew Hale | Fix for customdata layer copying. Issue was caused... |
tree | commitdiff |
2012-05-22 |
Campbell Barton | fix [#31489] EdgeSplit modifier prevents All Edge to... |
tree | commitdiff |
2012-05-21 |
Campbell Barton | fix for error pointed out by Nicholas Bishop, BM_edge_f... |
tree | commitdiff |
2012-05-20 |
Campbell Barton | code cleanup: spelling |
tree | commitdiff |
2012-05-20 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2012-05-19 |
Campbell Barton | code cleanup: use TRUE/FALSE rather then 1/0 for better... |
tree | commitdiff |
2012-05-17 |
Campbell Barton | style cleanup: and add missing files to cmake |
tree | commitdiff |
2012-05-16 |
Campbell Barton | style cleanup: block comments |
tree | commitdiff |
2012-05-16 |
Nicholas Bishop | Code cleanup: simplify standard GHash creation. |
tree | commitdiff |
2012-05-14 |
Nicholas Bishop | Partial fix for bug #31458 Convex Hull operator crash |
tree | commitdiff |
2012-05-14 |
Nicholas Bishop | Fix precision issue for bmo_hull.interior_geom output... |
tree | commitdiff |
2012-05-13 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2012-05-13 |
Campbell Barton | code cleanup: use vector math function minmax_v3v3_v3... |
tree | commitdiff |
2012-05-12 |
Campbell Barton | code cleanup: minor improvements to float/vector usage. |
tree | commitdiff |
2012-05-12 |
Campbell Barton | optimization for select similar |
tree | commitdiff |
2012-05-12 |
Campbell Barton | add bevel to select similar edges operator |
tree | commitdiff |
2012-05-06 |
Campbell Barton | fix for limited dissolve (after sine intended fixes... |
tree | commitdiff |
2012-05-06 |
Campbell Barton | fix [#31197] Limited dissolve leaves faces/edges/verts... |
tree | commitdiff |
2012-05-05 |
Campbell Barton | code cleanup: function naming, use BKE_*type* prefix. |
tree | commitdiff |
2012-05-05 |
Campbell Barton | code cleanup: function naming for BLI functions. |
tree | commitdiff |
2012-05-04 |
Campbell Barton | fix [#31235] Limited Dissolve problems |
tree | commitdiff |
2012-05-04 |
Nicholas Bishop | Small hull bmop fix, distance check from plane needs... |
tree | commitdiff |
2012-05-03 |
Campbell Barton | style cleanup: formatting and some float/double promotion |
tree | commitdiff |
2012-05-03 |
Brecht Van Lommel | Fix #31139: fractal mesh subdivide was only working... |
tree | commitdiff |
2012-05-02 |
Nicholas Bishop | Initialize an input in bmo_hull. |
tree | commitdiff |
2012-05-02 |
Campbell Barton | bmesh: use fixed stack size for face flipping array. |
tree | commitdiff |
2012-05-02 |
Sergey Sharybin | Fix #31230: Grid primitive changes size with changing... |
tree | commitdiff |
2012-05-01 |
Campbell Barton | source code style checker to, (similar to pythons pep8... |
tree | commitdiff |
2012-05-01 |
Campbell Barton | style cleanup: guys - set your editors to tabs! |
tree | commitdiff |
2012-05-01 |
Bastien Montagne | Fix own error in BM_mesh_remap(), forgot to remap edge... |
tree | commitdiff |
2012-04-30 |
Campbell Barton | bmesh - python api |
tree | commitdiff |
2012-04-30 |
Campbell Barton | code cleanup: quiet clang warnings, these would likely... |
tree | commitdiff |
2012-04-30 |
Campbell Barton | style cleanup: edits to convex hull. |
tree | commitdiff |
2012-04-29 |
Nicholas Bishop | Add convex hull operator (bmesh operator and wm operator.) |
tree | commitdiff |
2012-04-29 |
Campbell Barton | style cleanup: whitespace / commas |
tree | commitdiff |
2012-04-29 |
Campbell Barton | wireframe option to crase edges at the hub, much nicer... |
tree | commitdiff |
2012-04-29 |
Campbell Barton | bmesh: new wireframe tool |
tree | commitdiff |
2012-04-28 |
Campbell Barton | bmesh api functions, not used yet: |
tree | commitdiff |
2012-04-28 |
Campbell Barton | style cleanup: format 'for' loop macros the same as... |
tree | commitdiff |
2012-04-28 |
Sergey Sharybin | Camera tracking: support of tripod motion solving |
tree | commitdiff |
2012-04-28 |
Campbell Barton | fix memory leak in BM_face_copy() |
tree | commitdiff |
2012-04-28 |
Campbell Barton | style cleanup: changes to brace placement / newlines... |
tree | commitdiff |
2012-04-26 |
Campbell Barton | fix for bevel modifier creating invalid geometry -... |
tree | commitdiff |
2012-04-26 |
Campbell Barton | code cleanup: bmesh comments/todos, no functional changes. |
tree | commitdiff |
2012-04-26 |
Campbell Barton | bmesh: inset tool depth used bad normals for edge verts. |
tree | commitdiff |
2012-04-25 |
Campbell Barton | code cleanup: edge slide code had oddly named variables... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | code cleanup: no functional change - had both EDBM_edit... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | fix [#30997] Bevel angle option is broken (bevel vertex... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | workaround for vertex bevel modifier failing since... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | - remove unneeded len_v3v3 in bevel code |
tree | commitdiff |
2012-04-23 |
Campbell Barton | fix own error with subdivision (broke icosphere), also... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | - fix for python freeing its own bmesh clearing the... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | code cleanup: bmesh subdivide code - BM_mesh_esubdivide... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | code cleanup: better use of BLI_array_* (grow in larger... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | code cleanup: change C naming convention (so py and... |
tree | commitdiff |
2012-04-22 |
Campbell Barton | style cleanup: comments |
tree | commitdiff |
2012-04-21 |
Campbell Barton | style cleanup: correct typos |
tree | commitdiff |
2012-04-21 |
Campbell Barton | fix [#31049] New Faces (F) always solid shaded |
tree | commitdiff |
2012-04-20 |
Campbell Barton | fix for error using uninitialized variable with shape... |
tree | commitdiff |
2012-04-20 |
Campbell Barton | code cleanup: prefer BM_face/edge/vert_select_set(... |
tree | commitdiff |
2012-04-20 |
Campbell Barton | knife tool alpha values where being set to zero (inters... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | rip tool wasnt working on a single edge selection in... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | add asserts for invalid iteratpr values so we can catch... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | bmesh: improve rip tool |
tree | commitdiff |
2012-04-19 |
Joseph Eagar | Fixed crash in iter api, triggered by calling index_upd... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | bmesh inset: add depth option (make use of relative... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | code cleanup: remove unused BMesh args. |
tree | commitdiff |
2012-04-19 |
Campbell Barton | remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | code cleanup: first step to replace BM_ITER BM_ITER_IND... |
tree | commitdiff |
2012-04-19 |
Bastien Montagne | BMESH_TODO: xsort of vertices working again. |
tree | commitdiff |
2012-04-19 |
Campbell Barton | style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITER |
tree | commitdiff |
2012-04-19 |
Campbell Barton | bmesh api function: BM_edge_face_tangent() |
tree | commitdiff |
2012-04-19 |
Brecht Van Lommel | Fix #31009: edge split did not split non-manifold edges... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | fix bevel edge angle (wasnt hooked up to new code)... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | style cleanup: bevel code, also remove unneeded flag... |
tree | commitdiff |
2012-04-18 |
Campbell Barton | improve recent commit to copy loop data on extrude |
tree | commitdiff |
2012-04-18 |
Campbell Barton | fix [#30994] Extruding faces gives bad UV's |
tree | commitdiff |
2012-04-18 |
Campbell Barton | add missing NULL check for BM_vert_collapse_faces(... |
tree | commitdiff |
2012-04-18 |
Campbell Barton | fix [#30921] Bevel modifier's is not work correctly... |
tree | commitdiff |
2012-04-18 |
Campbell Barton | bmesh: fix own bug in BM_vert_collapse_faces() with... |
tree | commitdiff |
2012-04-18 |
Campbell Barton | more replacement for BM_edge_face_count() use. |
tree | commitdiff |
2012-04-18 |
Campbell Barton | code cleanup: replace use of BM_edge_face_count with... |
tree | commitdiff |
2012-04-18 |
Campbell Barton | fix error in last commit. Misunderstood BM_vert_is_mani... |
tree | commitdiff |
2012-04-18 |
Campbell Barton | fix for own error in recent scanfill updates, scanfill... |
tree | commitdiff |
2012-04-18 |
Campbell Barton | code cleanup: minor edits to bmesh_jfke(), move simple... |
tree | commitdiff |
2012-04-18 |
Campbell Barton | bmesh api: minor simplify & cleanup |
tree | commitdiff |
2012-04-17 |
Campbell Barton | bmesh api: adjust bmesh_vert_separate() not to set... |
tree | commitdiff |
next |