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
2021-03-31Cleanup: use constexpr for num channels.Jeroen Bakker
2021-03-31Fix build error on windowsRichard Antalik
2021-03-31Cleanup: Remove SEQ_CURRENT_BEGIN macroRichard Antalik
2021-03-31PyDoc: correct sphinx syntax for gpu.state.blend_setCampbell Barton
2021-03-31Cleanup: use early return for imbuf image loader functionsCampbell Barton
2021-03-31Cleanup: improve navigation gizmo flag useCampbell Barton
2021-03-31UI: Gizmo Button to Lock Camera to ViewHarley Acheson
2021-03-30Cleanup/Refactor: Unify functions that redraw the depth bufferGermano Cavalcante
2021-03-30UI: Skip undo steps when changing properties of the 3d cursorGermano Cavalcante
2021-03-30Fix: buttons whose property contains an 'owner_id' ignore rna undo checkGermano Cavalcante
2021-03-30Fix T87058: GPencil Cutter delete all strokes if they are selected and the la...Antonio Vazquez
2021-03-30Nodes: Expose multi input socket in python APIWannes Malfait
2021-03-30Cleanup: Improve commentHans Goudey
2021-03-30UI: Bring back hover shortcuts for mesh modifiersHans Goudey
2021-03-30Cleanup: use doxy sections and rearrange editmesh_knife.cGermano Cavalcante
2021-03-30Geometry Nodes: Set default grid vertices to 3 by 3Hans Goudey
2021-03-30Fix unused variable warning caused by recent cleanupHans Goudey
2021-03-30Cleanup: remove unneeded method.Jeroen Bakker
2021-03-30Cleanup: clang-format.Jeroen Bakker
2021-03-30Cleanup: Use constexpr.Jeroen Bakker
2021-03-30Compositor: Fix Incorrect Attaching NodeSockets.Jeroen Bakker
2021-03-30Cleanup: Replace std::vector with blender::Vector.Jeroen Bakker
2021-03-30Cryptomatte: Fix When Image based Cryptomatte Aren't On The First Render Layer.Jeroen Bakker
2021-03-30Fix: Compile Error COM_Debug.Jeroen Bakker
2021-03-30Cleanup: Replace virtual methods with bitflags.Jeroen Bakker
2021-03-30Geometry Nodes: support multiple group input nodesJacques Lucke
2021-03-30Cleanup: Typo in comment.Bastien Montagne
2021-03-30Armature: Add Display Axis OffsetScott Wilson
2021-03-30Python: clarify error message when accessing datablock by librarySybren A. Stüvel
2021-03-30Fix simple solidify wrong custom data on large ngonsHenrik Dick
2021-03-30Cleanup: animation, remove `BONE_UNKEYED` flagSybren A. Stüvel
2021-03-30Cleanup: clang-tidy warning.Jeroen Bakker
2021-03-30Cleanup: clang-tidy warning.Jeroen Bakker
2021-03-30Knife: snap refactor, prepare for snap gizmoGermano Cavalcante
2021-03-30Cleanup: Fix incorrect socket list nameHans Goudey
2021-03-30Cleanup: Use float4x4 type and constructorHans Goudey
2021-03-30MSVC: ASAN support for VS 16.9Ray Molenkamp
2021-03-30Fix T86944: Incorrect seeking in some moviesRichard Antalik
2021-03-30VSE: Add fit method to RNA APIRichard Antalik
2021-03-30VSE: Fix image adding inconsistencyRichard Antalik
2021-03-30Cleanup: Decrease variable scopeHans Goudey
2021-03-29Gizmo: Use a utility function to read snap gizmo valuesGermano Cavalcante
2021-03-29Snap Gizmo: Minor optimization when updating gizmo propertiesGermano Cavalcante
2021-03-29macOS/bpy: accommodate portable builds, and multi-config generators.Ankit Meel
2021-03-29Cleanup: Replace `is...Operation()` methods with a flag.Jeroen Bakker
2021-03-29Cleanup: Use Bitflags For Booleans.Jeroen Bakker
2021-03-29Fix T87013: GPencil SVG export wrong svg xml header settingsAntonio Vazquez
2021-03-29Fix T86975: GPencil interpolate wrong stroke orderAntonio Vazquez
2021-03-29Fix T86298: crash when loading "corrupted" geometry node treeJacques Lucke
2021-03-29Fix T76872: Mask created after existing keyframe gets broken handlesSergey Sharybin