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-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-13Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-13Fix T98072: Regression: When appending a Scene, the Collections that are excl...Bastien Montagne
2022-05-13Color Management: various improvements and fixes for image savingBrecht Van Lommel
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-12Cleanup: remove redundant float to byte conversion for stereo image savingBrecht Van Lommel
2022-05-12Cleanup: remove redundant code and data copying image save as operatorBrecht Van Lommel
2022-05-12Cleanup: move image save options init to image_save.ccBrecht Van Lommel
2022-05-12Cleanup: Refactor marker area clampingSergey Sharybin
2022-05-12Cleanup: Remove redundant marker clamping code pathSergey Sharybin
2022-05-12Cleanup: Strong type for track path clear APISergey Sharybin
2022-05-12Cleanup: More proper sections in tracking codeSergey Sharybin
2022-05-12Cleanup: More proper sections in subdiv codeSergey Sharybin
2022-05-12Cleanup: discarded-qualifier warning, mixing enum/intsCampbell Barton
2022-05-12UDIM: Add support for packing inside .blend filesJesse Yurkovich
2022-05-11Cleanup: fix compiler warnings on macOSLoren Osborn
2022-05-11Fix T97330: GPU Subdiv compiler error.Jeroen Bakker
2022-05-11Fix T97330: GPU Subdiv compiler error.Jeroen Bakker
2022-05-11Mesh: Add Auto Smooth option to Shade Smooth operatorPablo Vazquez
2022-05-11Cleanup: spelling in comments/stringsCampbell Barton
2022-05-11Cleanup: use 'num' / 'size' suffix instead of 'sz'Campbell Barton
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-11Cleanup: use '_num' suffix instead of '_size' for CurveGeometryCampbell Barton
2022-05-10Curves: Interpolate point count in add brushHans Goudey
2022-05-10Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-10LibOverride: Fix memory leak in resyncing code.Bastien Montagne
2022-05-10LibOverride: Fix bad ID getting hierarchy root updated.Bastien Montagne
2022-05-10LibOverride: Make process checking validity of hierarchy roots more robust.Bastien Montagne
2022-05-10Remove debug code enabled in previous commit.Jeroen Bakker
2022-05-103d texture painting: Use center uv pixel as anchor.Jeroen Bakker
2022-05-09Refactor: Move resample curves code to the geometry moduleHans Goudey
2022-05-09Geometry Nodes: use .a_ prefix for anonymous attribute namesJacques Lucke
2022-05-06EEVEE: Refactor curve nodesOmar Emara
2022-05-06Cleanup: improve const correctness in material APIJacques Lucke
2022-05-06Fix: Handle default better in curves type count cacheHans Goudey
2022-05-05Curves: change default name of curves object to CurvesJacques Lucke
2022-05-05Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-05Cleanup: Move curve length field input to blenkernelHans Goudey
2022-05-05File missing from 78fc5ea1c398f70d22cda72be33c105146c0d542Campbell Barton
2022-05-05Cleanup: Further clarification and renaming of curve field inputsHans Goudey
2022-05-05Curves: control number of control points in new curvesJacques Lucke
2022-05-05Cleanup: use 'r_' prefix for return argumentsCampbell Barton
2022-05-04Merge remote-tracking branch 'origin/blender-v3.2-release'Kévin Dietrich
2022-05-04Fix T95527: wrong motion blur with rigid bodiesBrecht Van Lommel
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-05-04Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-04Fix T97709: Compositor: Scenes are being set to no users after doing a full c...Bastien Montagne
2022-05-04Silenced compilation warning on clang.Jeroen Bakker
2022-05-04Curves: Add method to find indices for curve type in a selectionHans Goudey
2022-05-04Curves: Optimize filling all curves with a single typeHans Goudey