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-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
2021-03-21Cleanup: remove redundant NULL checksCampbell Barton
2021-03-21Cleanup: unused return statementsCampbell Barton
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-21Cleanup: remove window manager headers from MOD_lineartCampbell Barton
2021-03-21Cleanup: replace 'unsigned char' with 'uchar'Campbell Barton
2021-03-21Cleanup: remove redundant castsCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-21Fix T86660 EEVEE: Undefined behaviour in specular_occlusionClément Foucault
2021-03-20Bevel code: add a null pointer check.Howard Trickey
2021-03-20Cleanup: quiet warningJacques Lucke
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2021-03-20Cleanup: quiet warningJacques Lucke
2021-03-20LineArt: Fix blank baking for when source type is object.YimingWu
2021-03-20Fix T86745: trace sequence keyframe offsetFalk David
2021-03-20LineArt: Fixed source selection for nested-instanced collection.YimingWu
2021-03-20Fix T86730: LineArt: keep contour when there's perpendicular faces.YimingWu
2021-03-20Join curves: compensate for different bevel depthsPhilipp Oeser
2021-03-20Fix issues introduced strip loading refactoringRichard Antalik
2021-03-20Fix T86355: Added effect strip has wrong lengthRichard Antalik
2021-03-20Fix T85824: Transition between adjustment regressionRichard Antalik
2021-03-20VSE: Preview images when moving strip handlesPeter Fog
2021-03-20VSE: Text strip improvementsPeter Fog
2021-03-20VSE: Add bold and italic option for text stripPeter Fog
2021-03-20Fix T54395: Original image size set incorrectlyEitan
2021-03-20VSE: Add new_meta RNA API functionFélix
2021-03-20VSE: Add move_to_meta RNA API functionFélix
2021-03-20Nodes: implement dot graph exporter for derived node treeJacques Lucke
2021-03-20Nodes: expose tree name and whether a node is a frame in node tree refJacques Lucke
2021-03-20Geometry Nodes: fix crash when inserting certain invalid linksJacques Lucke
2021-03-19Nodes: make distinction between directly and logically linked sockets more clearJacques Lucke
2021-03-19Nodes: provide access to type specific data through node tree refJacques Lucke
2021-03-19EEVEE: Volumetrics: Add back support for light clampClément Foucault
2021-03-19EEVEE: Volumetrics: Add support for soft volumetric shadowsClément Foucault
2021-03-19EEVEE: Volumetrics: Add Area light shape supportClément Foucault
2021-03-19EEVEE: Volumetrics: Add special attenuation volume for lightsClément Foucault
2021-03-19EEVEE: Volumetrics: Fix sun volumetric shadowClément Foucault
2021-03-19EEVEE: Lights: Add Volume and diffuse light power sliderClément Foucault
2021-03-19LineArt: Add missing modifer and sanity checks to bake operatorSebastian Parborg