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-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25Fix T60775: Stereo drawing in image editor broken (shows only right eye)Dalai Felinto
2019-01-24Fix T58502: scopes don't work in the image editorJacques Lucke
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-11WM: Use draw manager to draw UV image editor spacesClément Foucault
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-12-14Preferences: add option for header positionCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-05Color management: Cleanup, typosSergey Sharybin
2018-12-05UI: split UV editor out of the image spaceCampbell Barton
2018-12-03Fix T58636: repeat image in UV editor not working.Brecht Van Lommel
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: ensure '_END' macros end with a semicolonCampbell Barton
2018-11-12Fix T57527: GP draw takes events from gizmosCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-01Fix T57553: Python operator popup size does not follow UI scale and DPI.Brecht Van Lommel
2018-10-19Image Space: make 'UV Edit' a separate modeCampbell Barton
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-10-04UV: support setting the cursor w/ non-cursor toolsCampbell Barton
2018-10-04Remove empty file added by accidentCampbell Barton
2018-10-04Tool System: add UV cursor & transform toolsCampbell Barton
2018-10-04UI: use shared toolbar region callbacksCampbell Barton
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-26UI: switch shortcuts for pivot and orientation pie menus.Brecht Van Lommel
2018-09-26UI: use pie menu for snap, pivot and proportional editing.William Reynish
2018-09-10Cleanup: remove unused field argsCampbell Barton
2018-09-06Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-06Fix T56698: saving render result from compositing as EXR is empty.Brecht Van Lommel
2018-09-04Fix T56660: Use horizontal enums w/ image templateCampbell Barton
2018-09-03UI: reorganize render output and encoding panels for single columns.William Reynish
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-08-15Fix image editor not vertically centering images with region overlap.Brecht Van Lommel
2018-08-10WM: drag and drop poll functions can now specify a custom tooltip.Brecht Van Lommel
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26WM: Add operator property poll callbackCampbell 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: use variable names based on term gizmoCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-10Image: remove fields option for image sequencesCampbell Barton
2018-07-10UI: tweak image menu layout to match file menu more.Brecht Van Lommel
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel