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
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-14Cleanup: remove oudated comment from early COW developmentCampbell Barton
2021-12-10Cleanup/Docs: Add comments to Mesh header, rearrange fieldsHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-24Fix T90808: wrong BoundBox after undo curve selectionGermano Cavalcante
2021-11-04Cleanup: Move object.c to C++Germano Cavalcante
2021-09-08Asset: Dropping Material assets on material slot under mouse cursor.Jeroen Bakker
2021-09-06Geometry Nodes: support for geometry instancingJacques Lucke
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-07-07Geometry Nodes: refactor logging during geometry nodes evaluationJacques Lucke
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: split BKE_object_batch_cache_dirty_tagGermano Cavalcante
2021-06-21Cleanup: pass objects as const argumentsCampbell Barton
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