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-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-04-13Fix T97152: Selection tools do nothing in particle hair editCampbell Barton
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-17View 3D: support for select passthrough when picking selected itemsCampbell Barton
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-03-01Cleanup: ED_view3d_win_to_delta & ED_view3d_calc_zfac usageCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Further use of const when accessing evaluated meshHans Goudey
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: deduplicate free codeGermano Cavalcante
2021-06-21Refactor: Do not keep a copy of depth buffer in RegionView3DGermano Cavalcante
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-05-07Fix inconsistency setting particle edit-modeCampbell Barton
2021-03-30Cleanup/Refactor: Unify functions that redraw the depth bufferGermano Cavalcante
2021-03-18Cleanup: spellingCampbell Barton
2021-02-26Cleanup: use boolean argumentsCampbell Barton
2021-02-26Fix particle-edit crash on undo/redoCampbell Barton
2021-02-14Cleanup: use doxy sectionsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-27UI: Fix incorrect RNA percentage property definitionsHans Goudey
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-07Fix T84142: crash when mirroring hair emitted from verticesJacques Lucke
2020-11-20Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-19Fix T82769: remove thread local data from PTCacheMemJacques Lucke
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-08Hair: Remove warning about undo when Delete EditDalai Felinto