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
2019-05-14Fix compiler warning with OpenGL icon texturesBrecht Van Lommel
2019-05-13Fix T64427: WITH_HEADLESS build optionCampbell Barton
2019-05-09Cleanup: avoid some floating point divisions in drawing codeBrecht Van Lommel
2019-05-09UI: dim icons in inactive tabs, similar to textBrecht Van Lommel
2019-05-09Cleanup: reduce number of UI_icon_draw variationsBrecht Van Lommel
2019-05-09Themes: add setting to draw border around icons, use for Blender LightJeroen Bakker
2019-05-09Themes: add scene icon color category, for consistency in properties tab barBrecht Van Lommel
2019-05-06UI: Icons updateWilliam Reynish
2019-05-02Workspace: remove global active toolCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17Cleanup: comment length in interfaceCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-25Cleanup: pass const image data to IMB_ibImageFromMemoryCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-04Cleanup: use typed unsigned intsCampbell Barton
2019-01-03Fix incorrect drawing of material list outline, after recent changes.Brecht Van Lommel
2019-01-02Fix wrong alpha blending for datablock preview icons.Brecht Van Lommel
2018-12-31UI: icon set updates by Andrzej Ambroz.William Reynish
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-11-29Workbench: Rename orientation to type and Camera studio light to StudioClément Foucault
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-12Fix headless buildCampbell Barton
2018-11-07Merge branch 'master' into blender2.8Campbell Barton
2018-11-07Cleanup: naming (inconsistent paint_mode term)Campbell Barton
2018-11-06Cleanup: remove unused brushesCampbell Barton
2018-11-06Brush: split out vertex paint tool & blend modeCampbell Barton
2018-10-29Dope Sheet: new option to display keyframe interpolation mode and extremes.Alexander Gavrilov
2018-10-29UI: icon set updates Andrzej Ambroz, and various fixes.William Reynish
2018-10-11Cleanup: indentationCampbell Barton
2018-10-09Fix T57115: buttons drawing wrong after recent icon drawing changes.Brecht Van Lommel
2018-10-08UI: add icon color coding for different data types in the outliner.Brecht Van Lommel
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-10-08Fix incorrect alpha blending for icon drawing outside buttons.Brecht Van Lommel
2018-10-08Fix T57083: Grease Pencil / Texture Paint Crash in 2.8Antonioya
2018-10-03Fix icon alpha theme option not working for monochrome icons.Brecht Van Lommel
2018-10-01Cleanup: styleCampbell Barton
2018-09-27UI: draw mono icons with button type text color, instead of area text color.Brecht Van Lommel
2018-09-20UI: add support for defining any icon as a mono icon.Brecht Van Lommel
2018-09-18StudioLight: Fix crash when closing blenderClément Foucault
2018-08-23Fix T55507: Crash due to GPencil brush icon management, when there is no acti...Bastien Montagne
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-24Fix T56079: crash with startup.blend saved in sculpt/paint modes.Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault