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
path: root/source
AgeCommit message (Expand)Author
2022-03-01UI: Fix multi input socket outline and highlightLeon Schittek
2022-03-01Cleanup: use doxygen comments, correct spellingCampbell Barton
2022-03-01Fix: Don't tag curves component cache dirty for radiusHans Goudey
2022-03-01Fix: Use correct default in Curves to CurveEval conversionHans Goudey
2022-03-01Curves: Add method to access cyclic attributeHans Goudey
2022-03-01Cleanup: Move object_add.c to C++Hans Goudey
2022-02-28Nodes: Improve readability of selected node linksLeon Schittek
2022-02-28Geometry Nodes: Use std::move in dual mesh nodeWannes Malfait
2022-02-28Cleanup: Use bool instead of intHans Goudey
2022-02-28Merge branch 'blender-v3.1-release'Aaron Carlisle
2022-02-28Cmake: Re-enable real snow add-onAaron Carlisle
2022-02-28Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-28Fix T92288, T96041: instancing of shared mesh objects without modifiers brokenBrecht Van Lommel
2022-02-28Fix T96032: add null check to constraint operatorsHenrik Dick
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-28Fix T96073: Don't remove links when inserting reroute nodesJacques Lucke
2022-02-28Cleanup: Remove duplicated commentJulian Eisel
2022-02-28Cleanup: Move mesh_validate.c to C++Hans Goudey
2022-02-28Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-28Fix T96048: Crash on appending with driver variables loop in shapekeys.Bastien Montagne
2022-02-2818n: Add new `EDITOR_VIEW3D` translation context.Bastien Montagne
2022-02-28WM: Allow drop-box polls to use context from UIJulian Eisel
2022-02-28Animation: Sensible frame range for motion pathsColin Marmont
2022-02-28Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-28Fix T96054: Switching vertex group does not update displaySergey Sharybin
2022-02-28Fix compilation warning.Jeroen Bakker
2022-02-28Fix T95298: Multiview images not displaying correctly.Jeroen Bakker
2022-02-28Fix T95992: Crash Ancored strokes 2d texture painting.Jeroen Bakker
2022-02-28Fix T95981: Remove implicit conversion in texture paint shader.Jeroen Bakker
2022-02-28Event System: drag events now use modifier state on drag startCampbell Barton
2022-02-28Fix: Crash in Duplicate ElementJohnny Matthews
2022-02-27Fix: Incorrect assert in curves codeHans Goudey
2022-02-26UI: Use title case for labelsAaron Carlisle
2022-02-26Cleanup: typos in comments.Kévin Dietrich
2022-02-26Cleanup: Mesh normal calculation comments and logicHans Goudey
2022-02-26Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-26Fix: Failing OBJ export tests due to mesh normals commitHans Goudey
2022-02-26Fix T93123: viewport lags with custom attributesKévin Dietrich
2022-02-26Fix compile warning from earlier commit.Kévin Dietrich
2022-02-25Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-25Disable GPU subdivision if autosmooth or split normals are usedKévin Dietrich
2022-02-25Fix different shading between CPU and GPU subdivisionKévin Dietrich
2022-02-25Fix: Only possible to create one 8 bit integer attributeHans Goudey
2022-02-25Fix T94396: USD errors opening saved scenes.Michael Kowalski
2022-02-25Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-25Fix (unreported) Outliner 'liboverride create hierarchy' applied on several IDs.Bastien Montagne
2022-02-25Curves: add surface object pointerJacques Lucke
2022-02-25LibOverrides: fix handling of hierarchy root in complex cases.Bastien Montagne
2022-02-25Merge branch 'blender-v3.1-release'Campbell Barton