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
2020-07-15UV: support region fill for path selectCampbell Barton
2020-07-14Cleanup: sort header, cmake pathsCampbell Barton
2020-07-09UV: path selection supportCampbell Barton
2020-07-09Cleanup: move BMesh UV queries into their own fileCampbell Barton
2020-06-05Cleanup: rename suffix 'conv' to 'convert'Campbell Barton
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-10-20Fix T70864: Separate loose parts runs indefinitelyCampbell Barton
2019-09-12BMesh: New tool `BM_mesh_intersect_edges`mano-wii
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add libs needed for gtestsCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-16CMake: cleanup, arg rename, add definitions lastCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-01-25Cleanup: sort cmake file listsCampbell Barton
2018-09-28Cleanup: Remove bmo_similar.c and small renamingDalai Felinto
2018-06-30Cleanup: rename bmesh_queries -> bmesh_queryCampbell Barton
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2017-11-26Cleanup: rename edge -> edgesCampbell Barton
2017-11-26Cleanup: move edge-rotate into own fileCampbell Barton
2017-11-23Getting rid of OMP: first usage of new parallel BMesh items iteration instead.Bastien Montagne
2017-03-11BMesh: add BM_mesh_separate_facesCampbell Barton
2016-04-01BMesh: improve path-select fill region w/ ngonsCampbell Barton
2015-12-10MSVC 2015 fix, /WX warnings as errors is to restrictive for msvc 2015 current...Martijn Berger
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-09BMesh: move BM_face_split_edgenet to its own fileCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-15BMesh: edge-offset feature (Ctrl+Shift+R)Campbell Barton
2015-06-11BMesh: flatten faces operatorCampbell Barton
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-09-26BMesh: select similar regionsCampbell Barton
2014-08-18BMesh: intersect toolCampbell Barton
2014-01-17Code Cleanup: move delete funcs out of bmesh_construct.c into own fileCampbell Barton
2013-12-23BMesh API: make simple, low level functions inlineCampbell Barton
2013-12-21EditMesh: wireframe tool, add offset and vgroup support (not used yet)Campbell Barton
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-10-16split operators/bmo_beautify.c into tools/bmesh_beautify.cDalai Felinto
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-22new bmesh operator bisect_plane, cuts a mesh in half, takes a user defined pl...Campbell Barton
2013-08-18bmesh improvements to face creation.Campbell Barton
2013-08-16rewrite edgenet fill bmesh operator.Campbell Barton
2013-07-28new mesh tool for cleaning up meshes, splits up non-planar faces while they e...Campbell Barton
2013-07-25mesh tool to fill in holes, added in mesh clean menu,Campbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-07-08move normal recalculation into its own source file.Campbell Barton
2013-06-22Extend existing editmesh connect tool so it can connect across multiple faces.Campbell Barton
2013-06-04edit-mesh improvements to select shortest pathCampbell Barton
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton