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
2015-01-12BMesh: Tweak behavior for select more/lessCampbell Barton
2015-01-10Fix for regression in bmesh connect-pairCampbell Barton
2015-01-04cleanup: create cube, use index lookupsCampbell Barton
2015-01-02cleanup: styleCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-28Fix T40930: Add a new option to select faces by smooth/flat shading.Bastien Montagne
2014-12-26Fix T43013: Flip with bridge aligned loopsCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-10Fix T4256: Connect tool hangsCampbell Barton
2014-11-06Editmesh: select more/less can now step over adjacent facesCampbell Barton
2014-11-05Editmesh: report a warning when fill failsCampbell Barton
2014-11-04Fix use-after free (own error)Campbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-11-02Cleanup: styleCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-08Fix T42145: EditMesh Bevel tools had no clamping option.Bastien Montagne
2014-09-29Cleanup: remove smooth_ from 'smooth_factor'Campbell Barton
2014-09-28Fix T25582: Add a 'smooth factor' to smooth_vertex BMesh op.Bastien Montagne
2014-09-28BMesh: use stack for subdiv face data (no realloc)Campbell Barton
2014-09-12Cleanup & remove redundant checkCampbell Barton
2014-09-11Workaround for strict flags and release build compilationSergey Sharybin
2014-09-10Fix for mesh-inset modifying hidden facesCampbell Barton
2014-09-09Fix T41445: Inset creates separated UV'sCampbell Barton
2014-09-02Fix editmesh-connect with adjacent vert selectionCampbell Barton
2014-09-02Fix editmesh-connect with hidden geometryCampbell Barton
2014-08-29Fix T41631: Connect acts on unrelated vertCampbell Barton
2014-08-26Fix T41568: Dissolve & Tear Boundary Keeps VertsCampbell Barton
2014-08-25Fix T40993: Store selection history for extrudeCampbell Barton
2014-08-21Fix T41523: Mesh triangle fill creates flipped facesCampbell Barton
2014-08-21Fix for BMesh fill using arbitrary face-flippingCampbell Barton
2014-08-21BMesh: fill - replace SmallHash with GHashCampbell Barton
2014-08-21BMesh: correct flag useCampbell 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-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-24Correction to recent rip-tearCampbell Barton
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-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-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-07-14Math Lib: add compare_len_squared_v3v3 from paint branchCampbell Barton
2014-07-11BLI_array: avoid mixing terms count/lengthCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-27BMesh: more edits to vertex dissolve, handle mixing wire edges with faces betterCampbell Barton