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-19Fix for fix (don't guess enum's sign)Campbell Barton
2014-08-18Fix building on some compilers (clang on OSX).Bastien Montagne
2014-08-18BMesh: intersect toolCampbell Barton
2014-08-18Cleanup: assert / warnCampbell Barton
2014-08-18BMesh: add BM_vert_splice_check_doubleCampbell Barton
2014-08-17CleanupCampbell Barton
2014-08-14BMesh: use a smaller dist3 thresholdCampbell Barton
2014-08-13Math Lib: rename barycentric_transform -> transform_point_by_tri_v3Campbell Barton
2014-08-13SpellingCampbell Barton
2014-08-12Cleanup: magic numbersCampbell Barton
2014-08-07Fix T40948: Fill holes fails in certain caseCampbell Barton
2014-08-07BMesh: use existing lookup tables when remappingCampbell Barton
2014-08-02BMesh: typecheck iteratorCampbell Barton
2014-08-01Prevent macros hiding casts from `const` pointersCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-30GHash: generic comparison for int[4]Campbell Barton
2014-07-24Correction to recent rip-tearCampbell 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-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-21CleanupCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell 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-14BMesh: avoid redundant normalize comparing anglesCampbell Barton
2014-07-14Math Lib: add compare_len_squared_v3v3 from paint branchCampbell 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-11BLI_array: avoid mixing terms count/lengthCampbell Barton
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: more edits to vertex dissolve, handle mixing wire edges with faces betterCampbell Barton
2014-06-27BMesh: tweaks to dissolve, remove wire edges before other calculationsCampbell 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-26Fix for dissolve faces iterating over verts while removingCampbell Barton
2014-06-25Use api function for flipping button list & rename to BLI_listbase_reverseCampbell Barton