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-09-17Merge branch 'master' into feature-imformatfeature-imformatColin Basnett
2022-09-16Make File Select dialog update operator's file & path propertiesColin Basnett
2022-09-16make_source_archive: exclude hidden git filesCampbell Barton
2022-09-16Revert "UI: Use full word for face set operator name, tweak description"Hans Goudey
2022-09-16UI: Use full word for face set operator name, tweak descriptionHans Goudey
2022-09-16Sculpt: Respect hiding when creating face sets from loose partsHans Goudey
2022-09-16Docs: Update sphinxAaron Carlisle
2022-09-16Cleanup: formatCampbell Barton
2022-09-16Cleanup: typos in 427d669f625e1408e3b4509ab5aae19fc8b0bbc1Campbell Barton
2022-09-16make_bpy_wheel: various minor improvementsCampbell Barton
2022-09-16Cleanup: suppress type warnings for make_bpy_wheel & make_utilsCampbell Barton
2022-09-15Cleanup: Rename attribute required functionsHans Goudey
2022-09-15Fix: Merging mesh and non-empty BMesh creates "flag" attributesHans Goudey
2022-09-15BLO: move blenloader to C++Jacques Lucke
2022-09-15Python: script for packing bpy module as wheelBrecht Van Lommel
2022-09-15Python: fix failing bpy build with full release config on WindowsBrecht Van Lommel
2022-09-15Python: fix failing tests when building bpy moduleBrecht Van Lommel
2022-09-15Cleanup: move Blender version parsing to make_utils.pyBrecht Van Lommel
2022-09-15Fix T101065: wrong denoising depth after ray precision improvementsBrecht Van Lommel
2022-09-15Fix warning-as-errors in older GCC's, take 2.Bastien Montagne
2022-09-15Fix warning-as-errors in older GCC's.Bastien Montagne
2022-09-15PointCloud: add BKE_pointcloud_nomain_to_pointcloudKévin Dietrich
2022-09-15I18n: disambiguate and extract a few messagesDamien Picard
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-15PyDoc: hide overly long titles from the side-barCampbell 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 T100899: Drag and Drop failing depending on window positionGermano Cavalcante
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-14Fix T101025: Cycles motion blur crash with changing point cloud sizeHans Goudey