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-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
2021-03-22UI: Remove text for add and remove buttons in cryptomatte nodeHans Goudey
2021-03-22Cleanup: remove unexposed nodesJacques Lucke
2021-03-22Geometry Nodes: make random float node more consistent with other nodesJacques Lucke
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2021-03-22Fix T86405: Always translate when in `en_US` locale too.Bastien Montagne
2021-03-22Cleanup, LineArt: Fix MSVC compiler warnings.Nikhil Shringarpurey
2021-03-22Fix UI (and code!) typos.Bastien Montagne
2021-03-22RNA: rename recently added line-art propertiesCampbell Barton
2021-03-22RNA: use boolean array for transarency masksCampbell Barton
2021-03-22Cleanup: spelling, expand on commentsCampbell Barton
2021-03-22Cleanup: clang-format, trailing spaceCampbell Barton
2021-03-22Cleanup: Don't use class method to override equality operatorHans Goudey
2021-03-21Cleanup: compile errors on macosJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21UI: Title case for Proxy Setup and fix typoPablo Vazquez
2021-03-21Functions: move CPPType creation related code to separate headerJacques Lucke
2021-03-21Cleanup: fix compiling with older compiler on macosJacques Lucke
2021-03-21Cleanup: move some headers from MOD_lineart.h to source filesCampbell Barton
2021-03-21Cleanup: redundant headers in 'source/blender/gpencil_modifiers'Campbell Barton
2021-03-21Cleanup: correct variable name mixup in BLI_str_quoted_substrNCampbell Barton
2021-03-21Fix uninitialized memory use loading movie sequence stripsCampbell Barton
2021-03-21Fix failure to set transform rotate around singleCampbell Barton