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-11-04Cleanup: Move object.c to C++Germano Cavalcante
2021-11-03Simplification: Use generic `BKE_object_materials_test` in object liblink code.Bastien Montagne
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-10-26Cleanup: `else` after `continue`.Bastien Montagne
2021-10-26Fix crash in liboverride/pointcache handling code after recent changes.Bastien Montagne
2021-10-25Assets: Snapping with visual feedback while draggingGermano Cavalcante
2021-10-22Fix T90638: Inconsistent object data behavior when link-duplicating collections.Bastien Montagne
2021-10-22Cleanup: spelling in comments, use C style commentsCampbell Barton
2021-10-21IDManagement: Add option to clear asset data when making ID local.Bastien Montagne
2021-10-20Fix T89771: Cloth disk cache is not read on library overrides when original l...Bastien Montagne
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-08Fix T92046: Mesh to GPencil fails because materials are not createdAntonio Vazquez
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-09-30Fix T90246: Full Copy'ing a scene confuses physics in the original scene.Bastien Montagne
2021-09-24Fix T91240: Object duplication was duplicating its action twice.Bastien Montagne
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-09-09IDmanagement: makelocal: Fix mistake in recent commit.Bastien Montagne
2021-09-09Fix typo in BKE_object_as_kdtreePhilipp Oeser
2021-09-08Asset: Dropping Material assets on material slot under mouse cursor.Jeroen Bakker
2021-09-07Fix T91236: AssetBrowser crash with certain collectionsPhilipp Oeser
2021-09-07ID management: add options to force make local or force copy IDs when making ...Bastien Montagne
2021-09-06Geometry Nodes: support for geometry instancingJacques Lucke
2021-09-03Improve message in ob_parbone() about the missing Parent BonePhilipp Oeser
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-24Fix T90840: Can't duplicate or copy (Ctrl-C) object from linked file.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Render: move Cycles visibility, holdout and shadow catcher properties to BlenderBrecht Van Lommel
2021-08-03Blender Readfile: Fix annoying useless Object reading error messages.Bastien Montagne
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-09Cleanup: rename BKE_animdata_{add=>ensure}_idCampbell Barton
2021-07-08GPencil: Support camera "Frame Selected" and object previewsJulian Eisel
2021-07-07Geometry Nodes: refactor logging during geometry nodes evaluationJacques Lucke
2021-07-05Fix (studio reported) missing object's parent handling in readfile expand code.Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: remove redundant/outdated commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Cleanup: pass objects as const argumentsCampbell Barton
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton