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-05-04Merge branch 'master' into simulation-access-modifierJacques Lucke
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-29Depsgraph: use native BLI data structures in registryJacques Lucke
2020-04-29Cleanup: use const args for depsgraph functionsCampbell Barton
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28Depsgraph: use BLI::Vector for RelationsJacques Lucke
2020-04-28Depsgraph: Use BLI::Map for constraint_to_pchan_map_Jacques Lucke
2020-04-28Depsgraph: use BLI::Set for entry_tagsJacques Lucke
2020-04-28Depsgraph: use BLI::Map in RootPChanMapJacques Lucke
2020-04-28Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-28Depsgraph: Add IDProperties handling.Bastien Montagne
2020-04-28Depsgraph: Use BLI::Map in more placesJacques Lucke
2020-04-28Depsgraph: Use BLI::Map for RNANodeQuery.id_data_map_Jacques Lucke
2020-04-27add BKE_simulation_data_update functionJacques Lucke
2020-04-27Merge branch 'master' into simulation-access-modifierJacques Lucke
2020-04-25Merge branch 'blender-v2.83-release'Nathan Craddock
2020-04-24Fix T69753 Instanced Metaballs not rendering but showing up in ViewportSybren A. Stüvel
2020-04-24Depsgraph: Use BLI::Map instead of GHash for operations_mapJacques Lucke
2020-04-24Depsgraph: Use BLI::Set instead of std::unordered_setJacques Lucke
2020-04-24Cleanup: remove unused arg, clang-formatCampbell Barton
2020-04-23Cleanup: silence unused parameter warningJacques Lucke
2020-04-23Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-04-23Fix T75611: slow transform of many objects at the same timeBrecht Van Lommel
2020-04-22separate node typeJacques Lucke
2020-04-22proper operation typeJacques Lucke
2020-04-22initial simulation access modifierJacques Lucke
2020-04-21CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data`Jeroen Bakker
2020-04-21Fix T75845: some dependencies update missing when painting textures.Luc Revardel
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-17Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-04-17Fix T75686: Animating scene audio volume doesn't workSybren A. Stüvel
2020-04-17Cleanup: use colon after doxygen parameters, spellingCampbell Barton
2020-04-15Cleanup: unused variable, spellingCampbell Barton
2020-04-14Fix T75542: toggling modifier visibility not working correct with undo speedupBrecht Van Lommel
2020-04-14Cleanup: spellingCampbell Barton
2020-04-10Fix T67232: Multiples targetless IKs in a chain gives weird behaviour (known ...Sebastian Parborg
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-04-08Fix missed depsgraph update after undo in some casesBrecht Van Lommel
2020-04-07Undo: change depsgraph recalc flags handling to improve performanceBrecht Van Lommel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-04-03Cleanup: use tern 'sync' instead of 'synchronization' for function namesCampbell Barton
2020-04-02Fix T74983: Material preview icons don't refreshSybren A. Stüvel
2020-04-01Fix T74224: Add missing depsgraph relations for boid particlesJacques Lucke
2020-03-28Cleanup: Removing unused parameter.Jörg Müller
2020-03-28Cleanup: compiler warningsBrecht Van Lommel
2020-03-24Cleanup: spellingCampbell Barton
2020-03-23Revert "COW: Edit Mesh: Do not copy the looptris pointer"Germano Cavalcante
2020-03-23Fix T74984: Crash opening specific production filesSergey Sharybin