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-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-15Cleanup: redundant checksCampbell Barton
2020-03-09Transform Snap Object: Remove depsgraph when creating contextGermano Cavalcante
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-03-05Cleanup: material API namingCampbell Barton
2020-03-03Separate operators (mesh/curve/armature/gpencil): take user preferencesPhilipp Oeser
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-07Cleanup: `make format`Dalai Felinto
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-20Fix T72050 Subdivide method "Straight Cut" not working with N-Gons enabledSybren A. Stüvel
2020-01-16Fix incorrect return value for mesh vertex connectStanislav Blinov
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use BKE_editmesh_lnorspace_* APICampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for vert coord access, projectionCampbell Barton
2020-01-02Tool System: adjust Smooth/Randomize modal operator behaviorCampbell Barton
2019-11-27Fix T71865: Separating mesh parts breaks shape keysCampbell Barton
2019-11-21Tool System: make smooth & randomize modal operatorsCampbell Barton
2019-11-19Fix T71554: 'Hide Unselected' not working for certain selectionsPhilipp Oeser
2019-11-08EditMesh: avoid undo push on face creation if no action is madeCampbell Barton
2019-10-24Cleanup: comments, formattingCampbell Barton
2019-10-24Fix T71036: Separate loose parts crashes in object modeCampbell Barton
2019-10-20Fix T70864: Separate loose parts runs indefinitelyCampbell Barton
2019-10-02Revert "UI: use correct singular and plural nouns in report messages"Brecht Van Lommel
2019-10-01UI: use correct singular and plural nouns in report messagesYevgeny Makarov
2019-09-26Cleanup: clang-formatBrecht Van Lommel
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-02Fix T69404: Merge by distance crash with UnselectedCampbell Barton
2019-08-30Cleanup: spellingCampbell Barton
2019-08-21Transform: New Snap Option: Edge Perpendicularmano-wii
2019-08-16Fix T67999: calling Mesh.materials.clear() crashes BlenderSybren A. Stüvel
2019-08-12Fix T66922: Merge by distance tooltip text wrongPhilipp Oeser
2019-08-09Fix T67821: Snap to Symmetry not updatingSebastian Parborg
2019-08-08Cleanup: use doxy sectionsCampbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-30Fix T67370 Normal Tools(Alt +N), copy and paste not workSebastian Parborg
2019-07-24Fix T66768: Grid fill span not workingCampbell Barton
2019-07-14Cleanup: Do not use camel case for "Freestyle"Aaron Carlisle
2019-07-03Fix T66332: Move gizmo stays in place when vertex is deletedPhilipp Oeser
2019-06-29Fix T65929: multi-object editing for new normals tools.Howard Trickey
2019-06-24Fix T66030: [CRASH] Modifying Normals with Skin Modifier.Bastien Montagne
2019-06-24Fix T65824: Span property ignored in mesh.fill_gridCampbell Barton
2019-06-16Fix T65809: Blender crash while using the Normal's "merge" option in edit mode.Bastien Montagne
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-05-21Fix memory leak in Normals from Faces operatorCampbell Barton
2019-05-20Normal UI: for all ops needing autosmooth on, enable it if needed.Howard Trickey
2019-05-13Fix T64041: Vertex Sharp not working.Bastien Montagne
2019-05-08Cleanup: unused var, doxy syntax for math_matrix.cCampbell Barton
2019-05-07Normals menu for face strength improved.Howard Trickey
2019-05-05UI: TooltipsWilliam Reynish