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-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
2022-07-04Cleanup: Rename curve segment count functionHans Goudey
2022-07-03UI: Move rename buffer management to new view base classJulian Eisel
2022-07-03UI: Add AbstractView base class for views, unify reconstruction in thereJulian Eisel
2022-07-03Fix T99316: Crash with no font in String to Curves nodeIliay Katueshenock
2022-07-02BLI: refactor length parameterizationJacques Lucke
2022-07-02Fix: Build error with unity builds off after recent cleanupHans Goudey
2022-07-02Revert "Start of Bevel V2, as being worked on with task T98674."Howard Trickey
2022-07-02Start of Bevel V2, as being worked on with task T98674.Howard Trickey
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-07-02BKE: fix wrong recently added assertJacques Lucke
2022-07-01Cleanup: Simplify logic building in length parameterizationHans Goudey
2022-07-01Fix T99268: LineArt better handling for dense overlappings.Yiming Wu
2022-07-01Fix T99301: RNA_boolean_get warning when saving a file for the first timeCampbell Barton
2022-07-01IO: print import & export times of Alembic & USDAras Pranckevicius
2022-07-01Metal: MTLMemoryManager implementation includes functions which manage alloca...Jason Fielder
2022-07-01Cleanup: GPUCodegen: Remove unused variablesClément Foucault
2022-07-01GPUMaterial: Remove the max attribute checkClément Foucault
2022-07-01Geometry Nodes: remove warning in Points nodeJacques Lucke
2022-07-01Cleanup: remove unused variableJacques Lucke
2022-07-01Tracking: Image from Plane Marker operatorsSergey Sharybin
2022-07-01Add helper function to replace buffer of a single-frame imageSergey Sharybin
2022-07-01Fix possible wrong image color space when it is created from image bufferSergey Sharybin
2022-07-01Fix image-from-imbuf resulting in invalid image configurationSergey Sharybin