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-03-13Start replacing write_custom_data with the attribute exporter.temp-abc-featuresKévin Dietrich
2022-03-13Merge branch 'master' into temp-abc-featuresKévin Dietrich
2022-03-13Cleanup: clang formatAaron Carlisle
2022-03-12Fix transform gizmo check for shift to constrain to a planeCampbell Barton
2022-03-12GPencil: Fix unreported select error in Normalize operatorAntonio Vazquez
2022-03-12Fix T96352: Gpencil crash using Normalize Thickness with CurvesAntonio Vazquez
2022-03-12Fix T96229: GN Fillet Node unexpected limit radius behavior for 3 point splinesDilith Jayakody
2022-03-11UI: Use property split in curves surface panelHans Goudey
2022-03-11Cleanup: Use new enum for NURBS curve knots modesHans Goudey
2022-03-11Fix T94692: Show Cached OneDrive ThumbnailsHarley Acheson
2022-03-11Curves: Move constructor/assignmentHans Goudey
2022-03-11Cycles: show viewport hair settings when using CyclesEthan-Hall
2022-03-11Cycles: make smart interpolation fallback to cubic for GPUEthan-Hall
2022-03-11Fix wrong line width when using Show Lines in Histogram scopeBrecht Van Lommel
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-03-11Cleanup: fix source typos homogenous->homogeneousBrecht Van Lommel
2022-03-11Cleanup: fix source comment typosBrecht Van Lommel
2022-03-11Fix: Assert in set spline type node after recent commitHans Goudey
2022-03-11Fix T85689: Replace SHGetFileInfoW for Drive NameHarley Acheson
2022-03-11Fix: Deleting vertex group attribute can change original meshHans Goudey
2022-03-11Cleanup: Use helper variableHans Goudey
2022-03-11Fix T96243: Workbench Curvature not rendering in background.Jeroen Bakker
2022-03-11Event System: limit early evaluation of drag actions to mouse buttonsCampbell Barton
2022-03-11Event System: only set press values in win->eventstateCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-11Correct error in 1032f111d087e7ba77c16a4af78704019714bd6aCampbell Barton
2022-03-11Fix threading conflict with movie cache lineSergey Sharybin
2022-03-11Cleanup: remove duplicate compiler attributeCampbell Barton
2022-03-11Correct error in d2222d5b2cac203f4ddaae5c99b96701587231e7Campbell Barton
2022-03-11RNA: use a function to access the nurbs error messageCampbell Barton
2022-03-11Text: use simplified logic for txt_to_bufCampbell Barton
2022-03-11PyAPI: use C/RNA API for Text.from_string/to_stringCampbell Barton
2022-03-11RNA: support functions returning allocated stringsCampbell Barton
2022-03-11Cleanup: remove unused variableCampbell Barton
2022-03-11Cleanup: use doxy sections for the outlinerCampbell Barton
2022-03-11Fix dragging items in the outlinerCampbell Barton
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
2022-03-11Fix T94121: PyAPI: ID property group returns wrong type with iter()Campbell Barton
2022-03-11Cleanup: use doxy sections in image.ccCampbell Barton
2022-03-11Cleanup: use enum for local versioning enumCampbell Barton
2022-03-11Transform/UI: individualize the option to use snap per editor typeGermano Cavalcante
2022-03-11Fix: Handle handles reset when realizing with other curve typesHans Goudey
2022-03-10Fix incorrect meta strip background colorRichard Antalik
2022-03-10Curves: actually delete curves with Delete brushJacques Lucke
2022-03-10Fix T96292: unable to set active material output using PythonJacques Lucke
2022-03-10Cleanup: Reduce duplication in realize instances codeHans Goudey
2022-03-10Fix T93710: Artifacts denoising hi-res images using OPtiXSergey Sharybin
2022-03-10Fix: closest image texture interpolation inconsistent in geometry nodesEthan-Hall
2022-03-10IK: make Ik chain length non-animatableSybren A. Stüvel
2022-03-10Event System: key-press while dragging now activates drag firstCampbell Barton