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
path: root/source
AgeCommit message (Expand)Author
2021-07-07Cleanup: Moving `mesh_evaluate` and `mesh_normals` to C++Jagannadhan Ravi
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-07Geometry Nodes: Curve Endpoints NodeAngus Stanton
2021-07-07makesdna: fix parsing 'const', 'struct', 'unsigned' as a prefixCampbell Barton
2021-07-07Cleanup: clang-tidy, unused functionCampbell Barton
2021-07-07Fix T89702: Curve to points node assert on single point splineHans Goudey
2021-07-07Fix: Curve Resample Node: Copy attributes to 1 point resultsHans Goudey
2021-07-07VSE: Use snapping settings for scrubbingRichard Antalik
2021-07-07VSE: Remove seq->tmp usage from RNA codeRichard Antalik
2021-07-07VSE: Fix cache bar not visibleRichard Antalik
2021-07-07Compositor: Fix constant folded operations not being renderedManuel Castilla
2021-07-07Compositor: Fix crash when executing works in constant foldingManuel Castilla
2021-07-06GPencil: Rename BKE_gpencil_visible_stroke_iterAntonio Vazquez
2021-07-06UI: Center the Status Bar Progress TextVincent Blankfield
2021-07-06Compositor: Fix execution system unset during constant foldingManuel Castilla
2021-07-06Fix: Crash when geometry nodes NURB spline has no evaluated pointsHans Goudey
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-07-06Geometry Nodes: Allow 3 points in curve star primitiveHans Goudey
2021-07-06Fix T89592: Can't remove keyframes without active keying setSybren A. Stüvel
2021-07-06Cleanup: Keyframing, remove duplicate codeSybren A. Stüvel
2021-07-06Compositor: Graphviz improvementsManuel Castilla
2021-07-06Compositor: Enable constant folding on operationsManuel Castilla
2021-07-06Compositor: Constant foldingManuel Castilla
2021-07-06Cleanup: Set execution system as operations member in CompositorManuel Castilla
2021-07-06Rename Scene's embeded collections from "Master Collection" to "Scene Collect...Bastien Montagne
2021-07-06GPU: Fix crash when using EGL with --gpu-debug flag.Jeroen Bakker
2021-07-06Alembic export: evaluation mode optionPhilipp Oeser
2021-07-06Alembic: remove non-functional "Renderable Objects" only optionPhilipp Oeser
2021-07-06Fix incompatible type passed to XR hapticSergey Sharybin
2021-07-06Cleanup: rename 'count' to 'len'Campbell Barton
2021-07-06Various Exact Boolean parallelizations and optimizations.Erik Abrahamsson
2021-07-06Fix T89671: Crash when using Denoise node on Full Frame modeManuel Castilla
2021-07-06Compositor: Full frame Color Balance nodeManuel Castilla
2021-07-06Compositor: Full frame Color Correction nodeManuel Castilla
2021-07-06Compositor: Full frame Exposure nodeManuel Castilla
2021-07-06Compositor: Full frame Gamma nodeManuel Castilla
2021-07-06Compositor: Add base operation for updating buffer rowsManuel Castilla
2021-07-05Cleanup: Use enum for UI block emboss typeHans Goudey
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-05Geometry Nodes: Use same shape as mesh line in curve line nodeHans Goudey
2021-07-05Geometry Nodes: Curve Primitive LineJohnny Matthews
2021-07-05Cleanup: Clang tidy, unused includeHans Goudey
2021-07-05Geometry Nodes: Add explicit Float to Int conversion nodeNikhil Shringarpurey
2021-07-05Fix (studio reported) missing object's parent handling in readfile expand code.Bastien Montagne
2021-07-05macOS: support Japanese input for text buttonsYuki Hashimoto
2021-07-05Fix: macOS wrong IME candidate window position on first displayYuki Hashimoto
2021-07-05Cleanup: Rename ambiguous "params" variable in File Browser notifier listenersJulian Eisel
2021-07-05Assets: Disable file renaming operator for Asset BrowsersJulian Eisel
2021-07-05Fix performance regression in Exact boolean due to exact triangulation.Howard Trickey
2021-07-05EditMesh: extract restore logic out of EDBM_redo_state_freeCampbell Barton