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-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-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
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-10-05Move sequencer sources from blenkernelRichard Antalik
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-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-10Cleanup: spellingCampbell Barton
2020-09-09Add nullptr checks in the depsgraph physics relation builderSebastian Parborg
2020-09-09Cleanup: spellingCampbell Barton
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-24Fix T80035: Fix crash switching/adding scenesSergey Sharybin
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-20Depsgraph: refactor tagging after time changesJacques Lucke
2020-08-19Cleanup: spellingCampbell Barton
2020-08-18Depsgraph: simplify DEG_evaluate_* APIJacques Lucke
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-18Cleanup: remove outdated commentsJacques Lucke
2020-08-18Cleanup: remove TimeSourceNode->cfra which is never readJacques Lucke
2020-08-18Cleanup: remove unused TimeSourceNode->offsetJacques 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-17Cleanup: sort CMake path listsCampbell Barton
2020-08-17Cleanup: spellingCampbell Barton
2020-08-12Fix T79706: Delta Transform Animation not workingSebastian Parborg
2020-08-12Cleanup: compiler warningsBrecht Van Lommel
2020-08-11Depsgraph: Use UUID to match modifiersSergey Sharybin
2020-08-11Modifier: Maintain per-modifier session UUIDSergey Sharybin
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-07Clang-Tidy: Address readability-redundant-string-initSergey Sharybin
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06Depsgraph: refactor dot exporter to use utility library from blenlibJacques Lucke
2020-08-05Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-05Fix T79544: No sound in video sequencer preview.Bastien Montagne