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
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Fix T89734: incorrect dependency cycle with id property on modifierJacques Lucke
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Fix (studio reported) crash on Undo in some cases.Bastien Montagne
2021-05-25Cleanup: spellingCampbell Barton
2021-05-21Cleanup: use nullptrJacques Lucke
2021-05-21Fix T85752: Collection Instance Crash when instancing collections with disabl...Bastien Montagne
2021-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-04-26Depsgraph: support depending on collection geometryJacques Lucke
2021-02-05Depsgraph: Remove no-op evaluation functionSergey Sharybin
2021-02-05Cleanup: Use lambda instead of function bindSergey Sharybin
2021-01-29Depsgraph: Remove redundant copy-on-write operationsSergey Sharybin
2021-01-29Fix T83411: Crash when using a workspace/layout data path in a driverSergey Sharybin
2021-01-29Fix T85139: Force field texture missing depsgraph relationPhilipp Oeser
2021-01-28Revert "Depsgraph: Remove redundant copy-on-write operations"Brecht Van Lommel
2021-01-27Fix T84717: Missing viewport update after shading changesSergey Sharybin
2021-01-13Depsgraph: Remove redundant copy-on-write operationsSergey Sharybin
2021-01-13Fix T83411: Crash when using a workspace/layout data path in a driverSergey Sharybin
2021-01-12Fix T84397: Creating and removing many objects very quickly causes a crashSergey Sharybin
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-11Nodes: add Collection socket typeJacques Lucke
2020-12-07Cleanup: partial Clang-Tidy modernize-loop-convertSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-01Fix: Active rigidbodies would not recive updates after the stopped being anim...Sebastian Parborg
2020-08-28Fix Rigidbody depsgraph passive and constraint transform relations.Sebastian Parborg
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-03Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-03Fix T79222: Assert due to multiple building of same scene sequencer in depsgr...Bastien Montagne
2020-07-30Fix T79117: dependency cycle with passive rigid body objectsJacques Lucke
2020-07-22Depsgraph: build ids referenced by socketsJacques Lucke
2020-07-22Simulation: improve depsgraph integrationJacques Lucke
2020-07-16Fix T78920: missing depsgraph relation when using sound strips in VSESybren A. Stüvel
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-26Fix T78071: Drivers reading object visibility not updating automaticallySybren A. Stüvel
2020-06-25Revert "Fix T78071: Drivers reading object visibility not updating automatica...Sybren A. Stüvel
2020-06-25Fix T78071: Drivers reading object visibility not updating automaticallySybren A. Stüvel
2020-06-23Fix T77712: Crash on proxied rig, custom bone shape, driver targeting rigSybren A. Stüvel
2020-06-10Depsgraph: use blender::Vector instead of std::vectorJacques Lucke
2020-05-28Depsgraoh: Fix missing texture node allocationSergey Sharybin
2020-05-25Simulations: pass simulation data block to update functionJacques Lucke
2020-05-25Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-25Fix T76897: Lamp Power Not Updating from DriverSybren A. Stüvel
2020-05-19Merge branch 'blender-v2.83-release'Philipp Oeser