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-09-25BMesh: type-check iterator data argumentCampbell Barton
2014-09-24Custom Data API: redundant pointer-to-pointer argCampbell Barton
2014-09-24BMesh: slight speedup loop-of-verts iteratorCampbell Barton
2014-09-24BMesh: generic callbacks for mempool iteratorCampbell Barton
2014-09-24Cleanup: boolCampbell Barton
2014-09-18Fix for edge-order flipping on subdividing wireCampbell Barton
2014-09-12Cleanup & remove redundant checkCampbell Barton
2014-09-11Workaround for strict flags and release build compilationSergey Sharybin
2014-09-11Fix non-deterministic editmesh normal orientationsCampbell Barton
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-09-02BMesh: report errors for invalid operator useCampbell Barton
2014-08-29Fix T41631: Connect acts on unrelated vertCampbell Barton
2014-08-26CommentsCampbell Barton
2014-08-26Fix T41568: Dissolve & Tear Boundary Keeps VertsCampbell Barton
2014-08-25Fix T40993: Store selection history for extrudeCampbell Barton
2014-08-25BMesh: New operator flag not to clear historyCampbell Barton
2014-08-22Cleanup: BMesh arg nameCampbell 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: add assert for correct args to creation functionsCampbell Barton
2014-08-21BMesh: correct flag useCampbell Barton
2014-08-21Fix T41517: BMesh intersect crashCampbell Barton
2014-08-21CleanupCampbell Barton
2014-08-20Correct mistake in recently added intersect toolCampbell Barton
2014-08-20BMesh: improve docs for BM_edge_splitCampbell Barton
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