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
AgeCommit message (Expand)Author
2021-03-21replace std::variant with std::anytemp-any-instead-of-variantJacques Lucke
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 T86746: Description missing from Quick LiquidFalk David
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 UI: Cleanup scene panel stylePeter Fog
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-20Theme: Use curved noodles in the nodes editor.Pablo Vazquez
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-19Fix T86728: Blender freezes when playhead is dragged in this .blendJörg Müller
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
2021-03-19Geometry Nodes: Add geometry instances data to the spreadsheetHans Goudey
2021-03-19BLI: Add accessors for translation, rotation, and scale of float4x4Hans Goudey
2021-03-19Cleanup: rename x1/x2/y1/y2 to x/y/width/heightJacques Lucke
2021-03-19Geometry Nodes: Refactor / fix point separate nodeHans Goudey
2021-03-19LineArt: Added back the missing "allow_clipping_boundaries" option.YimingWu
2021-03-19LineArt: Modifier defaults settings optimization.YimingWu
2021-03-19LineArt: Remove geometry space chainingYimingWu
2021-03-19LibOverride: Stash away 'leftover' objects/collections from auto-resync process.Bastien Montagne
2021-03-19Cleanup: Use uint8_t for num of channels.Jeroen Bakker
2021-03-19Cleanup: Use enum class for MemoryBufferExtend.Jeroen Bakker
2021-03-19Cleanup: Remove unused states and vars from MemoryBuffer.Jeroen Bakker
2021-03-19Cleanup: MemoryBuffer do not store width and height.Jeroen Bakker
2021-03-19Cleanup: Rename copyContentFrom to fill_from.Jeroen Bakker
2021-03-19Cleanup: Add copy constructor to MemoryBuffer.Jeroen Bakker
2021-03-19Cleanup: Use ref to read from encapsuled data.Jeroen Bakker
2021-03-19Cleanup: Replace ptr with ref (COM_MemoryBuffer).Jeroen Bakker