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-02-11File headers: SPDX License migrationCampbell Barton
2021-10-18Cleanup: internal sequencer naming for overlaysCampbell Barton
2021-10-09VSE: rename flag for Frame Overlay featureRichard Antalik
2021-06-02VSE: Use own category for metadata panelRichard Antalik
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-08-30Fix T79940 VSE Editor crash when opening a different scene as a stripClément Foucault
2020-04-06Cleanup: Fix comment style and check if they are valid or make sense.Richard Antalik
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-26Fix sequencer Metadata panel sidebar panel to show at the bottom, not the topBrecht Van Lommel
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-07Close metadata panels by defaultSergey Sharybin
2019-02-06Improvements and fixes to Cycles metadataSergey Sharybin
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2016-08-04UI: Correct tooltips for properties region toggle OPJulian Eisel
2015-08-18Refactor translation code out of blenfontCampbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-28Cleanup: unused headersCampbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
2012-12-17don't draw the sequencer grease pencil panel when in the channel view or scopes.Campbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-06-27style cleanupCampbell Barton
2012-06-11Grease Pencil - Support for Grease Pencil in the Sequence Editor preview/imageJoshua Leung
2012-04-13Code cleanup:Thomas Dinges
2012-03-30style cleanup: sequencerCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2009-10-093D View panels now show object and bone name again, not sure itBrecht Van Lommel