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-10Fix T91518: crash when recalculating looptris after clearing geometry.Jeroen Bakker
2021-11-09Fix T92908: print warning when instance recursion limit is reachedJacques Lucke
2021-11-09Fix T91923: Save/Apply as Shape Key ignores shape keysCampbell Barton
2021-11-09Fix T92934: crash rendering with wrong image pathJacques Lucke
2021-11-08Fix T92481: Memory leak with subdivision surface modifierCampbell Barton
2021-11-05Fix T92815: Incorrect handling of evaluated meshes from curvesHans Goudey
2021-11-05Fix part of T89313: Attribute search crash during animation playbackHans Goudey
2021-11-05Fix T92848: Crash when joining curves with spline domain attributesHans Goudey
2021-11-05Fix: Viewport stats wrong for Geometry Nodes instancesErik
2021-11-05Fix T92850: Curve to mesh incorrect for single point profilesHans Goudey
2021-11-04Cleanup: Move object.c to C++Germano Cavalcante
2021-11-04Fix T92799: handle undefined node group type in field inferencingJacques Lucke
2021-11-04Fix T92649: incorrect copying of anonymous attributes in many placesJacques Lucke
2021-11-03Fix T92780: Lost material in case of local object, and missing linked obdata.Bastien Montagne
2021-11-03Simplification: Use generic `BKE_object_materials_test` in object liblink code.Bastien Montagne
2021-11-03Fix T89709: avoid double node links after delete and reconnectColin
2021-11-03Fix access to current preferences when version patching read preferencesJulian Eisel
2021-11-03Fix: make sure geometry owns mesh before taking ownershipJacques Lucke
2021-11-03Cleanup: spellingCampbell Barton
2021-11-02Cleanup: Improve curve point attribute assertHans Goudey
2021-11-02Fix T92652: Joining curves breaks point attribute orderHans Goudey
2021-11-02Cleanup: Add function to get attribute ID from custom data layerHans Goudey
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-11-01Fix T92662: Curve to mesh start cap invalid topologyHans Goudey
2021-11-01Fix crash when "HOME" environment variable isn't definedCampbell Barton
2021-10-29Geometry Nodes: do cache invalidation after writing attributesJacques Lucke
2021-10-29Fix T92552: Spline evaluation with all points at the originHans Goudey
2021-10-28Fix (unreported) potential issue in new `BKE_libblock_relink_to_newid_new`Bastien Montagne
2021-10-27Fix T92264: incorrect field inferencing when muting link between reroutesJacques Lucke
2021-10-27Fix T92328: crash during field inferencing when there is a link cycleJacques Lucke
2021-10-27Fix: missing cache invalidation when there is only one splineJacques Lucke
2021-10-27Cleanup: Rename `scene.c`'s `FOREACHID_PROCESS` macro to `FOREACHID_PROCESS_I...Bastien Montagne
2021-10-27Cleanup: clang-format, clang-tidy, spellingCampbell Barton
2021-10-27Revert "Revert "Eevee: support accessing custom mesh attributes""Germano Cavalcante
2021-10-26Revert "Eevee: support accessing custom mesh attributes"Ray Molenkamp
2021-10-26Geometry Nodes: Get and set nodes for ID attributeHans Goudey
2021-10-26Assets: Rename "Default" asset library to "User Library"Julian Eisel
2021-10-26Geometry Nodes: geometry component type warning systemJacques Lucke
2021-10-26Fix: Inverted normal for one curve to mesh capHans Goudey
2021-10-26Geometry Nodes: Only create instance IDs when they existHans Goudey
2021-10-26Eevee: support accessing custom mesh attributesKévin Dietrich
2021-10-26Geometry Nodes: Handle multiple grids in the volume to mesh nodeHans Goudey
2021-10-26Cleanup: clang-formatBrecht Van Lommel
2021-10-26Geometry Nodes: remove reference to anonymous attributes in tooltipsJacques 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-26Cleanup: build warnings.Bastien Montagne
2021-10-25Assets: Snapping with visual feedback while draggingGermano Cavalcante
2021-10-25Geometry Nodes: Add "Fill Caps" option to curve to mesh nodeHans Goudey