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
2022-08-12Merge branch 'blender-v3.3-release'Patrick Mours
2022-08-12Fix syntax error introduced in previous commitPatrick Mours
2022-08-12Merge branch 'blender-v3.3-release'Patrick Mours
2022-08-12Cycles: Improve denoiser update performance when rendering with multiple GPUsPatrick Mours
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Cleanup: unused debug variable.Bastien Montagne
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Cleanup: leftover debug prints.Bastien Montagne
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12LibOverride: Rework Outliner contextual menu.Bastien Montagne
2022-08-12CMake: correct linking order regressionCampbell Barton
2022-08-12Cleanup: remove use_normals arugment to MOD_deform_mesh_eval_getCampbell Barton
2022-08-12Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-12Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-12Fix T100191: Crash with the wave modifier using normals in edit-modeCampbell Barton
2022-08-12Fix T100350: missing brush falloff preview in sculpt modeBrecht Van Lommel
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Cleanup: Typos in comments.Bastien Montagne
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Fix (unreported) infinite tie building Outliner liboverride hierarchy tree.Bastien Montagne
2022-08-12Fix (unreported) crashes in Outliner override hierarchy view.Bastien Montagne
2022-08-12IDType `get_owner`: add an optional hint about owner ID.Bastien Montagne
2022-08-12Fix T100138: Use `double` for LineArt intersection record.YimingWu
2022-08-12Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-12Fix T96885: Drag Fallback on Tweak is using Move insteadCampbell Barton
2022-08-12Cleanup: repeated words in stringsCampbell Barton
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-12Cleanup: use sizeof() for better readabilityCampbell Barton
2022-08-12Cleanup: add missing braces, quite warnings by castingCampbell Barton
2022-08-12Cleanup: group translation importsCampbell Barton
2022-08-12Cleanup: remove unnecessary ifdefCampbell Barton
2022-08-12Cleanup: replace misleading use of 'true' for the bit-field sizeCampbell Barton
2022-08-12Cleanup: screw modifier comments & namingCampbell Barton
2022-08-12Cleanup: use 'filepath' for fill pathsCampbell Barton
2022-08-12Cleanup: add missing braces in GHOSTCampbell Barton
2022-08-12Cleanup: remove unnecessary icon assignmentCampbell Barton
2022-08-12Cleanup: clang-tidy GHOST Context/Event/TimerManagerCampbell Barton
2022-08-12Cleanup: update comments in MANTA_main.cppCampbell Barton
2022-08-12Cleanup: use enum type for argumentCampbell Barton
2022-08-12WM: define WM_OT_drop_blend_file path as a file-path, skip-saveCampbell Barton
2022-08-12Cleanup: use short names for verts & polys as they're unambiguousCampbell Barton
2022-08-12Cleanup: replace magic number with flagCampbell Barton
2022-08-12Cleanup: early exit ui_but_extra_operator_icon_mouse_over_getCampbell Barton
2022-08-12Cleanup: typo in selection checkCampbell Barton
2022-08-12Fix incorrect custom-data layer access for hide layersCampbell Barton
2022-08-12Cleanup: replace term face with polyCampbell Barton
2022-08-12Fix: Broken mesh hide status RNA accessorsHans Goudey
2022-08-11BLF: Mutex Lock Glyph Cache Per Font, Not GlobalHarley Acheson
2022-08-11Fix: Use of uninitialized variable in recent commitHans Goudey
2022-08-11Cycles: take into account time limit for progress barBrecht Van Lommel