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
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-07-03Cleanup: Editors/Animation, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-26Fix for T78191: Timeline lines changing thicknessHarley Acheson
2020-06-23Performance: Draw play head as an overlayJeroen Bakker
2020-06-15Fix T77116: Current frame indicator text color hardcodedHans Goudey
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-05CleanUp: Introduce BKE_fcurve_createJeroen Bakker
2020-06-05GPencil: Channel Lock tooltipAntonio Vazquez
2020-06-04GPencil: Fix Lock Frame Dopesheet tooltipAntonio Vazquez
2020-06-03Object: refactor mode switchingCampbell Barton
2020-06-02Cleanup: Remove Obsolete Current Frame Indicator Drawing CodeHans Goudey
2020-05-15Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-15Fix T76734: Changing Envelope FModifier controlpoints missing updatePhilipp Oeser
2020-05-12UI/Animation: Don't change Graph Editor cursor from scrubbing regionJulian Eisel
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-27Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-27Fix T75519: Graph editor tooltips give false impression of the toggle stateyves
2020-04-21Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-04-21Fix T75472 Crash on "Remove Empty Animation Data" in NLA editorSybren A. Stüvel
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-13Fix T75676: Inconsistent "Only selected" GP layers in Dope SheetAntonio Vazquez
2020-04-09Cleanup: Remove unused varAntonio Vazquez
2020-04-09Cleanup: unused variableCampbell Barton
2020-04-09Fix T75122: Annotations: Only visible scene annotations in dopesheetAntonio Vazquez
2020-04-06VSE: don't allow strip preview when clicking on the scrubbing regionRichard Antalik
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-27Fix T74927: Slow playback using Auto NormalizationPhilipp Oeser
2020-03-26Fix crashes from various missing checks in operator poll functionsCampbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-22Cleanup: spelling, correct Mesh.mface docsCampbell Barton
2020-03-19Fix UI alignment in generator f-curve modifier.Yevgeny Makarov
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-18GPencil: Remove background to Dopesheet buttonsAntonio Vazquez
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-18GPencil: Invert Dopesheet icons to same order than properties panelAntonio Vazquez
2020-03-16Fix T61234 Mirroring Grease Pencil keyframes in the Dopesheet failsSybren A. Stüvel
2020-03-16UI: fix backdrop and alignment in anim channelsSybren A. Stüvel
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton