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-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-21Fix inconsistent node name handling in dependency graphSergey Sharybin
2022-09-16Fix: crash when evaluating geometry nodes after deleting an unlinked nodeJacques Lucke
2022-09-13Revert hidden object optimization in depsgraphSergey Sharybin
2022-09-13Fix T101004: Crash when invisible object becomes visibleSergey Sharybin
2022-08-17Cleanup: Fix outdated comments referring to DispListHans Goudey
2022-08-11Cleanup: spelling in commentsCampbell Barton
2022-08-10Depsgraph: Optimize evaluation of dependencies of disabled modifiersSergey Sharybin
2022-08-10Depsgrapg: Add per-modifier graph nodesSergey Sharybin
2022-07-27Fix T99976: Animated visibility not rendering properly in viewportSergey Sharybin
2022-07-21Cleanup: Unused forward declarationSergey Sharybin
2022-07-21Fix T99733: Objects with driven visibility are evaluated when not neededSergey Sharybin
2022-07-19Depsgraph: Cleanup, use nested namespace definitionSergey Sharybin
2022-07-19Depsgraph: Localize synchronization component visibility handlingSergey Sharybin
2022-07-19Depsgraph: Cleanup, comments wrapping and spacing between linesSergey Sharybin
2022-07-19Depsgraph: Introduce operation code for visibility operationSergey Sharybin
2022-07-19Depsgraph: Make name and name tag optional in component nodeSergey Sharybin
2022-07-19Depsgraph: Clarify comment in the component nodeSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-02-01Fix T95356: Crash in armature edit mode and certain conditionSergey Sharybin
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-03Depsgraph: Remove object-level visibility from geometry buildersSergey Sharybin
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-10Cleanup: move public doc-strings into headers for 'depsgraph'Campbell Barton
2021-11-30Depsgraph: remove shading parameters componentJacques Lucke
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-29Fix T93439: Armature widgets from hidden collections are invisibleSergey Sharybin
2021-10-03Cleanup: spelling in stringsCampbell Barton
2021-09-29Cleanup: use C comments for plain textCampbell Barton
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-06-24Workaround for assert from 27da305a404f72a75a37892e1ac080c6531d059bCampbell Barton
2021-06-24Depsgraph: remove redundant mesh data duplication in edit-modeCampbell Barton
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-19Fix T87535, T87295: issues with new persistent data optionBrecht Van Lommel
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-01-20Cleanup: spellingCampbell Barton