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
2022-05-09Cleanup: Remove incorrect statement after recent refactorHans Goudey
2022-05-09Fix T97853: Crash with edit mode X-ray and subdivisionHans Goudey
2022-05-09Fix T97853: Crash with edit mode X-ray and subdivisionHans Goudey
2022-05-09Refactor: Move resample curves code to the geometry moduleHans Goudey
2022-05-09Move particle system modifier to C++Jacques Lucke
2022-05-09Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-09Fix T97927: bpy.utils.units.to_string uses wrong units for velocity, accelera...Bastien Montagne
2022-05-09Cleanup: typo in variable name.Bastien Montagne
2022-05-09Cleanup: Replace UNUSED with comments (CPP style).Jeroen Bakker
2022-05-09GPencil: Tooltip and UI text changesAntonio Vazquez
2022-05-09Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-09GPU: Unable to compile material shaders.Jeroen Bakker
2022-05-09Fix: compiler warnings due to recent commitEthan-Hall
2022-05-09Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-09Minor typo fixes in UI messages.Bastien Montagne
2022-05-09Fix T97529: NLA track buttons still work when hiddenColin Basnett
2022-05-09Geometry Nodes: use .a_ prefix for anonymous attribute namesJacques Lucke
2022-05-09Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-09Silenced compilation warning in freestyle.Jeroen Bakker
2022-05-09GPU: Fix crash deferred shader compilation.Jeroen Bakker
2022-05-09UI: Add color attribute create to canvas selectorEthan-Hall
2022-05-09EEVEE & Viewport: Add a built-in shader called 3D_IMAGE, and expose to the py...Shashank Shekhar
2022-05-07Fix T96683: Mipmaps are inaccurate for UDIM texturesClément Foucault
2022-05-07EEVEE: Fix missing function implementation for volumetric materialsClément Foucault
2022-05-07Fix T97600 Regression: rendering in new window displays flickersClément Foucault
2022-05-07Fix T97796 EEVEE: Regression: Alpha clipped materials rendered as alpha hashedClément Foucault
2022-05-07Fix T97881 EEVEE: First Specular and SSS closure not contributing on alpha bl...Clément Foucault
2022-05-07GPUShader: Add static compilation to clipped shader variationsClément Foucault
2022-05-07XR: Expose the OpenXR user paths in the event data for XR eventsShashank Shekhar
2022-05-07UI: Increase bitfield size for button flagsJulian Eisel
2022-05-07Fix T97751: New OBJ IO - File Browser doesn't filter by .obj/.mtlJulian Eisel
2022-05-07Fix T97751: New OBJ IO - File Browser doesn't filter by .obj/.mtlJulian Eisel
2022-05-06Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-06DrawManager: Make instance data persistent.Jeroen Bakker
2022-05-06Fix T97872: Annotation lines lost AAGermano Cavalcante
2022-05-06Clang-tidy: Don't warn about unrecognized compiler flagsSebastian Parborg
2022-05-06Curves: disable Empty Hair operator when there is no active meshJacques Lucke
2022-05-06Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-06Fix T97466: Assert when pack sound in blender DEBUG.Bastien Montagne
2022-05-06Curves: support converting legacy curves to new curves objectJacques Lucke
2022-05-06obj: move parsing utilities out of io_common, since they are fairly obj specificAras Pranckevicius
2022-05-06EEVEE: Refactor curve nodesOmar Emara
2022-05-06GPU: Move common shaders into a common directoryOmar Emara
2022-05-06Switch viewport shading for color tools in solid modeRamil Roosileht
2022-05-06USD: add volume/VDB exportPiotr Makal
2022-05-06Cleanup: improve const correctness in material APIJacques Lucke
2022-05-06BLI: Add float3x3Omar Emara
2022-05-06Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-06Add documentation about Image/ImBuf to python/RNA API.Bastien Montagne
2022-05-06Fix: Handle default better in curves type count cacheHans Goudey