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-05-14Python GPU: New 'platform' moduleGermano Cavalcante
2021-05-14Python GPU: New 'capabilities' moduleGermano Cavalcante
2021-05-14Cleanup: use enum types for screen direction variablesCampbell Barton
2021-05-14PyAPI: use iterators for ID property methods (keys, values & items)Campbell Barton
2021-05-14Nodes: fix connecting wrong sockets when inserting nodeJacques Lucke
2021-05-14Merge branch 'blender-v2.93-release'Jacques Lucke
2021-05-14Fix T87417: crash when evaluating geo nodes without window managerPratik Borhade
2021-05-14Merge branch 'blender-v2.93-release'Campbell Barton
2021-05-14Fix memory leak in IDPropertyGroup.pop()Campbell Barton
2021-05-14Geometry Nodes: use texture socket in Attribute Sample Texture nodeJacques Lucke
2021-05-14Cleanup: sort include dirs in CMakeLists.txtSybren A. Stüvel
2021-05-14Geometry Nodes: remove some unnecessary updatesJacques Lucke
2021-05-14Animation: Pose sliding tools improvementsChristoph Lendenfeld
2021-05-14Cleanup: spelling, rename metas to meta-strips / meta-ballsCampbell Barton
2021-05-14Cleanup: clang-formatCampbell Barton
2021-05-14DrawTest: Make setup method public.Jeroen Bakker
2021-05-14Draw: Put DrawTest in its own compile unit.Jeroen Bakker
2021-05-14Fix sculpt neighbor iterator not taking visibility into accountPablo Dobarro
2021-05-14Fix Sculpt tools showing the cursor of the previous active brushPablo Dobarro
2021-05-14Fix build after last commitHans Goudey
2021-05-14Functions: Expose set_all method for generic virtual arraysHans Goudey
2021-05-14Cleanup: Clang formatHans Goudey
2021-05-14Collada import: connect Emission texture to Emission socketScurest
2021-05-14Merge branch 'blender-v2.93-release'Fabian Schempp
2021-05-14Fix T87360 Multi input links aren't placed correctly when created with pythonFabian Schempp
2021-05-13BLI: simplify supporting heterogeneous lookup for new typesJacques Lucke
2021-05-13Modifiers: allow usage of tbbJacques Lucke
2021-05-13Nodes: add utility method to get input/output of a DNodeJacques Lucke
2021-05-13BLI: support looking up a key stored in Map or VectorSetJacques Lucke
2021-05-13Functions: simplify adding a single input to a multi-functionJacques Lucke
2021-05-13BLI: add initial wrapper for tbb::enumerable_thread_specificJacques Lucke
2021-05-13Nodes: ignore unavailable sockets in logically linked sockets iteratorJacques Lucke
2021-05-13Cleanup: inconsistent parameter nameJacques Lucke
2021-05-13Cleanup: missing overrideJacques Lucke
2021-05-13Geometry Nodes: add mutex for node ui storageJacques Lucke
2021-05-13BLI: add LinearAllocator.construct_array methodJacques Lucke
2021-05-13Cleanup: use boolean argumentCampbell Barton
2021-05-13Cleanup: clang formatCampbell Barton
2021-05-13UI: Improved "Area Close" Neighbor SelectionHarley Acheson
2021-05-12Merge branch 'blender-v2.93-release'Richard Antalik
2021-05-12VSE: Fix disk cache potentially overwriting blend fileRichard Antalik
2021-05-12Fix T88194: Animation player displays washed out colorsRichard Antalik
2021-05-12VSE: Fix meta strip boundary can not be changedRichard Antalik
2021-05-12Cleanup: Simplify public/private specifiersHans Goudey
2021-05-12Cleanup: Splines: Add accessors to spline vectorHans Goudey
2021-05-12UI: Colors for Texture/Material node sockets and small tweaksPablo Vazquez
2021-05-12Geometry Nodes Curves: Expose first builtin point attributesHans Goudey
2021-05-12Fix T87851 EEVEE: Performance regression with baked lighting & transparencyClément Foucault
2021-05-12Fix T81247: Constrain selected UVs to correct UDIMSiddhartha Jejurkar
2021-05-12PyAPI: remove deprecated & unused BMesh.from_object deform argumentCampbell Barton