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-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: 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-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
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-08-04Depsgraph: Fix wrong forward declarationsSergey Sharybin
2020-08-04Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-08-04Depsgraph: Use UUID to identify pose channelsSergey Sharybin
2020-08-04Pose channel: Add session UUIDSergey 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-31Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-31Cleanup: Remove unused original pointer in SequenceSergey Sharybin
2020-07-31Fix T78835: Ghosting audio after using undoSergey Sharybin
2020-07-31Depsgraph: Add command line argument to debug UUIDsSergey Sharybin
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