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
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-03-17View 3D: support for select passthrough when picking selected itemsCampbell Barton
2022-03-16View 3D: refactor edit-mode meta-element selectionCampbell Barton
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: use struct for GPU the select bufferCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-02-24UI: Clean up use of the term "Metaballs"Yevgeny Makarov
2021-01-27UI: Fix incorrect RNA percentage property definitionsHans Goudey
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-17Cleanup: doxy sections for meta-ball operators.Campbell Barton
2020-06-17Fix T63411: Crash adding meta-ball with a small radiusCampbell Barton
2020-06-10Cleanup: remove unused MBALL_NOSEL flagCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-18Fix excessive dependency graph evaluation while painting strokesBrecht Van Lommel
2019-05-09DepsGraph: Multi ViewLayer SelectionJeroen Bakker
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/metaballCampbell Barton
2019-03-263D View: move deselect all logic into an optionCampbell Barton
2019-03-20Select Similar: use kdtree de-duplicationCampbell Barton
2019-03-19Unify "Hide Selected / Reveal Hidden" operator namesDalai Felinto
2019-03-19BLI_kdtree: use 1d tree for select similarCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-02-19DNA: rename select_color -> select_idCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-25Local ViewDalai Felinto
2018-11-09Multi-Objects Metaball: Selection refactor - fix pick and box selectionDalai Felinto
2018-11-08Cleanup: style, use const argsCampbell Barton
2018-11-07Multi-Objects: MBALL_OT_select_similarHabib Gahbiche
2018-11-07Multi-Objects: MBALL_OT_select_allDalai Felinto
2018-11-02Multi-Objects: MBALL_OT_duplicate_metaelemsDalai Felinto
2018-11-02Multi-Objects: MBALL_OT_delete_metaelemsDalai Felinto
2018-10-10UI: show confirmation for metaball deleteCampbell Barton
2018-08-143D View boarder/lasso select tool optionsCampbell Barton
2018-06-193D View: improve selection lockingCampbell Barton
2018-06-13Tag object/scene for selection update from operatorsSergey Sharybin
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-12EditMBall: multi-object select randomCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel