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
2022-07-06Fix T99464: Curves sculpt add 3D brush symmetry brokenHans Goudey
2022-07-06Fix T99343: Missing RNA_def_property_update for show overlays in UV editorSiddhartha Jejurkar
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-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-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-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
2022-07-04BLI: Use simpler sliced generic virtual arrays when possibleHans Goudey
2022-07-04METAL: Add license header to new filesClément Foucault
2022-07-04Curves: Expose function to calculate vector handlesHans Goudey
2022-07-04Cleanup: Correct UI view commentsJulian Eisel
2022-07-04Fix curves sculpting Selection Paint missing refreshDalai Felinto
2022-07-04Cleanup: Remove unused functionHans Goudey
2022-07-04Cleanup: Clarify relation name for time relation to modifierSergey Sharybin
2022-07-04Fix T99381: GPencil Unable to Sculpt last point using Subdivide ModifierAntonio Vazquez
2022-07-04Fix T98884: Fix edge case crashes in gpu subdiv cache codeJoseph Eagar
2022-07-04Cleanup: use local variable in smear code instead of ss->cache->bstrengthJoseph Eagar
2022-07-04Fix T98698: Division by zero in smear code when strength is zeroJoseph Eagar
2022-07-04Fix use-after-free error when handling events that close windowsCampbell Barton
2022-07-04Cleanup: remove unused WM_event_is_last_mousemoveCampbell Barton
2022-07-04Cleanup: spelling in commentsCampbell Barton
2022-07-04Cleanup: correct function signature for UI_block_add_view for grid_viewCampbell Barton
2022-07-04UV: Improve UV Straighten operatorChris Blackbourn
2022-07-04Cleanup(UV): Refactor UV Align and UV Straighten (No user visible changes)Chris Blackbourn