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-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-bool-literalsSergey Sharybin
2020-11-06Cleanup: Clang-Tidy, readability-redundant-member-initSergey Sharybin
2020-11-06Cleanup: use STR_ELEM macroCampbell Barton
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: MiscellaneousHarley Acheson
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-30Cleanup: sort struct declarationsCampbell Barton
2020-09-28Fix T80121: Forcefield F-curve modifier changes don't reset cacheSybren A. Stüvel
2020-09-21Implement ID properties support for TimeMarkerSergey Sharybin
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-19Cleanup: spellingCampbell Barton
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-18Cleanup: use Span instead of separate pointer and lengthJacques Lucke
2020-08-17Fix T75936: Alembic, allow exporting of invisible objectsSybren A. Stüvel
2020-08-12Fix T79706: Delta Transform Animation not workingSebastian Parborg
2020-08-12Cleanup: compiler warningsBrecht Van Lommel
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: use C++ style casts in various placesJacques Lucke
2020-08-07Cleanup: Depsgraph, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-05Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-05Fix T79544: No sound in video sequencer preview.Bastien Montagne
2020-08-04Depsgraph: Fix wrong forward declarationsSergey Sharybin
2020-08-04Cleanup: converted Depsgraph Building Pipeline to object-oriented codeSybren A. Stüvel
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-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-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-20Refactor: Update integer type usageJacques Lucke
2020-07-17Cleanup: Removed incorrect `// namespace DEG` commentSybren A. Stüvel