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-12-08Cleanup: move public doc-strings into headers for 'modifiers'Campbell Barton
2021-12-07Geometry Nodes: move type conversions to blenkernelJacques Lucke
2021-12-06Fix T93611: Curve modifier crash in editmode in certain situationsPhilipp Oeser
2021-12-01Fix T92561: unstable particle distribution with Alembic filesKévin Dietrich
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-30Cleanup: use colon after doxygen params, correct slash directionCampbell Barton
2021-11-29Cleanup: Silenced clang-tidy warning.Jeroen Bakker
2021-11-26Geometry Nodes: add utility to set remaining outputsJacques Lucke
2021-11-25Merge remote-tracking branch 'origin/blender-v3.0-release'Sergey Sharybin
2021-11-25Fix T91444: Edge Loop Preview fails with two Mirror ModifiersBastien Montagne
2021-11-24Geometry Nodes: reduce thread switching in evaluatorJacques Lucke
2021-11-24Geometry Nodes: add utility to show debug messages in node editorJacques Lucke
2021-11-24Geometry Nodes: reduce number of scheduled nodes in evaluatorJacques Lucke
2021-11-24Cleanup: removed shadowed variableJacques Lucke
2021-11-24Fix T93345: missing null check for geometry nodes loggerJacques Lucke
2021-11-23Merge branch 'blender-v3.0-release'Jacques Lucke
2021-11-23Fix (unreported): unlinked group input is not logged in geometry nodesJacques Lucke
2021-11-23Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-23Fix broken handling of constraints reordering with library overridesJulian Eisel
2021-11-23Geometry Nodes: Node execution time overlayErik
2021-11-23Geometry Nodes: reduce overhead when processing single valuesJacques Lucke
2021-11-22Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-22Fix T92631: Fix negative thickness regression in complex solidifyHenrik Dick
2021-11-22Cleanup: use simple data member instead of callbackJacques Lucke
2021-11-22Cleanup: make naming more consistentJacques Lucke
2021-11-17Merge branch 'blender-v3.0-release'Jacques Lucke
2021-11-17Fix: wrong assert in geometry nodes evaluatorJacques Lucke
2021-11-16Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-16Fix T93085: Incorrect geometry nodes modifier warningHans Goudey
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-11Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-11Fix: Incorrect modifier warning with non-geometry input firstHans Goudey
2021-11-11Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-11Fix T89313: Attribute search crash with animation playbackHans Goudey
2021-11-10Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-10Geometry Nodes: Clarify modifier node group errorsHans Goudey
2021-11-09Merge branch 'blender-v3.0-release'Philipp Oeser
2021-11-09Fix T92928: Geometry nodes animation decorator wrong for vectorsPhilipp Oeser
2021-11-09Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-09Fix T92384: Wrong UV layers used with Boolean Modifier (Fast Solver)Campbell Barton
2021-11-08Cleanup: avoid error prone struct declarations in C++Campbell Barton
2021-11-05Fix part of T89313: Attribute search crash during animation playbackHans Goudey
2021-11-04Fix T92778: Cloth Point Cache Name disappears after Make Library Override.Bastien Montagne
2021-11-03Fix T91862: do type conversion when data enters or exists node groupJacques Lucke
2021-11-02Fix lots of missing messages i18n handling in `uiItemL` calls.Bastien Montagne
2021-11-02UIMessages/i18n: Fix incorrect part of rBdabfac37e35274b.Bastien Montagne
2021-11-02Fix more UI message/i18n issues.Bastien Montagne
2021-10-27Geometry Nodes: Show hint in empty output attributes panelHans Goudey
2021-10-27Fix building WITH_FLUID=OFFCampbell Barton
2021-10-27Fix warning after recent fluid modifier changesSergey Sharybin