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-02-10Rebase on mastertemp-license-header-spdxCampbell 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
2018-12-27Cleanup: styleCampbell Barton
2018-12-21Fix inconsistent/broken Cycles object visibility for instances.Brecht Van Lommel
2018-11-25Local ViewDalai Felinto
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-19Despgraph: Keep track of per-component visibilitySergey Sharybin
2018-08-28Fix T56530, T56523: collection visiblity toggling wrong after recent changes.Brecht Van Lommel
2018-08-21Cleanup: Fix typosJoshua Leung
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-12Depsgraph: Set temp object to invalid state as soon as it becomes inaccessibleSergey Sharybin
2018-06-12Depsgraph: Cleanup, wrap private functions to an anonymous namespaceSergey Sharybin
2018-06-11Cleanup: remove unused DAG_EVAL_PREVIEW mode.Brecht Van Lommel