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
2018-06-06Cleanup: USE_UI_* prefix for UI definesCampbell Barton
2018-05-31UI: new tool properties space typeCampbell Barton
2018-05-28EEvEE: LookDevJeroen Bakker
2018-05-23Merge branch 'master' into blender2.8Campbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-22Fix T55071: Brush preview failsCampbell Barton
2018-05-11Workbench: StudioLight HDRI'sJeroen Bakker
2018-05-11Use Light Probe iconsPablo Vazquez
2018-05-03Workbench: studiolightJeroen Bakker
2018-04-28Cleanup: fix compiler warnings on macOS / clang.Brecht Van Lommel
2018-04-28UI: Add icon color saturation preferenceCampbell Barton
2018-04-26UI: desaturate toolbar icons that the mouse is not over.Brecht Van Lommel
2018-04-25UI: workaround for text & icon alignmentCampbell Barton
2018-04-24UI: use icons for the toolbarCampbell Barton
2018-04-21UI: add own icon rasterizerCampbell Barton
2018-04-20UI: Support for runtime geometry iconsCampbell Barton
2018-04-19Merge branch 'master' into blender2.8Campbell Barton
2018-04-19Cleanup: rename Icon.type -> id_typeCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-04-17UI: Fix T54691: Vector icon vs Widget base ordering.Clément Foucault
2018-04-06UI: Perf: Use widget base batchingClément Foucault
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-31UI: Perf: Batch icons drawcalls together.Clément Foucault
2018-03-28UI: Perf: Make icon_draw_texture use GWN_draw_primitive.Clément Foucault
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Use Action datablock's own icon (instead of Animation Data's one) for File Br...Joshua Leung
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-06Object Mode: use eval_ctx for context/screen codeCampbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Probe: Add new object datablockClément Foucault
2017-04-27OpenGL: don't set texture LoD bias via glTexEnvfMike Erwin
2017-04-11Make image drawing code working with core profileSergey Sharybin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-02-28remove unused code from interface_iconsMike Erwin
2017-02-28OpenGL: keyframe shape fixesMike Erwin
2017-02-26Fix compiler warnings on macOS / clang / c++11.Brecht Van Lommel
2017-02-24Opengl glaDrawPixels removal: More descriptive setup.Clément Foucault
2017-02-24Opengl glaDrawPixels removal: interfaceClément Foucault
2017-02-22Cleanup: StyleJulian Eisel
2017-02-22UI: Support drag & drop reordering of collectionsJulian Eisel
2017-02-15Revert "Collection Editor based on patch by Julian Eisel"Dalai Felinto
2017-02-12OpenGL: enable program point size for keyframesMike Erwin
2017-02-11OpenGL: draw keyframe markers as point spritesMike Erwin
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto