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-07-30Add compound shape for rigid body simulationDavid Vogel
2020-07-30Fix T79117: dependency cycle with passive rigid body objectsJacques Lucke
2020-07-28Cleanup: spelling, commentsCampbell Barton
2020-07-27Merge remote-tracking branch 'origin/blender-v2.90-release'Sybren A. Stüvel
2020-07-27Fix T79121: Dependency cycle when driver points to prop with 'scale' in nameSybren A. Stüvel
2020-07-25Simulation: cleanup dna dataJacques Lucke
2020-07-24Merge branch 'blender-v2.90-release'Jacques Lucke
2020-07-24Depsgraph: use construct on first use idiom for graph registryJacques 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-20BLI: add typedefs for containers that use raw allocatorsJacques Lucke
2020-07-20Refactor: Update integer type usageJacques 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-07-09Particles: Create a simulation state for every Particle Simulation nodeJacques Lucke
2020-07-03Clang-Tidy: More fixed of redundant check before deleteSergey Sharybin
2020-07-03Clang-Tidy: Enable redundant static qualifier warningSergey Sharybin
2020-07-03Depsgraph: Use C++ style of guarded allocation of objectsSergey Sharybin
2020-06-30Fix missing relation in compositor depsgraphSybren A. Stüvel
2020-06-30LibOverride: properly tag owner ID for override refresh, when embedded one is...Bastien Montagne
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-29Cleanup: use std::make_unique instead of blender::make_uniqueJacques Lucke
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
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-25Cleanup: spellingCampbell Barton
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-18LibOverride: only tag actually changed orig IDs for automatic override diffing.Bastien Montagne
2020-06-18Depsgraph: use blender::Map instead of std::mapJacques Lucke
2020-06-15Fix unhandled RECALC options in depsgraph code after recent change.Bastien Montagne
2020-06-12LibOverride: Remove 'auto override' option.Bastien Montagne
2020-06-10Depsgraph: use blender::Set instead of std::setJacques Lucke
2020-06-10Depsgraph: use blender::Vector instead of std::vectorJacques Lucke
2020-06-10Depsgraph: use native Set data structureJacques Lucke
2020-06-10BLI: update behavior of Map.lookup_or_addJacques Lucke
2020-06-09Cleanup: move hashing of OperationIDKey to member functionJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-06-08Simulations: initial simulation state and cacheJacques Lucke
2020-06-02Depsgraph: Remove unneeded `RNA_path_resolve`Jeroen Bakker
2020-06-02Merge branch 'blender-v2.83-release'Bastien Montagne