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-04-13Nodes: Tooltip for Group Input propertiesFabian Schempp
2021-03-25UI: rename node editor sidebar categoriesJacques Lucke
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-01-10UI: Improve node group input / output list interfaceHans Goudey
2020-11-30Cleanup: Reduce variable scope in node drawing codeHans Goudey
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-04-16UI: Draw real node sockets for node input buttonsJulian Eisel
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
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-12Fix T61428: Node editor's 'Interface' panel shows in all tabsPhilipp Oeser
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-09Revert/Redo ugly rBd12b3767f81d commit (i.e. add locked sorting option to UIL...Bastien Montagne
2018-10-11Add new parameter to reverse UIList itemsAntonioya
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-12UI: Name N-Key toggle to SidebarCampbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2016-08-04UI: Correct tooltips for properties region toggle OPJulian Eisel
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-02-11UI: add optional tip callback to uiBut, and use it for per-item tooltips in U...Bastien Montagne
2014-11-30Removing last vestigial remains of old C-based UI for Grease PencilJoshua Leung
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-05-29Replacement for the "Active Node" panel in node editor properties sidebar. Th...Lukas Toenne
2013-05-28Quick addition to the node sidebar "Active Node" panel: draw input socket val...Lukas Toenne
2013-04-14Fix for #34910, NodeGroup input/output sliders bug. Initially i thought this ...Lukas Toenne
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-18Node Interface:Thomas Dinges
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-09-04stule cleanupCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-05-23Node Editor UI:Thomas Dinges