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-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
2021-03-19Cleanup: Replace ptr with ref.Jeroen Bakker
2021-03-19Cleanup: Use enum class for DataType.Jeroen Bakker
2021-03-19Cleanup: enum class ChunkOrdering.Jeroen Bakker
2021-03-19Cleanup: Use enum class for CompositorQuality.Jeroen Bakker
2021-03-19Cleanup: Use enum class for CompositorPriority.Jeroen Bakker
2021-03-19Cleanup: compositor - chunk orderJeroen Bakker
2021-03-19Cleanup: Remove unneeded complexityJeroen Bakker
2021-03-19Geometry Nodes: Make cone primitive 2m tall by defaultHans Goudey
2021-03-19Geometry Nodes: Move cone primtive to rest on its base by defaultHans Goudey
2021-03-19Geometry Nodes: Implicit interpolations to and from the edge domainHans Goudey
2021-03-19Fix Cycles NaN assert in random walk SSS due to very small throughputBrecht Van Lommel
2021-03-19LibOverride: fix code trying to auto-resync linked overrides.Bastien Montagne
2021-03-19Fix T86208: copy node group button is inconsistent in geometry nodesAngus Stanton
2021-03-19Cleanup: add const.Jeroen Bakker
2021-03-19Cleanup: Replace std::vector with blender::Vector.Jeroen Bakker
2021-03-19Fix T86710: Crash When Adding Node Group.Jeroen Bakker
2021-03-19Cleanup: remove unused functionCampbell Barton
2021-03-19Cleanup: minor changes to pose-mode apply visual transformCampbell Barton
2021-03-19BLI: Add location, rotation, scale constructor to float4x4Hans Goudey
2021-03-19Python API: Expose CurveProfile Reset View functionPatrick Busch
2021-03-19Fix T86701: Geometry nodes Cube and UV Sphere mesh sizePratik Borhade