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
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: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-bool-literalsSergey Sharybin
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-28Fix T82149: Blender crash when using collection user_id remapping (python).Bastien Montagne
2020-10-26Fix T81426: Infinite loop building VSE relationsRichard Antalik
2020-10-20Simulation: remove particle nodes with outdated designJacques Lucke
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-06Fix T81218: Crash in pose mode using a driver on bendy bone SegmentSybren A. Stüvel
2020-10-06Cleanup: Depsgraph, reduce nesting of driver relations codeSybren A. Stüvel
2020-09-28Fix T80121: Forcefield F-curve modifier changes don't reset cacheSybren A. Stüvel
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-19Cleanup: spellingCampbell Barton
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-10Fix T77685: object transforms from rigid body simulation are ignored by modif...Jacques Lucke
2020-08-07Cleanup: Depsgraph, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-30Add compound shape for rigid body simulationDavid Vogel
2020-07-30Fix T79117: dependency cycle with passive rigid body objectsJacques Lucke
2020-07-25Simulation: cleanup dna dataJacques Lucke
2020-07-23Merge branch 'blender-v2.90-release'Jacques Lucke
2020-07-23Fix T77277: building depsgraph inter-driver relations is slowSybren A. Stüvel
2020-07-23Simulation: add depsgraph relations for ids referenced by node treeJacques Lucke
2020-07-23Cleanup: unused argumentCampbell Barton
2020-07-22Depsgraph: build ids referenced by socketsJacques Lucke
2020-07-22Simulation: improve depsgraph integrationJacques Lucke
2020-07-17Cleanup: Removed incorrect `// namespace DEG` commentSybren A. Stüvel
2020-07-16Fix T78920: missing depsgraph relation when using sound strips in VSESybren A. Stüvel
2020-07-10Cleanup: spellingCampbell Barton
2020-06-30Fix missing relation in compositor depsgraphSybren A. Stüvel
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-26Cleanup: Depsgraph, remove unused `Base *` parameterSybren A. Stüvel
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-18Depsgraph: use blender::Map instead of std::mapJacques Lucke
2020-06-10Depsgraph: use blender::Vector instead of std::vectorJacques Lucke
2020-06-02Depsgraph: Remove unneeded `RNA_path_resolve`Jeroen Bakker
2020-06-02Merge branch 'blender-v2.83-release'Bastien Montagne
2020-06-02Cleanup: use C++'s nullptr instead of our own C NULL define, in C++ code.Bastien Montagne
2020-06-02Merge branch 'blender-v2.83-release'Bastien Montagne
2020-06-02Fix T77192: Crash when opening bunny.blend file.Bastien Montagne
2020-05-28Fix T65889: Hair Particles not updating when using image sequenceSergey Sharybin
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-14Fluid: Rename smoke flow forces to fluid flow forcesSebastián Barschkis