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-07-07Fix T99270: bones using empties as custom shapes can't be selectedCampbell Barton
2022-07-07Python: show additional context for PyDriver errors in the stderrCampbell Barton
2022-07-07Python: clear Py-driver variables on exitCampbell Barton
2022-07-07Cleanup: use boolean types & early exit on failure for PyDriverCampbell Barton
2022-07-07Cleanup: formatCampbell Barton
2022-07-07Fix Py-driver byte code access with Python 3.11Campbell Barton
2022-07-06Fix T99334: Ignore edit-related snap options in Object modejon denning
2022-07-06UI: Adjust and fix shader node descriptionsHans Goudey
2022-07-06Object: Speed up duplication of large selections by doing fewer collection syncsAras Pranckevicius
2022-07-06Cycles oneAPI: Remove direct dependency on Level-ZeroXavier Hallade
2022-07-06Cleanup: fix comments in oneAPI kernel.cppXavier Hallade
2022-07-06Fix T99464: Curves sculpt add 3D brush symmetry brokenHans Goudey
2022-07-06Icons: Add each icon to a named groupFrancesco Siddi
2022-07-06Fix T99343: Missing RNA_def_property_update for show overlays in UV editorSiddhartha Jejurkar
2022-07-06Cycles: Improve an occupancy for Intel GPUsNikita Sirgienko
2022-07-06BLI: improve reverse uv sample in edge casesJacques Lucke
2022-07-06Fix T99368: Annotation lines doesn't start where clickedCampbell Barton
2022-07-06Compositor: Pre-fill active scene movie clip in more nodesSergey Sharybin
2022-07-06IO: speed up import of large Alembic/USD/OBJ scenes by optimizing material as...Aras Pranckevicius
2022-07-06Fix T99462: Deleting Missing Libraries Crashes Blender.Bastien Montagne
2022-07-06OBJ: extend test coverage for parsing MTL scale/offsets (T89421)Aras Pranckevicius
2022-07-06GHOST/Wayland: support dynamic loading libraries for WaylandCampbell Barton
2022-07-06Cleanup: declare local variables staticCampbell Barton
2022-07-06Cleanup: spelling in commentsCampbell Barton
2022-07-06Cleanup: Fix compiler warningsLoren Osborn
2022-07-06Fix T99284: Undefined values output from UV nodesHans Goudey
2022-07-06Fix: Tests: Incorrect curve constructionIliay Katueshenock
2022-07-06Curves: Port subdivide node to the new data-blockHans Goudey
2022-07-05Curves: Move type conversion to the geometry moduleHans Goudey
2022-07-05UI: Curves Sculpting - Remove duplicated entry for Curve LengthDalai Felinto
2022-07-05Fix: Memleak in sequencer drag and drop codeSebastian Parborg
2022-07-05Cleanup: Unused headers in generic compositor nodes headerSergey Sharybin
2022-07-05Fix tracking header not being self-sufficientSergey Sharybin
2022-07-05BLI: add float3x3 * float3 operator overloadJacques Lucke
2022-07-05Cleanup: extract function to snap curves to surfaceJacques Lucke
2022-07-05BLI: use a slightly less trivial reverse uv samplerJacques Lucke
2022-07-05Cleanup: use curves surface transform utility in operatorsJacques Lucke
2022-07-05Curves: move curves surface transforms to blenkernelJacques Lucke
2022-07-05Fix T99272: Regression: location override ignored when used in a shadertree.Bastien Montagne
2022-07-05Fix (unreported) liboverride: incomplete hierarchy when root is not object/co...Bastien Montagne
2022-07-05NLA: update description of `frame_end_ui` RNA propertySybren A. Stüvel
2022-07-05NLA: fix punctuation of tooltipsSybren A. Stüvel
2022-07-05Cleanup: NLA, reformatting codeSybren A. Stüvel
2022-07-05NLA: change behavior of 'Frame Start' / 'End' slidersThibault de Villèle
2022-07-05Geometry Nodes: Use alphabetical order for UV nodes in add menuHans Goudey
2022-07-05Cleanup: formatCampbell Barton
2022-07-05GPU: add missing license headerCampbell Barton
2022-07-05Python: support v3.11 (beta) with changes to PyFrameObject & opcodesCampbell Barton
2022-07-05Python: add opcodes for safe py-driversCampbell Barton
2022-07-05Python: remove invalid Py_TPFLAGS_HAVE_GC usageCampbell Barton