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
2021-04-30Object: rename BKE_object_runtime_free, leave data clearedCampbell Barton
2021-04-30Object: improve on fix for Object.to_mesh() crash T86871Campbell Barton
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-08Spreadsheet: support showing data of specific nodeJacques Lucke
2021-03-29Fix T78650: Lattice evaluation writes to shared dataSybren A. Stüvel
2021-02-20Python: Add to_curve method to the object APIOmar Emara
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-11Fix T83422: Dimensions incorrect after undoing if it has modified geometry.Bastien Montagne
2020-12-28Add operator to copy a modifier to all selected objectsErik Abrahamsson
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-11-06Refactor: move Object .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-11-06Refactor: move ShaderFx .blend I/O to blenkernelJacques Lucke
2020-11-02Cleanup: Document output of `BKE_object_where_is_calc` and friendsSybren A. Stüvel
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