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-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_FLAT_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-08-29I18n: disambiguate and make a few more strings translatableDamien Picard
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-02Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-02Fix Unreported : add F-curves only filter to functions only appliable to F-cu...Amelie Fondevilla
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-26default N-panel open for animation editorsNate Rupsis
2022-07-14Cleanup: Rename & refactor several F-curve functionsColin Basnett
2022-07-08Cleanup: formatCampbell Barton
2022-07-07Fix T99491: Crash when opening modifiers panelFalk David
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Animation: Add GP layers in regular DopesheetAmélie Fondevilla
2022-05-17Fix console errors about missing properties in circle selectSergey Sharybin
2022-05-13Fix T89909: Circle Select tool status bar doesn't match the operationsCampbell Barton
2022-04-29T95386: Add Discontinuity (Euler) filter to Dope Sheet.Demeter Dzadik
2022-04-28Fix T96476: Equalize Handles not working on all keyframesKevin C. Burke
2022-04-05WM: avoid unnecessary undo step creation when duplicatingPratik Borhade
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-21UI: Use title case for labelsHans Goudey
2022-03-18Animation: Blend To Default ImplementationChristoph Lendenfeld
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-07Fix T95531: Draw y axis values in Driver EditorLeon Schittek
2022-03-04Cleanup: remove outdated references to tweakCampbell Barton
2022-03-03i18n: Fix more potential contextual issues with "Back" UI label.Bastien Montagne
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-18Fix T95135: improve error filtering non-existant anim dataSayed Amin
2022-02-17Cleanup: compiler warning, typo in commentCampbell Barton
2022-02-16fix: RNA property not set for Graph editor breakdown opChristoph Lendenfeld
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Cleanup: Grammar in comments and tooltipsHans Goudey
2022-02-04Fix: Missing translations from operator descriptionsHans Goudey
2022-02-03Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-03Fix T66913: undo after frame-change doesn't refresh properlyCampbell Barton
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-28Silent compilation warning in space_graph.Jeroen Bakker
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Animation: Equalize Handle OperatorKevin C. Burke
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-06Cleanup: anim, remove `const` declarations from pass-by-value paramsSybren A. Stüvel
2021-12-25Breakdown ImplementationChristoph Lendenfeld
2021-12-25Blend To Neighbor ImplementationChristoph Lendenfeld