Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-18Cleanup: assert / warnCampbell Barton
2014-08-18BMesh: add BM_vert_splice_check_doubleCampbell Barton
2014-08-07BMesh: use existing lookup tables when remappingCampbell Barton
2014-08-02BMesh: typecheck iteratorCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-24Fix T41149: Dissolve Crash Due to AutoSmooth.Bastien Montagne
2014-07-23Editmesh: Add option to tear boundary vertices when dissolvingCampbell Barton
2014-07-21CleanupCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-18Code cleanupCampbell Barton
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-07-17Fix for bmesh_vert_separate adding to visithash multiple timesCampbell Barton
2014-07-17Correct error in recelty added BM_face_split_edgenetCampbell Barton
2014-07-17BMesh: use compiler attributes for queries, structureCampbell Barton
2014-07-17BMesh: Add BM_vert_pair_share_face_checkCampbell Barton
2014-07-16BMesh: optimize BM_vert_splice to avoid getting a loop array firstCampbell Barton
2014-07-13BMesh: minor speedup to BM_face_split_edgenetCampbell Barton
2014-07-13BMesh: remove error check on radial loops and consistent namingCampbell Barton
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-07-12Code Cleanup: use constCampbell Barton
2014-07-12Correct error in BM_face_split_edgenet when no faces are splitCampbell Barton
2014-07-11Fix potential bug in loop normals code.Bastien Montagne
2014-07-11BMesh: new face splitting function BM_face_split_edgenetCampbell Barton
2014-07-09Correct IS_EMPTY macroCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-27BMesh: add BM_vert_is_edge_pair(), faster then checking (BM_vert_edge_count(v...Campbell Barton
2014-06-27BMesh: add ability not to delete vertex when collapsingCampbell Barton
2014-06-27BMesh: use slightly faster method of stepping over edge-disksCampbell Barton
2014-06-26Fix T40813: Dissolve verts with adjacent regions, removes the dividing edgeCampbell Barton
2014-06-25Use api function for flipping button list & rename to BLI_listbase_reverseCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-06-23BMesh: we actually can set loop indices too while converting from Mesh to BMe...Bastien Montagne
2014-06-22Editmesh: extruding end-point verts now maintains edge-directionCampbell Barton
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-06-14Polyfill2d: avoid calculating polygon winding (its known in all cases)Campbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-06-06BMesh: avoid OpenMP use for low poly meshes (counting selection)Campbell Barton
2014-06-05Avoid openmp sections in BM_mesh_elem_index_ensureCampbell Barton
2014-06-05Code cleanup: mixup hflag/htypeCampbell Barton
2014-06-05BMesh: avoid using OpenMP when nothing to doCampbell Barton
2014-05-28Fix T40405: Blender crashes on FBX export instantly.Bastien Montagne
2014-05-28Found another bmesh func that invalidates loop indices...Bastien Montagne
2014-05-23BMesh Walker: add face-shell walkerCampbell Barton
2014-05-23BMesh Walker: rename BMW_SHELL -> BMW_VERT_SHELLCampbell Barton
2014-05-23BMesh Walker: typecheck args for walker->begin()Campbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-05-13Fix T39196, Dynamic Topology Undo Applied to Wrong MeshAntony Riakiotakis
2014-05-13Fix T40162: Vert connect creates extra face cutting across concave NGon.Campbell Barton
2014-05-13Code cleanup: rename BM_face_legal_splits -> BM_face_splits_check_legalCampbell Barton
2014-05-13BMesh: add check to BM_vert_pair_share_face to allow adjacent loopsCampbell Barton