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-24Rebase branchJoseph Eagar
2020-10-09Fix T81573: Users refcount not incremented when creating a proxy.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-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-17Pointclouds: support mesh <-> pointcloud in convert operatorPhilipp Oeser
2020-09-16Cleanup: Separate BKE_object_link_modifiers into functionsNathan Craddock
2020-09-15Fix T80443: Object.active_shape_key None after adding a shapeCampbell Barton
2020-09-07Cleanup: use doxy comments in object.cCampbell Barton
2020-09-07Cleanup: remove redundant scene argument in BKE_object_addCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-03Object: add BKE_object_obdata_to_type utility functionCampbell Barton
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-21Cleanup: remove LodLevelJacques Lucke
2020-08-11Modifier: Maintain per-modifier session UUIDSergey Sharybin
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-07-28Cleanup: spelling, commentsCampbell Barton
2020-07-28Cleanup: Commented `BKE_object_moves_in_time()` does not consider physicsSybren A. Stüvel
2020-07-28Cleanup: spelling fix in commentSybren A. Stüvel
2020-07-26Fix T79272: Dimensions fail on negative scaled axisCampbell Barton
2020-07-21Fix T78994: Clear selected pose doesn't work without animationHans Goudey
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-09Implement T77959: Never duplicate linked data during deep-copy.Bastien Montagne
2020-07-03Cleanup: Fluid renaming from old 'manta' naming to new 'fluid' namingSebastián Barschkis
2020-07-02Fix crash calculating vertex parent in edit-modeCampbell Barton
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-18Fix T78004: Instant crash when Shift+D duplicating a Collection Instance.Bastien Montagne
2020-06-17ID Duplicate: Factorize a lot the code.Bastien Montagne
2020-06-17ID Duplicate: uniformize Action duplication.Bastien Montagne
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-16Cleanup: use explicit enum type for duplicate option of `BKE_object_duplicate`Bastien Montagne
2020-06-10Enable (deep) copy of overrides.Bastien Montagne
2020-06-10Cleanup: move BKE_mesh_wrapper functions into own headerCampbell Barton
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-05-22Fix T76949: Crash When Selecting Materials Tab.Bastien Montagne
2020-05-21Refactor: Move object foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-05-20Merge branch 'blender-v2.83-release'Clément Foucault
2020-05-20Fix T76916: Cycles missing deform motion blur for shape key + subdiv modifierBrecht Van Lommel
2020-05-08Cleanup: clang-formatCampbell Barton
2020-05-08GPencil: Refactor - Rename modifier and shder functionsAntonio Vazquez
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-07GPencil: Add support for Link ModifiersAntonio Vazquez
2020-05-07Cleanup: Replace for loop with LISTBASE_FOREACH macroAntonio Vazquez
2020-05-07GPencil: Add support for Link ModifiersAntonio Vazquez
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel