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-01-13Fix compilation error caused by missing target relationSergey Sharybin
2022-01-12DNA: Add space clip editor defaultsSimon Lenz
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-04Fix T91160 - Movie Clip Editor - frame indicator/controller is not displayedAidan Davey
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-20Cleanup: Use canonical variable nameHans Goudey
2021-11-05Fix T92807: Incorrect display planar tracking.Jeroen Bakker
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-03Cleanup: spelling in stringsCampbell Barton
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23Cleanup: Remove hardcoded values and rename keyframe shape shadersDalai Felinto
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-08-25Cleanup: skip saving selection properties set in the keymapCampbell Barton
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-29VSE: Change grid line drawingRichard Antalik
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-19Cleanup: use doxy sectionsCampbell Barton
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-07Cleanup: make format (clang-format)Dalai Felinto
2021-05-06Fix T87983: Motion tracker button tooltips identicalFalk David
2021-03-22Tracking: Fix movie file prefetch freezing interfaceSergey Sharybin
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-01Cleanup: move some drawing code into ed_draw.cChristoph Lendenfeld
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-16Assets: Remove appended asset when dropping operation failsJulian Eisel
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-15Cleanup: Spelling in function nameSergey Sharybin
2021-02-13Cleanup: spellingCampbell Barton
2021-02-13Cleanup: use doxy sectionsCampbell Barton
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-08Mask: Use control point position when handle is selectedSebastian Koenig
2021-02-05Cleanup: rename USER_ZOOM_{CONT->CONTINUE} improve commentsCampbell Barton
2021-01-28Fix panning with Lock-to-Selection and no selection in Clip EditorSergey Sharybin
2021-01-27Cleanup: spellingCampbell Barton
2021-01-26Fix T84850: "Lock to Selection" causes unwanted jumpsSergey Sharybin
2021-01-25Cleanup: spellingCampbell Barton
2021-01-25Fix T84990: Proportional Editing falloff drawing for masks in MCE is brokenSergey Sharybin
2021-01-19Merge branch 'blender-v2.92-release'Campbell Barton