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
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-15Screen: clear runtime structures on file-read & data-copyCampbell Barton
2021-04-20Fix T86809: Action Editor header not display the right action in certain scen...Philipp Oeser
2021-04-01Fix T87037: Add tooltip for "Paste Flipped"Falk David
2021-03-05Cleanup: rename evt to eventCampbell Barton
2021-02-14Cleanup: use return argument prefixCampbell Barton
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-06Fix T70316: Custom "Delete Keyframes" shortcut still requiresPhilipp Oeser
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-12-13Cleanup: removing some uses of equal sign in descriptionsYevgeny Makarov
2020-12-08LibOverride: Add initial support for adding new NLA tracks.Bastien Montagne
2020-11-09Animation: move group colors switch to user preferencesSybren A. Stüvel
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-28Animation: Improve labels on Snap menu in NLA & DopesheetAaron Carlisle
2020-10-15Cleanup: Animation, simplify channel selection codeSybren A. Stüvel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-29GPencil: Cleanup - Rename some functions from gp_ to gpencil_Antonio Vazquez
2020-06-23Performance: Draw play head as an overlayJeroen Bakker
2020-06-22Refactoring: View2DScrollers memory allocationJeroen Bakker
2020-06-19Fix T77997: GPencil insert keyframe on timeline doen't update viewportAntonio Vazquez
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-08Simulations: initial simulation state and cacheJacques Lucke
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-01UI: use term current frame instead of playheadCampbell Barton
2020-05-12UI: Rename 'View All' operator to 'Frame All'Pablo Vazquez
2020-05-09Cleanup: doxy commentsCampbell Barton
2020-05-09Cleanup: spellingCampbell Barton
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto