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-09-15GPencil: Add frame number to Trace operatorAntonio Vazquez
2022-09-15NLA: draw track bg based on strip's extrapolation typeNate Rupsis
2022-09-15Cleanup: quiet sign-conversion warning in OFFSETOF_STRUCT_AFTERCampbell Barton
2022-09-15Workaround for msvc compiler bugJacques Lucke
2022-09-15Correct over allocation in 0e172e9732a1cab2aba324ce10ce304df7b69338Campbell Barton
2022-09-15Cleanup: minor improvement to boundary checkCampbell Barton
2022-09-15Fix T95649: Corrective Smooth can cause vertices to jumpCampbell Barton
2022-09-15Cleanup: use doxy sections, remove outdated commentCampbell Barton
2022-09-15Cleanup: spelling in comments, comment blocksCampbell Barton
2022-09-15CMake: exclude '.github' from addons in the install targetCampbell Barton
2022-09-15Fix Unreported: VSE and NLA handle position text is not drawnRichard Antalik
2022-09-15UV: rename "Pixel Snap Mode" to "Pixel Round Mode"Chris Blackbourn
2022-09-14Fix: Build error after previous cleanup commitHans Goudey
2022-09-14Attributes: add color_srgb property to FloatColorAttributeValue and ByteColor...Aras Pranckevicius
2022-09-14Cleanup: Remove unused argument from modifier data mask callbackHans Goudey
2022-09-14Cleanup: Make formatHans Goudey
2022-09-14Sculpt: Separate hide status from face sets, use generic attributeHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-14BLF: Incorrect Define UsedHarley Acheson
2022-09-14Fix: Mesh SoA format conversion skips versioningHans Goudey
2022-09-14Curves: Improve sculpting performance by reducing allocationsHans Goudey
2022-09-14Mesh: Fix quadratic cost for accessing normals with RNAHans Goudey
2022-09-14Curves/PointCloud: Avoid quadratic cost for retrieving positionsHans Goudey
2022-09-14Cleanup: Add missing licence headersHans Goudey
2022-09-14Cleanup: use proper `bool` variables in Main, instead of `char`.Bastien Montagne
2022-09-14Fix T49814: Collada Import Ignores Vertex NormalsMyron Carey
2022-09-14Fix T100684: Correct descriptions in Python APIJoseph Micheli
2022-09-14Fix T100959: Memory leak when moving node with AltGermano Cavalcante
2022-09-14Cleanup: quiet warningsJacques Lucke
2022-09-14Cleanup: remove unused fields + add overrideJacques Lucke
2022-09-14Added missing license headers.Jeroen Bakker
2022-09-14Optimization: Exit early when resizing material slots.Erik Abrahamsson
2022-09-14Cleanup: remove redundant braces from assert & raiseCampbell Barton
2022-09-14Fix reports printing twice when called from Python in background-modeCampbell Barton
2022-09-14Cleanup: skip argument freeing when built as a Python moduleCampbell Barton
2022-09-13Fix T100771: Incorrect strip length when timecodes are usedRichard Antalik
2022-09-13Fix T100998: Speed effect not rendering scene strip subframesRichard Antalik
2022-09-13Fix: Resolve deprecation warning when copying polygon structHans Goudey
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-13Fix T100980: Missing deg update when duplicating a geometry nodetree in node ...Bastien Montagne
2022-09-13Revert hidden object optimization in depsgraphSergey Sharybin
2022-09-13Fix T101027: Sculpt tools don't respect visibility after recent commitHans Goudey
2022-09-13NLA: Remove Edited Action tab from NLA panelNate Rupsis
2022-09-13EEVEE: Fix volumetric resolve in large scenes.Jeroen Bakker
2022-09-13Fix: set ipo/easing in dope ignores hidden channelsWayde Moss
2022-09-13Fix T101031: Crash with Initialize Face Sets operatorHans Goudey
2022-09-13obj: implement support for PBR .mtl extensionsAras Pranckevicius
2022-09-13Fix: crash when changing to viewer context in spreadsheetJacques Lucke
2022-09-13EEVEE-Next: Cryptomatte render passes.Jeroen Bakker