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-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Transform Snap Object: Remove depsgraph when creating contextGermano Cavalcante
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-12-03Fix T72112: Perpendicular snapping with closest not workingmano-wii
2019-12-02Overlay Engine: Refactor & CleanupClément Foucault
2019-10-31Transform: Add option to exclude back facing geometry from snappingmano-wii
2019-10-28Cleanup: correct argument type mismatchCampbell Barton
2019-10-28Fix T50148: Header: Wrong rounding when moving framesmano-wii
2019-10-28Cleanup: use doxy sections for transform_snapmano-wii
2019-08-28Cleanup: make transform data in object mode flag publicCampbell Barton
2019-08-26Transform: support snapping origins onto the objects geometryCampbell Barton
2019-08-24Fix object origin transform with vertex snappingCampbell Barton
2019-08-23Snapping System: Improve drawing indicating `Perpendicular` snapmano-wii
2019-08-22Transform: Snap Perpendicular: Use `snapTarget` instead of `center_global`mano-wii
2019-08-21Transform: New Snap Option: Edge Perpendicularmano-wii
2019-08-20Editor Transform: New Snap Option Middlemano-wii
2019-08-15Fix T68684: Vertex snapping with median not working if the object is not at c...mano-wii
2019-07-10Cleanup: avoid line breaks from trailing commentsCampbell Barton
2019-05-02Refactor grid and scale indicator text drawingJacques Lucke
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17Cleanup: comment length in transformCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-27Fix T61945: Scaling with invalid snap distancesSebastian Parborg
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16Cleanup: rename SPACE_IPO -> SPACE_GRAPHCampbell Barton
2019-02-16DNA: rename SpaceIpo -> SpaceGraphCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-20Fix T59083: normal transform orientation ignores absolute grid snap.Sebastian Parborg
2018-12-18Transform: when snap affect is off for a transform mode, ignore snap settings...Brecht Van Lommel
2018-12-18Transform: option to use incremental snappingCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Missed last commitCampbell Barton
2018-11-29Fix T58125: UV Editor transform failsCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19UV Snap: minor uv-nearest optimizationsCampbell Barton
2018-09-18Fix T54685: EditMesh UV's transform snapping only checks active objectAlan
2018-08-22Transform: factor out matrix multiply w/ snappingAndrew Hale
2018-07-25Fix T55895: VSE crash while moving a stripBastien Montagne
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault