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-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-07-03Cleanup: Editors/Mesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-10Mesh Edit: preserve Custom Normal vectors in topology operators.Alexander Gavrilov
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2019-04-29Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17Fix T63247: edbm_rip_invoke__edge rips unselected verts on mesh bordersSebastian Parborg
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-02Cleanup: comment blocksCampbell Barton
2018-05-11Multi-Object-Editing : MESH_OT_rip by Miguel PozoDalai Felinto
2017-12-13Fix T53529: Rip crashes w/ wire edgeCampbell Barton
2017-03-12BMesh: rename cryptic functionsCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-07-22remove double-checked conditionsMike Erwin
2016-07-16Cleanup: spellingCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2015-05-06Rip tool, support filling-edges with fill enabledCampbell Barton
2015-05-06Fix T44618: Rip Fill on a single vert would only generate one of the two expe...Bastien Montagne
2015-05-05Cleanup: rip toolCampbell Barton
2015-05-05BMesh: improve rip tool /w mon-manifold vertsCampbell Barton
2015-05-02BMesh: rip-tool can now split off isolated fansCampbell Barton
2015-05-02Cleanup: redundant varsCampbell Barton
2015-05-02BMesh: BM_mesh_edgesplitCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-04-30Fix T44484: Edge-split corrupts meshCampbell Barton
2015-04-29BMesh: use BM_face_loop_separate_multi for ripCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-09-28BMesh: replace BLI_array_grow_one -> BLI_array_append_retCampbell Barton
2014-09-04Vert-rip left an invalid selection with (>1 verts)Campbell Barton
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2013-08-23Fix compile in Visual Studio 2008:Andrea Weikert
2013-08-23move bmesh tools into their own include,Campbell Barton