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-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-07-21Fix T99733: Objects with driven visibility are evaluated when not neededSergey Sharybin
2022-03-26Cleanup: quiet compiler warningCampbell Barton
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25Revert "Implement C++ methods for DNA structures"Sergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Fix T94078: Wrong Bound Box calculated for curvesGermano Cavalcante
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-09-06Geometry Nodes: support for geometry instancingJacques Lucke
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-05-27Geometry Nodes: Draw curve data in the viewportHans Goudey
2021-03-01Cleanup: spellingCampbell Barton
2021-01-29Geometry Nodes: missing null check for volume objectsJacques Lucke
2021-01-21Geometry Nodes: initial support for volumesJacques Lucke
2020-12-15Geometry Nodes: support evaluating mesh object to geometry setJacques Lucke
2020-12-02Geometry Nodes: support geometry components in depsgraph object iteratorJacques Lucke
2020-11-24Viewport: cannot select object by clicking on its instancesJacques Lucke
2020-08-17Cleanup: spellingCampbell Barton
2020-08-07Cleanup: Depsgraph, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Clang-Tidy: Enable redundant static qualifier warningSergey Sharybin
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-24Fix T69753 Instanced Metaballs not rendering but showing up in ViewportSybren A. Stüvel
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2019-10-09Local Collections: Allow users to show hidden collectionsDalai Felinto
2019-09-24Fix T70046: Linked instanced collections not working with local collectionsDalai Felinto
2019-06-17Fix T63145: nested instancers not respecting Display Instancer settingBrecht Van Lommel
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-10Fix T64284 Mirrored Instances have flipped normals/face orientationClément Foucault
2019-05-09DepsGraph: Multi ViewLayer SelectionJeroen Bakker
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-12Fix T62470: instanced object does not preserve bounds display type.Brecht Van Lommel
2019-03-12DRW: use object color from instancerCampbell Barton
2019-03-11Despgraph: Make dupli objects inherit the parent's display typeClément Foucault
2019-02-19DNA: rename select_color -> select_idCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove original authorCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2019-01-31Depsgraph: remove features incompatible with new system.Brecht Van Lommel
2019-01-15Cleanup: rename BASE_FROMDUPLI -> BASE_FROM_DUPLICampbell Barton