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-04-05Merge branch 'master' into blender2.8Campbell Barton
2018-04-05GPUBatch: Change preset managment system.Clément Foucault
2018-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2018-04-02UI: Fix: Center vertical scrollbar circles.Clément Foucault
2018-04-02UI: Perf: Batch Trias with widgets.Clément Foucault
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-31UI: Perf: Batch icons drawcalls together.Clément Foucault
2018-03-31Cleanup: BLF batch drawing namingCampbell Barton
2018-03-30UI: Perf: Do not use implicit Attrib fill.Clément Foucault
2018-03-30UI: Perf: Add BLF batching for File browser and UI blocks.Clément Foucault
2018-03-29Cleanup: Use uppercase UI_ prefix for external functionsJulian Eisel
2018-03-29UI: Fix out of bound read catched by asan.Clément Foucault
2018-03-29UI: Perf: Group fill/border/emboss batches together.Clément Foucault
2018-03-29UI: Perf: widgetbase: Replace imm usage by a batch cache.Clément Foucault
2018-03-28UI: Perf: Group drawcalls inside ui_draw_panel_dragwidgetClément Foucault
2018-03-28UI: Perf: Make icon_draw_texture use GWN_draw_primitive.Clément Foucault
2018-03-27UI: Fix assert cause by vertex count being too small.Clément Foucault
2018-03-27UI: Perf: Optimize widgetbase_draw.Clément Foucault
2018-03-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-03-23Theming: Use list-item colors for all un-embossed buttons in list-itemsJulian Eisel
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-14Cleanup: use flags instead of collection of bools to get RNA override status.Bastien Montagne
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-03-09Cleanup: iterator macrosCampbell Barton
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-02-27merge from masterGaia Clary
2018-02-25Fix incorrect text clipping on node link button in material properties.Brecht Van Lommel
2018-02-23Merge branch 'master' into blender2.8Campbell Barton
2018-02-23WM: Add WM_menutype_poll functionCampbell Barton
2018-02-17Code cleanup: remove WM subwindows.Brecht Van Lommel
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-02-14GPU: don't use multisample for entire window, only for offscreen 3D viewport.Brecht Van Lommel
2018-02-13Code cleanup: fix incorrect reading of GL scissor coordinates.Brecht Van Lommel
2018-02-12Merge branch 'master' into blender2.8Campbell Barton
2018-02-12Error in last commit, disable cycles when not enabledCampbell Barton
2018-02-12Merge branch 'master' into blender2.8Campbell Barton
2018-02-12Disable cycles when WITH_CYCLES=OFFCampbell Barton
2018-02-12BKE_addon: new/free/ensure functionsCampbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-09Merge branch 'master' into blender2.8Campbell Barton
2018-02-09CMake: include missing headersCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-06Object Mode: use eval_ctx for context/screen codeCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton