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
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-22Fix bone select failing with end-points outside the viewCampbell Barton
2021-06-22Cleanup: use early return for selection callbacksCampbell Barton
2021-06-21Refactor: Do not keep a copy of depth buffer in RegionView3DGermano Cavalcante
2021-06-21Fix T32214: Wireframe edge select fails with verts behind the viewCampbell Barton
2021-06-18Performance: Limit recounting during selection mode flushing.Jeroen Bakker
2021-04-08Add ability to get a selection list of bonesSebastian Parborg
2021-03-22Fix T86666: Lasso and Circle select tools selecting objects behind clip_minGermano Cavalcante
2021-03-08Cleanup: use ofs instead of offs as an abbreviation for offsetCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-11Fix T82881: Paint mask 'deselect on nothing' missed viewport updatePhilipp Oeser
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-16Cleanup: use uint8_t for various flags in curvesJacques Lucke
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-03Fix missing cursor changes with "Lock Object Modes" disabledJulian Eisel
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-08-28Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-28Fix T80182: Curve [Edit Mode] : Can't Deselect Control Point with Select BoxPhilipp Oeser
2020-08-04Sculpt: Split Box Mask into its own operatorPablo Dobarro
2020-08-04Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-04Fix T79503: Selecting edit-bones while holding Ctrl crashesCampbell Barton
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-03Cleanup: Editors/Space/View3D, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-10Cleanup: remove unused MBALL_NOSEL flagCampbell Barton
2020-05-26Curves: Implement Handles for selected points onlyAntonio Vazquez
2020-05-06Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-06Fix T76445: Selecting an object no longer cycles past the activeCampbell Barton
2020-05-05Cleanup: use int instead of short for lasso array lengthCampbell Barton
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton
2020-05-04Cleanup: pass ARegion, View2D as constCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: bone cursor picking APICampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-12Cleanup: spelling, clang-formatCampbell Barton
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-15Fix T71091: Object restrict selection conflicts with pose selectionCampbell Barton
2019-12-30Tracking: Selection CrashJeroen Bakker
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-10-08Fix T70601: Lasso select not functioning correctly in Armature Edit Modemano-wii