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-18Curves: Correct and improve Catmull Rom interpolationMattias Fredriksson
2022-09-18Curves: Don't allow resolutions less than 1Hans Goudey
2022-09-18Fix: Crash after recent attributes commitHans Goudey
2022-09-17Attributes: Validate some builtin attributes for untrusted inputsHans Goudey
2022-09-17Fix T100330: Remove Render Slot not working for first slotLukas Stockner
2022-09-17GPencil: Remove Leak SizeAntonio Vazquez
2022-09-17Cleanup: formatCampbell Barton
2022-09-17Cleanup: compiler warningsCampbell Barton
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Sculpt: add .sculpt to allow_procedural_attribute_accessJoseph Eagar
2022-09-16Fix: Missing updates for multires sculptingHans Goudey
2022-09-16Sculpt: New attribute APIJoseph Eagar
2022-09-16Fix: crash when evaluating geometry nodes after deleting an unlinked nodeJacques Lucke
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Cleanup: Rename attribute required functionsHans Goudey
2022-09-15Fix: Merging mesh and non-empty BMesh creates "flag" attributesHans Goudey
2022-09-15PointCloud: add BKE_pointcloud_nomain_to_pointcloudKévin Dietrich
2022-09-14Cleanup: Remove unused argument from modifier data mask callbackHans 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-14Fix: Mesh SoA format conversion skips versioningHans Goudey
2022-09-14Cleanup: use proper `bool` variables in Main, instead of `char`.Bastien Montagne
2022-09-14Optimization: Exit early when resizing material slots.Erik Abrahamsson
2022-09-14Fix reports printing twice when called from Python in background-modeCampbell Barton
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 T101027: Sculpt tools don't respect visibility after recent commitHans Goudey
2022-09-13EEVEE-Next: Cryptomatte render passes.Jeroen Bakker
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-13Cleanup: remove unused functionCampbell Barton
2022-09-13Cleanup: Use attribute API for curves functionsHans Goudey
2022-09-13Cleanup: missing declaration warningCampbell Barton
2022-09-13Fix T101013: Reordering materials broken with only one assignedHans Goudey
2022-09-12Cleanup: Comment formattingHans Goudey
2022-09-12When these features aren't used, there is no sense in storing theHans Goudey
2022-09-12Sculpt: Fix T101008: Missing CD_MDISPS layerJoseph Eagar
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-12Attributes: Add function to retrieve span without adding attributeHans Goudey
2022-09-12Merge remote-tracking branch 'origin/blender-v3.3-release'Sybren A. Stüvel
2022-09-12Fix T100918: change min value for NLAStrip startThibault de Villèle
2022-09-12Cleanup: Remove unused DerivedMesh functionsHans Goudey
2022-09-12Cleanup: replace BLI_snprintf with BLI_path_joinCampbell Barton
2022-09-11Fix T100974: Remesh operators reset mesh propertiesHans Goudey
2022-09-10Cleanup: early return when directories can't be foundCampbell Barton
2022-09-10Mesh: Avoid saving redundant generic material index attributeHans Goudey
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-09Subdiv: Avoid quadratic runtime for loose edgesHans Goudey
2022-09-09Correct error building on WIN32Campbell Barton