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-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
2020-06-02Cleanup: use C++'s nullptr instead of our own C NULL define, in C++ code.Bastien Montagne
2020-06-02Merge branch 'blender-v2.83-release'Bastien Montagne
2020-06-02Fix T77192: Crash when opening bunny.blend file.Bastien Montagne
2020-05-28Fix T65889: Hair Particles not updating when using image sequenceSergey Sharybin
2020-05-28Depsgraoh: Fix missing texture node allocationSergey Sharybin
2020-05-28Cleanup: spellingCampbell Barton
2020-05-25Simulations: pass simulation data block to update functionJacques Lucke
2020-05-25Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-25Fix T76897: Lamp Power Not Updating from DriverSybren A. Stüvel
2020-05-19Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-19Fix T76689: Armature layers not indicating the existence of bonesSybren A. Stüvel
2020-05-14Fluid: Rename smoke flow forces to fluid flow forcesSebastián Barschkis
2020-05-13Simulation: Add modifier to access simulation dataJacques Lucke
2020-05-09Cleanup: doxy commentsCampbell Barton
2020-05-09Cleanup: spellingCampbell Barton
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-05-08GPencil: Refactor - Rename modifier and shder functionsAntonio Vazquez
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-06Depsgraph: Fix memory leakJacques Lucke
2020-05-04Merge branch 'blender-v2.83-release'Sergey Sharybin
2020-05-04Fix T76251: Animated procedural texture does not influence particle systemLuc Revardel
2020-05-04Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-04T76121 Driver depending on animated modifier property does not updateSybren A. Stüvel
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-25Merge branch 'blender-v2.83-release'Nathan Craddock