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-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
2022-09-13Fix T101004: Crash when invisible object becomes visibleSergey Sharybin
2022-09-13CMake: exclude BLI_args when building as a Python moduleCampbell Barton
2022-09-13Cleanup: typo in variable nameCampbell Barton
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-13Cleanup: use u-prefixed integer types (for brevity)Campbell Barton
2022-09-13Docs: improve explanation for why CLG_exit shouldn't be called earlyCampbell Barton
2022-09-13Cleanup: improve titles for CMake sections, line lengthCampbell Barton
2022-09-13Docs: improve BKE_object_defgroup_flip_map doc-stringCampbell Barton
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-13Cleanup: remove unused functionCampbell Barton
2022-09-13Nodes: Avoid unnecessary sorting when selecting or moving nodesHans Goudey
2022-09-13Cleanup: Use attribute API for curves functionsHans Goudey
2022-09-13NLA: actionclip_add now fails on invoke if no NLA track is selectedColin Basnett
2022-09-13Cleanup: missing declaration warningCampbell Barton
2022-09-13IMBUF: Fix WebP Build Error and WarningsHarley Acheson
2022-09-13IMBUF: Improved Thumbnailing of WebP ImagesHarley Acheson
2022-09-13Fix T101013: Reordering materials broken with only one assignedHans Goudey