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-17Merge branch 'master' into feature-imformatfeature-imformatColin Basnett
2022-09-16Make File Select dialog update operator's file & path propertiesColin Basnett
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-16Cleanup: formatCampbell 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: fix failing bpy build with full release config on WindowsBrecht 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-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