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-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-09Move particle system modifier to C++Jacques Lucke
2022-05-09Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-09Fix T97927: bpy.utils.units.to_string uses wrong units for velocity, accelera...Bastien Montagne
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-05Workaround T81065: Merge UV's when applying modifiersCampbell 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: sort cmake file listsCampbell Barton
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
2022-05-04Merge branch 'blender-v3.2-release'Falk David
2022-05-04GPencil: Apply layer transforms to visible framesYann Lanthony
2022-05-04Merge branch 'blender-v3.2-release'Hans Goudey
2022-05-04Fix T97831: Curve to mesh node can create invalid wire meshHans Goudey
2022-05-04Curves: Use copied original data for invalid NURBS curvesHans Goudey
2022-05-04Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-04Fix wrong task priority for particle distribution and tanget computationBrecht Van Lommel
2022-05-03Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-03Fix T95541: Broken vertex weight with mirror modifier.Bastien Montagne
2022-05-03Fix T93272: Material index mapping missing for mesh boolean nodeHans Goudey
2022-05-03Fix T97718: Crash using "Text on Curve"Hans Goudey
2022-05-03Fix T93272: Material index mapping missing for mesh boolean nodeHans Goudey
2022-05-03Fix T97718: Crash using "Text on Curve"Hans Goudey
2022-05-03Cleanup: spelling in commentsCampbell Barton
2022-05-02Merge branch 'blender-v3.2-release'Bastien Montagne