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-06-30Curves: New tools for curves sculpt mode.Jacques Lucke
2022-06-30Constraints: rename and refactor custom space initialization.Alexander Gavrilov
2022-06-30Fix (unreported) liboverride resync creating garbage data in some cases.Bastien Montagne
2022-06-30Revert "Revert "LibOverride: Handle dependencies in both directions in partia...Bastien Montagne
2022-06-30Fix T99196: sculpt_update_object calls paint updates for nonpaint toolsJoseph Eagar
2022-06-30Cleanup: Renamed SCULPT_TOOL_NEEDS_COLOR to SCULPT_tool_is_paintJoseph Eagar
2022-06-30Fix T98886: PBVH_GRIDS ignores face smooth flag on first gpu buildJoseph Eagar
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-29Geometry Nodes: UV Unwrap and Pack Islands NodesAleksi Juvani
2022-06-29Geometry Nodes: Add Mesh To Volume NodeErik Abrahamsson
2022-06-29LineArt: Shadow and related functionalities.Yiming Wu
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-29Sculpt: Fix backwards normals in PBVH_GRIDS raycastingJoseph Eagar
2022-06-28Fix: sampling points on mesh surface generates too many pointsJacques Lucke
2022-06-28Fix T98799: camera unselectable in camera view below a certain scalePhilipp Oeser
2022-06-27Fix T84369: Fluid: Missing cache invalidation when properties on non-domain o...Germano Cavalcante
2022-06-27Sculpt: Fix backwards normals in PBVH_GRIDS raycastingJoseph Eagar
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-25Fix: crash when converting zero legacy curvesJacques Lucke
2022-06-25Geometry Nodes: Field on Domain NodeHans Goudey
2022-06-25Curves: Skip CurveEval in legacy curve conversionHans Goudey
2022-06-25Geometry Nodes: Add Points NodeJohnny Matthews
2022-06-25Fix T98949: Deleting vertex group in geometry nodes affects othersHans Goudey
2022-06-25Cleanup: Remove unused argumentHans Goudey
2022-06-24Fix: Incorrect dirty normal tag after mesh translationHans Goudey
2022-06-24Fix T99058: geometry nodes ignore if subdivision surface modifier is disabledBrecht Van Lommel
2022-06-24Fix T98925: Editor panels are brokenRichard Antalik
2022-06-23Cleanup: Make function staticHans Goudey
2022-06-23Mesh: Add an explicit "positions changed" functionHans Goudey
2022-06-23Animation: Add function to remove all FCurves from an ActionColin Basnett
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-22Cleanup: remove unused sculpt texture cache generationBrecht Van Lommel
2022-06-22Fix T98956: Crash removing some builtin attributesHans Goudey
2022-06-22Cleanup: Remove unused function argumentsSergey Sharybin
2022-06-22Cleanup: clang-formatSergey Sharybin
2022-06-22Revert "LibOverride: Handle dependencies in both directions in partial overri...Dalai Felinto
2022-06-22Mask Editor: Add toggle for mask spline drawingSimon Lenz
2022-06-22Rigid body physics: Move effector force update into substep loop.Lukas Tönne
2022-06-21Cleanup: removed unused Blender Internal bump/normal mapping texture codeBrecht Van Lommel
2022-06-21NLA: when searching for active track/strip, shortcut when none is activeSybren A. Stüvel
2022-06-21Fix 2 for T98700: Crash when recursively nesting NLA meta stripsSybren A. Stüvel
2022-06-21NLA: update comment to reflect the current implementationSybren A. Stüvel
2022-06-21NLA: add `BLI_assert_msg()` to check for assumptionSybren A. Stüvel
2022-06-20Cleanup: Grammar: a vs anHans Goudey
2022-06-20Fix: assert when deleting all curvesJacques Lucke
2022-06-20Mask Editor: Add mask blending factor for combined overlaySimon Lenz
2022-06-18Constraints: handle the custom target at the constraint level.Alexander Gavrilov
2022-06-17Cleanup: compiler warningsBrecht Van Lommel
2022-06-17Curves: refactor Add brushJacques Lucke
2022-06-17LibOverride: Handle dependencies in both directions in partial override cases.Bastien Montagne