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-12-18Quiet warning (harmless)Campbell Barton
2014-12-17Docs: comments (hash table & beauty fill)Campbell Barton
2014-12-09Fix T42630: Triangulate returns invalid face-mapCampbell Barton
2014-12-09Cleanup: remove scanfill define for polyfill codeCampbell Barton
2014-12-02Cleanup: style & de-duplicateCampbell Barton
2014-11-22Math Lib: add constant: M_SQRT1_3 1/sqrt(3)Campbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-06Correct recent refactor (use generic callback)Campbell Barton
2014-11-03BMesh: arg reorderCampbell Barton
2014-11-01Cleanup/fix from latest coverity report.Bastien Montagne
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-15Bevel modifier: Add weight support for vertices bevelling.Bastien Montagne
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-10-06Quiet warning on 32bit systemCampbell Barton
2014-10-03Comments: note on bmesh_region_matchCampbell Barton
2014-09-29Fix for a build error with VS 2013.Tamito Kajiyama
2014-09-28BMesh: remove point-in-face test for bisectCampbell Barton
2014-09-27Cleanup: typoCampbell Barton
2014-09-26Fix ocmpilation error with strict flags after the recent commitSergey Sharybin
2014-09-26BMesh: select similar regionsCampbell 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-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-13SpellingCampbell Barton
2014-08-12Cleanup: magic numbersCampbell Barton
2014-08-07Fix T40948: Fill holes fails in certain caseCampbell Barton
2014-07-30GHash: generic comparison for int[4]Campbell Barton
2014-07-21CleanupCampbell 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-14BMesh: avoid redundant normalize comparing anglesCampbell 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-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-06-15Fix T40007 Bevel tool resets after getting to 1.Howard Trickey
2014-06-14BLI_gsqueue: use size_t for elem_size (was casting all over)Campbell Barton
2014-06-12Quiet double promotion warning & ws editCampbell Barton
2014-06-12Fix Bevel bug T39746, small scale gives flat profile.Howard Trickey
2014-06-10Fix Bevel multisegment profile bugs T39184, T37502 and last part of T40365.Howard Trickey
2014-06-08BMesh: avoid recursion for BM_mesh_edgenet, runs out stack memory on large netsCampbell Barton
2014-05-31Fix T37618 Bevel mismatched offsets and bad profile plane.Howard Trickey
2014-05-29Fix T39174 Bevel didn't maintain edge attributes.Howard Trickey
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne