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-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
2022-08-11Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-11Fix T100130: animation player crash on exitBrecht Van Lommel
2022-08-11Curve: Simplify legacy curve conversion to meshHans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-11Cleanup: minor changes to DebugFlagsBrecht Van Lommel
2022-08-11obj: support importing multiple files at onceAras Pranckevicius
2022-08-11Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-11Fix T98781: OBJ exporter wrongly writing default material socket values when ...Aras Pranckevicius
2022-08-11GHOST/Wayland: support setting modifiers on window activationCampbell Barton
2022-08-11Cleanup: access modifier keys by index under WaylandCampbell Barton
2022-08-11Fix T66088: Modifier keys ignored when the window doesn't have focusCampbell Barton
2022-08-11BLF: Fallback Broken After Cache RemovalHarley Acheson
2022-08-11Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-11Cleanup: doxy parameters, use static set instead of tupleCampbell Barton
2022-08-11Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-11Fix T100204: RMB select (with "Select Tool") causes edit-mesh conflictCampbell Barton
2022-08-11Cleanup: clang-tidy uv_parametrizer.ccCampbell Barton
2022-08-11Cleanup: missing newline in GHOST_PRINTCampbell Barton
2022-08-11Cleanup: remove redundant MEM_SAFE_FREECampbell Barton
2022-08-11Cleanup: check if the camera was moved before auto-key in smooth-viewCampbell Barton
2022-08-11Cleanup: pass const arguments to smooth-view functionsCampbell Barton
2022-08-11Cleanup: replace magic numberCampbell Barton
2022-08-11Cleanup: spelling in commentsCampbell Barton
2022-08-11License headers: add missing license headerCampbell Barton
2022-08-11Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-11Cleanup: reduce asan lint and clang-tidy warnings on uv_parametrizerChris Blackbourn
2022-08-10Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-10Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-10obj: Also find .mtl images by their basename, if all else fails (T77801)Aras Pranckevicius
2022-08-10Compositor: Limit C linkage of cryptomatte functionsOmar Emara