2014-01-21 |
Campbell Barton | Fix own mistake with zealous check for face splitting |
tree | commitdiff |
2014-01-19 |
Campbell Barton | Docs: doxygen file descriptions for BLF, GPU and WM |
tree | commitdiff |
2014-01-17 |
Campbell Barton | BMesh: add bmesh delete functions that dont depend... |
tree | commitdiff |
2014-01-16 |
Campbell Barton | Code Cleanup: remove redundant bmesh functions & make... |
tree | commitdiff |
2014-01-16 |
Campbell Barton | BMesh: minor speedup for deleting faces. also remove... |
tree | commitdiff |
2014-01-16 |
Campbell Barton | Code Cleanup: move delete funcs out of bmesh_construct... |
tree | commitdiff |
2014-01-13 |
Campbell Barton | Code Cleanup: spelling |
tree | commitdiff |
2014-01-12 |
Campbell Barton | Style Cleanup: whitespace |
tree | commitdiff |
2014-01-12 |
Campbell Barton | Style Cleanup: whitespace |
tree | commitdiff |
2014-01-08 |
Howard Trickey | Add profile control parameter to Bevel. |
tree | commitdiff |
2014-01-03 |
Campbell Barton | Code Cleanup: use bool for bmesh operator boolean mappi... |
tree | commitdiff |
2013-12-24 |
Campbell Barton | BMesh optimize face splitting by taking loops rather... |
tree | commitdiff |
2013-12-23 |
Campbell Barton | BMesh API: optimize BM_edge_exists(). |
tree | commitdiff |
2013-12-23 |
Campbell Barton | BMesh API: make simple, low level functions inline |
tree | commitdiff |
2013-12-21 |
Campbell Barton | EditMesh: wireframe tool, add offset and vgroup support... |
tree | commitdiff |
2013-12-14 |
Campbell Barton | correct error in recent commit |
tree | commitdiff |
2013-12-14 |
Brecht Van Lommel | Fix bmesh compiler warning with OS X / clang. |
tree | commitdiff |
2013-12-14 |
Campbell Barton | BMesh API: optionally pass fallback to BM_edge_calc_fac... |
tree | commitdiff |
2013-12-05 |
Campbell Barton | Fix for own error in recent tessellation update. |
tree | commitdiff |
2013-12-02 |
Campbell Barton | Fix for triangulate and beauty-fill |
tree | commitdiff |
2013-12-01 |
Campbell Barton | Fix for beauty option for triangulate (modifier and... |
tree | commitdiff |
2013-11-30 |
Campbell Barton | BMesh/Mesh: replace scanfill with polyfill |
tree | commitdiff |
2013-11-27 |
Campbell Barton | Fix for recent BMesh regression refactoring out face... |
tree | commitdiff |
2013-11-27 |
Campbell Barton | BMesh Operators: BMO_op_finish now overwrites values... |
tree | commitdiff |
2013-11-26 |
Campbell Barton | Fix T37583: regression in bmesh triangulate breaking... |
tree | commitdiff |
2013-11-18 |
Campbell Barton | Compile Fix: fix for gcc4.8 with bmesh header. |
tree | commitdiff |
2013-11-18 |
Walid Shouman | BMesh Refactor: BKE_bmbvh_new can now be created withou... |
tree | commitdiff |
2013-11-10 |
Howard Trickey | Added options for how bevel amount is measured. |
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-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-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-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-03 |
Campbell Barton | fix for crash dissolving faces, bmesh walkers were... |
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-01 |
Campbell Barton | remove assert for poly_find_ear(), added recently but... |
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-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-12 |
Campbell Barton | code cleanup: headers - doxy comments. |
tree | commitdiff |
2013-09-07 |
Campbell Barton | changes to grid fill |
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-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 | 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 leak in BM_face_split() with multires if the split... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | add dissolve option to triangle fill operator, running... |
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-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 |
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-21 |
Campbell Barton | fix own regression [#36443] Vertex to UV index doesn... |
tree | commitdiff |
2013-08-20 |
Campbell Barton | fix [#36352] Inset individual, uncheck "select outer... |
tree | commitdiff |
2013-08-20 |
Campbell Barton | fix incorrect docs [#36518] Vector.rotate() does not... |
tree | commitdiff |
2013-08-19 |
Antony Riakiotakis | Dyntopo: |
tree | commitdiff |
2013-08-19 |
Sergey Sharybin | And for sure forgot to commit another cleaup patch |
tree | commitdiff |
2013-08-19 |
Campbell Barton | fix [#36481] When "Rip Edge" cannot be completed, Blend... |
tree | commitdiff |
2013-08-19 |
Sergey Sharybin | Merging r59182 through r59257 from trunk into soc-2013... |
tree | commitdiff |
2013-08-19 |
Campbell Barton | style cleanup: indent/whitespace |
tree | commitdiff |
2013-08-18 |
Campbell Barton | bmesh improvements to face creation. |
tree | commitdiff |
2013-08-18 |
Campbell Barton | improved BM_face_copy_shared to copy from more possible... |
tree | commitdiff |
2013-08-18 |
Campbell Barton | add hash function BLI_ghash_assign, BLI_edgehash_assign |
tree | commitdiff |
2013-08-17 |
Campbell Barton | bmesh api internal changes |
tree | commitdiff |
2013-08-17 |
Campbell Barton | remove unused args from edgenet fill (since rewrite... |
tree | commitdiff |
2013-08-17 |
Campbell Barton | change CHECK_TYPE_INLINE macro not to add the pointer... |
tree | commitdiff |
2013-08-16 |
Campbell Barton | new bmesh queries BM_face_exists_overlap, BM_face_exist... |
tree | commitdiff |
2013-08-16 |
Thomas Dinges | Merged revision(s) 59108-59184 from trunk/blender into... |
tree | commitdiff |
2013-08-14 |
Sergey Sharybin | Merging r59130 through r59135 from trunk into soc-2013... |
tree | commitdiff |
next |