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-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-09-09IDmanagement: makelocal: Fix mistake in recent commit.Bastien Montagne
2021-09-09Fix typo in BKE_object_as_kdtreePhilipp Oeser
2021-09-08Cleanup: consisten naming slot -> resolution.Jeroen Bakker
2021-09-08Fix T90825: Performance texture painting with limited scale.Jeroen Bakker
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-06ImBuf: add IMB_allocFromBufferOwn that takes ownership of the bufferCampbell Barton
2021-09-06Cleanup: support passing in arbitrary buffers to IMB_allocFromBufferCampbell Barton
2021-09-06UI: Blend Preview Thumbnails Showing WorkspaceHarley Acheson
2021-09-05Compositor: New Posterize NodeAaron Carlisle
2021-09-04RNA: support extracting names from paths without allocating memoryCampbell Barton
2021-09-03Improve message in ob_parbone() about the missing Parent BonePhilipp Oeser
2021-09-03GPencil: Smooth thickness when joining strokesAntonio Vazquez
2021-09-03Fix T91159: GPencil Smooth brush is using Affect Pressure but not usedAntonio Vazquez
2021-09-02Fix regression in recent change 0708733c46cb6b50697c1b80a6541d6fb410267eCampbell Barton
2021-09-02Cleanup: remove redundant edit-mesh memory allocationCampbell Barton
2021-09-02Fix T90972: Crash calling Mesh.clear_geometry in edit-modeCampbell Barton
2021-09-02Fix T91123: Freeing meshes in edit-mode leaks memoryCampbell Barton
2021-09-02Cleanup: spelling in commentsCampbell Barton
2021-09-01Cleanup: remove redundant strstr callsCampbell Barton
2021-08-31Fix T91060: GPencil Time Offset Modifier breaks evaluation timePhilipp Oeser
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-31Cleanup: add CTX_data_pointer_set_ptr & CTX_data_list_add_ptrCampbell Barton
2021-08-30Nodes: add more flexible method to declare sockets of a nodeJacques Lucke
2021-08-30Geometry Nodes: Curve Fill NodeErik Abrahamsson
2021-08-30Geometry Nodes: Enhance the cube mesh primitive as a cuboidRajesh Advani
2021-08-28BLI_string_utf8: add buffer size arg to BLI_str_utf8_from_unicodeCampbell Barton
2021-08-27Fix failing alembic test after IDProperty UI data refactorHans Goudey
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-08-27VSE: Transform overwrite modeRichard Antalik
2021-08-27Cleanup: utf8 stepping functionsCampbell Barton
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-26Cleanup: soft CMake file listsCampbell Barton
2021-08-26Cleanup: sort struct blocksCampbell Barton
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-08-25Cleanup and remove SEQ_ALL_BEGIN macroSebastian Parborg
2021-08-25Cleanup: Mentioning incorrect source file in comment.Jeroen Bakker
2021-08-25BLI_string_utf8: remove unnecessary utf8 decoding functionsCampbell Barton
2021-08-24Fix T90900: Crash when rendering geometry nodes created curveHans Goudey
2021-08-24Cleanup: Make function static, remove unused argumentsHans Goudey
2021-08-24Fix T90715: Remove correct particle modifier through Python APIRobert Guetzkow
2021-08-24Cleanup: ID management: Remove useless internal for `BKE_lib_id_clear_library...Bastien Montagne
2021-08-24Cleanup: Remove useless Camera `make_local` callback.Bastien Montagne
2021-08-24Cleanup: Simplify logicHans Goudey
2021-08-24FFMPEG: Fix building with older versions that need FFMPEG_USE_DURATION_WORKAR...Sebastian Parborg
2021-08-24Fix T90840: Can't duplicate or copy (Ctrl-C) object from linked file.Bastien Montagne
2021-08-24Fix BLI_str_utf8_as_unicode_step reading past intended boundsCampbell Barton