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
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-04UI Code Quality: Store curve-button gradient type in derived structJulian Eisel
2020-08-28UI: Improve curve grid drawing codepembem22
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: remove use of GPU_blend_set_funcClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18Cleanup: GPUState: remove float variant of GPU_scissor_getClément Foucault
2020-08-18Cleanup: GPU: Replace Batch uniform by shader uniform using macroClément Foucault
2020-08-14UI Code Quality: Use derived struct for color ramp buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve mapping buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve profile buttonsHans Goudey
2020-08-13Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-13UI: Fix curve widget fill artifactspembem22
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-30Cleanup: Rename defineHans Goudey
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-18Cleanup: GPU: Encapsulate Backface cullingClément Foucault
2020-07-18Cleanup: GPU: Replace glBlendFunc by GPU equivalentClément Foucault
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-26Fix T78237 UI: NLA colors black and brokenClément Foucault
2020-06-24UI: Add Free Handle Types to CurveProfile WidgetHans Goudey
2020-06-22UI: Widget: Replace geometry by fragment shader drawingClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-14UI: Larger Alert IconsHarley Acheson
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-15Cleanup: mixed camel/snake caseCampbell Barton
2020-02-04Fix T65306: UI widgets clipped when scaled upCampbell Barton
2019-11-27Curve: CurveMapping Extend OptionJeroen Bakker
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey
2019-10-01Fix T70317: Equal clip range crashing in Hue Correct & RGB Curves Nodesmano-wii
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-30Cleanup: spellingCampbell Barton
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