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-24Geometry Nodes: add versioning for attribute fillJacques Lucke
2021-03-24Fix T86891: only sort query results for shortest string if there is a queryDirk
2021-03-24Fix: Memory Leak When Using Compositor.Jeroen Bakker
2021-03-24Fix T86314: materials not updated correctly after collada importPhilipp Oeser
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-23Fix T86753: Connected Proportional editing with individual origins using diff...Germano Cavalcante
2021-03-23Cleanup: allow looking up size of unsupported domainsJacques Lucke
2021-03-23Cleanup: use BLI_assert_unreachable in some placesJacques Lucke
2021-03-23BLI: add macro to indicate unreachable codeJacques Lucke
2021-03-23Cleanup: WorkScheduler.Jeroen Bakker
2021-03-23Geometry Nodes: Make plane primitive size consistentHans Goudey
2021-03-23Fix (unreported) object duplicate code wrongly duplicating linked objects.Bastien Montagne
2021-03-23Fix T86073 : Ctrl clicking 3 times without selecting any of the verts in Nurb...Germano Cavalcante
2021-03-23Outliner: Do not crash when drawing unknown view type.Bastien Montagne
2021-03-23LibOverride: Also consider RNA Collection in 'need resync' detection.Bastien Montagne
2021-03-23Cleanup: remove internal functions from interface.Jeroen Bakker
2021-03-23Compositor: Display generated inputs in Viewers and PreviewsManuel Castilla
2021-03-23Cleanup: Silence compile warning.Jeroen Bakker
2021-03-23Cleanup: remove unused include.Jeroen Bakker
2021-03-23RNA: support automatically mapping string property to char pointerJacques Lucke
2021-03-23VSE: Sanitize move_to_meta usageRichard Antalik
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-03-23Cryptomatte: Node Size.Jeroen Bakker
2021-03-23Spreadsheet: show comma separators in number of rowsJacques Lucke
2021-03-23Cryptomatte: Default Node Size.Jeroen Bakker
2021-03-23Geometry Nodes: show domain in attribute fill nodeJacques Lucke
2021-03-23Curves: add taper mode optionOmar Emara
2021-03-23FIX: Incorrect link drawing after link cutting toolFabian Schempp
2021-03-23Cleanup: single quotes for Python enums, spellingCampbell Barton
2021-03-23Fix sequencer text leaving bold & italic flags enabledCampbell Barton
2021-03-23Fix crash transforming sequencesCampbell Barton
2021-03-23Cleanup: de-duplicate gpencil logic to ensure materialsCampbell Barton
2021-03-23Fix incorrect flag usage in line art modifierCampbell Barton
2021-03-23Cleanup: use `e` prefix for enum, comment on misleading flag valuesCampbell Barton
2021-03-23WM: don't set the area when toggling full-screenCampbell Barton
2021-03-23RNA: correction to a05cbc9914a76fa50c8367262dff507506e26c66Campbell Barton
2021-03-22Cleanup: lattices, use `bool is_editmode` instead of `int editmode`Sybren A. Stüvel
2021-03-22Fix T86822: context.collection not available in Object/Object Data PropertiesSebastian Parborg
2021-03-22Fix T83638: mirror modifier with mirror object renders wrong motion blurJishan Singh
2021-03-22Functions: devirtualize virtual arrays in simple functionsJacques Lucke
2021-03-22Cleanup: Collection check return type in button_contextSebastian Parborg
2021-03-22Geometry Nodes: Remove location and rotation from mesh primitivesHans Goudey
2021-03-22BLI: Add "identity" constructor to float4x4 typeHans Goudey
2021-03-22Fix T86666: Lasso and Circle select tools selecting objects behind clip_minGermano Cavalcante
2021-03-22Tracking: Fix movie file prefetch freezing interfaceSergey Sharybin
2021-03-22Fix build error on macOS/clangBrecht Van Lommel
2021-03-22GPencil: Hide Interpolate Only Selected in Draw ModeAntonio Vazquez
2021-03-22Fix T86741: Remapping could create doublons of collections in hierarchy.Bastien Montagne
2021-03-22Fix (unreported) memleak in collection/viewlayer code.Bastien Montagne