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-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-08-05Cleanup: use unsigned char for theme colorsCampbell Barton
2019-07-26Fix T67671: Blender crashes when resizing sidebar with a colorbampmano-wii
2019-06-21Fix dashed line drawingCampbell Barton
2019-05-28Fix T57090: selected node group input sockets circles not drawing inPhilipp Oeser
2019-05-13Fix T64463: Visual Artifacts with ColorRampHarley Acheson
2019-05-09Fix T64076: color ramp overlaps scrollbarHarley Acheson
2019-05-01Cleanup: long function call in interface_draw.cClément Foucault
2019-04-25Fix T63605: Assert squeezing a template_curve_mapping in a panel toPhilipp Oeser
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-24GPU: Replace glEnable/glDisable but GPU_state callsClément Foucault
2019-03-22UI: Fix curve extention filling on curve widgetsClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-15Fix T58090: Selected curve vertex should stand outCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2019-01-04Cleanup: use typed unsigned intsCampbell Barton
2019-01-04UI: refactor layout vars out of uiFontStyleCampbell Barton
2018-12-13Fix T58549, T56741: HSV color picker issues with Filmic view transform.Brecht Van Lommel
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-01Cleanup: styleCampbell Barton
2018-11-12Fix build: min and max not found.Alexander Gavrilov
2018-11-12UI: Scale control points on curve map when zoomingCharlie Jolly
2018-11-05UI: Add back line to curve mapCampbell Barton
2018-11-04Cleanup: style, shadow warningCampbell Barton
2018-11-03UI: Draw curve map with solid colorCharlie Jolly
2018-10-09Cleanup: namingCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-15Cleanup: split GPU_batchCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for editorsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-07-01Cleanup: use '_len' suffix for line stippleCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-05-23Merge branch 'master' into blender2.8Campbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-03Initialize alpha discard for uiWidgetBaseParametersDalai Felinto
2018-05-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-30BLI Color: YUV to/from rgb colorspace optionAaron Carlisle