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-08-30Operator: expose ED_operator_object_active_local_editable_exCampbell Barton
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-22Fix T80013: Crash when toggling maximized areaHans Goudey
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-21Cleanup: Use LISTBASE_FOREACH in editors/screen directoryHans Goudey
2020-08-20Depsgraph: refactor tagging after time changesJacques Lucke
2020-08-20UI: Fix collapsed panels not drawing header buttonsHans Goudey
2020-08-20Revert "Cleanup: Use LISTBASE_FOREACH in editors screen directory"Hans Goudey
2020-08-20Cleanup: Use LISTBASE_FOREACH in editors screen directoryHans Goudey
2020-08-20Cleanup: Remove unused variables for horizontal panelsHans Goudey
2020-08-20Cleanup: Remove unused variableHans Goudey
2020-08-19UI: Remove panel X axis closing codeHans Goudey
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: Replace blend func separate by enumClément Foucault
2020-08-18Cleanup: GPU: Move towards an explicit Blend stateClément Foucault
2020-08-18Cleanup: GPUState: remove float variant of GPU_scissor_getClément Foucault
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-16Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-16Fix popups opening in the wrong direction over headersCampbell Barton
2020-08-16Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-16Fix T78426: Header flips when changing editorsCampbell Barton
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-12UI: Category support for instanced panelsHans Goudey
2020-08-11Fix compile error after recent cleanupJacques Lucke
2020-08-11Cleanup: Strict compiler flagsSergey Sharybin
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-10Fix T79619: Sequencer window not updating whilst playing animationJeroen Bakker
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: Clang-Tidy. readability-non-const-parameter in pixel drawingSergey Sharybin
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Fix T78688: Crash changing workspace with specific fullscreen setupJulian Eisel
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-29Clanup: unused returnCampbell Barton
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-21UI: Use consistent layout for custom operator UIHans Goudey
2020-07-19Cleanup: unused argument warningCampbell Barton
2020-07-18UI: Status Bar Statistics and Other OptionsHarley Acheson
2020-07-18Cleanup: GPU: Encapsulate scissor testClément Foucault
2020-07-18Cleanup: GPU: Wrap GL_UNPACK_ROW_LENGTH in GPU_stateClément Foucault
2020-07-18Cleanup: glutil: Use GPUTexture in immDrawPixelsTexScaled_clippingClément Foucault
2020-07-18Cleanup: GPU: rename bglPolygonOffset to GPU_polygon_offsetClément Foucault
2020-07-18Cleanup: GPU: Replace glBlendFunc by GPU equivalentClément Foucault
2020-07-16Cleanup: Port glClear calls to GPU module functionsClément Foucault
2020-07-15Revert "Cleanup: remove public unused function."Campbell Barton
2020-07-13LibOverride: add more polling checks to operators not supposed to work on ove...Bastien Montagne