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-10-20Cleanup: Clang-tidy bugprone-redundant-branch-conditionAnkit Meel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-08Cleanup/refactor: move init of ParticleSettings to proper place.Bastien Montagne
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-02Fix (unreported) assert in texture code when loading some old 2.74 blend file.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-10Cleanup: spellingCampbell Barton
2020-07-09Fix T78718: Crash when deleting particle system modifier with the X Shortcut.Bastien Montagne
2020-07-03Cleanup: Fluid renaming from old 'manta' naming to new 'fluid' namingSebastián Barschkis
2020-06-25Cleanup: spellingCampbell Barton
2020-06-19Cloth: allow forces to act parallel to cloth.Alexander Gavrilov
2020-06-13Cleanup: naming for lattice deform functionsCampbell Barton
2020-06-05Cleanup: spellingCampbell Barton
2020-05-15Refactor: Move particle foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-05-14Merge branch 'blender-v2.83-release'Richard Antalik
2020-05-14Fix T52782: crash rendering more virtual parent particles than childrenBrecht Van Lommel
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-01Cleanup: rename externtex to RE_texture_evaluateCampbell Barton
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
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-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Move `BKE_animdata_free()` call out of each IDType free data.Bastien Montagne
2020-03-09Cleanup: ParticleSettings: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2020-02-12Particles: remove unused sel_col and nosel_col fromPhilipp Oeser
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-06Merge branch 'blender-v2.82-release' into masterNathan Letwory
2020-02-06Particle: Added sanity in particle system removal functionSebastián Barschkis
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-31Fluid: Fixed deletion issue with secondary fluid particle systemsSebastián Barschkis
2020-01-28Fix T62730 Overlay: Selected edit hair points highlight is incorrectClément Foucault
2020-01-21Make ED_object_modifier_add() accept NULL scene parameter.Bastien Montagne
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis