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
2021-09-13Fluid: Initial changes for OpenMP GPU supportfluid-mantaflow-gpuSebastián Barschkis
2021-09-13Cleanup: Packedfile don't repeat yourself.Jeroen Bakker
2021-09-13Build: show better "make update" error message when in detached HEAD stateBrecht Van Lommel
2021-09-13Fix: fix equality operator for fieldsJacques Lucke
2021-09-13Various UI messages fixes and updates.Bastien Montagne
2021-09-13Nodes: move some texture nodes to c++Jacques Lucke
2021-09-13Fix `make_utils.py` recent API breackage.Bastien Montagne
2021-09-13Fix regression test after recent fixSergey Sharybin
2021-09-13Fix T91311: incorrect batch generation for instancesJacques Lucke
2021-09-13Fix T84638: Wrong scale for primitives with radiusFalk David
2021-09-13Cleanup: clang-formatCampbell Barton
2021-09-13GPUShader: Expose name for debugging & identifying shadersJon Denning
2021-09-12Cleanup: early return from smoothview when the view is unchangedCampbell Barton
2021-09-12Cleanup: spellingCampbell Barton
2021-09-11Cleanup: Remove no-op/unused codeHans Goudey
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-09-11Calm Warning: Unused VariableHarley Acheson
2021-09-11Compositor: Full frame previewsManuel Castilla
2021-09-11Compositor: Fix crash when hashing unconnected operationsManuel Castilla
2021-09-11Geometry Nodes: add field support for socket inspectionJacques Lucke
2021-09-11Cleanup: use nullptrJacques Lucke
2021-09-11Functions: store cursors to previous instructionsJacques Lucke
2021-09-11Cleanup: Rename variables, simplify logicHans Goudey
2021-09-11Geometry Nodes: Support "Evaluated" mode in Resample Curve nodeHans Goudey
2021-09-11Nodes: Add vector min/max support to new socket builder APIHans Goudey
2021-09-11UI: Quad View Option Names ImprovedNikhil Shringarpurey
2021-09-10Cleanup: Split legacy node type definesHans Goudey
2021-09-10Fix: Incorrect file subversion for geometry node versioningHans Goudey
2021-09-10Revert startup.blend changes from commit a00507c482e2Brecht Van Lommel
2021-09-10Fix Constraints not updating on move in stackHenrik Dick
2021-09-10VFont: Refactor of check_freetypefont()Harley Acheson
2021-09-10Geometry Nodes: Add versioning to change legacy node ID namesHans Goudey
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-09-10Tests: more graceful handling of keyboard interrupting benchmarksBrecht Van Lommel
2021-09-10Add missing bit to own previous commitJulian Eisel
2021-09-10Python: extra check on `BPY_thread_save()` to ensure proper GIL handlingSybren A. Stüvel
2021-09-10Cleanup: Fix comment in recent commit.Jeroen Bakker
2021-09-10Fix possible crash displaying asset preview from current fileJulian Eisel
2021-09-10T78995: Enable keylist threaded drawing.Jeroen Bakker
2021-09-10BLI: Add Cycles compatible Perlin noiseOmar Emara
2021-09-10Anim: Keylist drawing optimization by using arrays.Jeroen Bakker
2021-09-10Templates: remove masking layers from the default startup fileCampbell Barton
2021-09-10Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel
2021-09-10Link/Append: Fix unreported obdata being instantiated even when already used ...Bastien Montagne
2021-09-10Cleanup: Silenced compilation warning in ghost.Jeroen Bakker
2021-09-10Update command line argument description for --addonsJon Denning
2021-09-10XR: Re-enable SteamVR OpenGL backend for AMD gpusPeter Kim
2021-09-10Windows: Fix VS2022 detectionRay Molenkamp
2021-09-10UI: File Browser Options FixHarley Acheson
2021-09-09Revert "Depsgraph: release GIL when evaluating the depsgraph"Brecht Van Lommel