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-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-09-16Cleanup: Separate BKE_object_link_modifiers into functionsNathan Craddock
2020-09-07Cleanup: spellingCampbell 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-11Modifier: Maintain per-modifier session UUIDSergey Sharybin
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-07-09Implement T77959: Never duplicate linked data during deep-copy.Bastien Montagne
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-16Fix issue with uint in headers in recent own commit.Bastien Montagne
2020-06-16Cleanup: use explicit enum type for duplicate option of `BKE_object_duplicate`Bastien Montagne
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-03Cleanup: use tern 'sync' instead of 'synchronization' for function namesCampbell Barton
2020-03-18Cleanup: spellingCampbell Barton
2020-03-13Multires: Fix Subdivide, Reshape and Apply BaseSergey Sharybin
2020-03-06Cleanup: Object: remove unused BKE API.Bastien Montagne
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-20Cleanup: unused enumsCampbell Barton
2020-02-20Cleanup: declatatuons for functions that don't existCampbell Barton
2020-01-27Cleanup: removed unused derivedDeform and derivedFinalBrecht Van Lommel
2019-11-26Anim: added BKE_object_moves_in_time(object) functionSybren A. Stüvel
2019-11-26Removed `BKE_object_is_animated()`Sybren A. Stüvel
2019-11-07Fix T69822: Switching sculpt objects breaks undoCampbell Barton
2019-09-23Cleanup: remove unimplemented texture space rotation variablesBrecht Van Lommel
2019-09-09DNA: use defaults for Object, Mesh, MaterialCampbell Barton
2019-09-06Fix T69536: Setting dimensions for parented objects failsCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-02Fix T65778: Missing selection update with linked objects in edit modeSergey Sharybin
2019-06-04Fix T65054: Blender 2.80 crashes when opening a scene created by blender 2.7x...Bastien Montagne
2019-05-31Fix various missing updates in sculpt mode, when changing modifiers and dyntopoBrecht Van Lommel
2019-05-27Depsgraph API: Allow preserving custom data layersSergey Sharybin
2019-05-16Tweak API to support adding evaluated meshes to main databaseSergey Sharybin
2019-05-09DepsGraph: Multi ViewLayer SelectionJeroen Bakker
2019-05-01BKE_pchan: add BKE_pchan_rot_to_mat3Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-15Fix T62313 - No way to remove object from master collection in 3d viewDalai Felinto
2019-03-07DRW: show image empty frame when the 'side' is hiddenCampbell Barton
2019-03-01Outliner: Collection - Duplicate Hierarchy, and Duplicate Linked HierarchyDalai Felinto
2019-03-01Fix T62015: Duplicating object, rotating, pivot point not usedSergey Sharybin
2019-02-27Move base flags evaluation to its own functionSergey Sharybin
2019-02-18DNA: rename Object.size -> scaleCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton