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
path: root/source
AgeCommit message (Expand)Author
2019-05-20Camera: change default f-stop from 5.6 to 2.8Brecht Van Lommel
2019-05-20Color Management: update configuration, remove legacy transformsBrecht Van Lommel
2019-05-20Edit Mesh Select: Fix OpenGL status to use `GPU_point_size`.mano-wii
2019-05-20Revert "Fix T64876: Checking Animated checkbox does not do what is documented."Bastien Montagne
2019-05-20UI: add entry to show/hide tool settings bar to the View menuBrecht Van Lommel
2019-05-20Fix T63443: tool 'builtin_brush.draw' not found for space 'IMAGE_EDITOR'Jacques Lucke
2019-05-20Viewport: change default 3D viewport lighting from Studio to MatcapBrecht Van Lommel
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-20Cleanup: unused variableCampbell Barton
2019-05-20Normal UI: Remove normals toolbar and add/muliply menu options.Howard Trickey
2019-05-20Fix T64876: Checking Animated checkbox does not do what is documented.Bastien Montagne
2019-05-20UI: add Visibility panel for objectsDalai Felinto
2019-05-20Fix T64766: use grid size from user preferencesJacques Lucke
2019-05-20Fix T64776: Multiple close file dialogsJacques Lucke
2019-05-20Fix compiling: Forgot this file in last commit.William Reynish
2019-05-20Icons: Fix wrong icon namesWilliam Reynish
2019-05-20Cleanup: add wm_utils.c for generic functionsCampbell Barton
2019-05-203D View: re-use select id buffer for circle select on cursor-motionCampbell Barton
2019-05-20WM: add wmGenericUserData utility structCampbell Barton
2019-05-20Cleanup: rename buffer select var: bbsel to use_zbufCampbell Barton
2019-05-20Cleanup: move selection utilities into ED_select_buffer_utilsCampbell Barton
2019-05-20Cleanup: remove EDBM_backbuf APICampbell Barton
2019-05-20Cleanup: remove unused G_FLAG_BACKBUFSELCampbell Barton
2019-05-203D View: use new buffer selection API's for paint vert/face selectCampbell Barton
2019-05-20Fix missing assignments in object mode select id drawingCampbell Barton
2019-05-20Fix error mixing old/new buffer selection API'sCampbell Barton
2019-05-20Fix invalid face offset in DRW_draw_select_id_objectCampbell Barton
2019-05-19Render: Use GHash for storing render partsLukas Stockner
2019-05-19Fix buildDalai Felinto
2019-05-19UI: Edit Menu Operator PollingHarley Acheson
2019-05-19Edit Mesh Select: Fix/update to new logic.mano-wii
2019-05-19VSE: add movie strips on top of audioRichard Antalik
2019-05-19Fix T64579: Failure to honor anamorphic displayRichard Antalik
2019-05-19UI: Icons updateWilliam Reynish
2019-05-19UI: minor tweaks to image editor panelsBrecht Van Lommel
2019-05-19UI: use single column layout for image settings panelsBrecht Van Lommel
2019-05-19Images: change alpha settings to support channel packingBrecht Van Lommel
2019-05-19Images: don't (un)premultipy non-color dataBrecht Van Lommel
2019-05-19Cleanup: remove unused image buffer codeBrecht Van Lommel
2019-05-19Python API: add a Matrix.Diagonal constructor to mathutils.Alexander Gavrilov
2019-05-19Fix inconsistent toolbar and sidebar sizes in default workspacesBrecht Van Lommel
2019-05-19UI: add Panel.bl_order property to control order of panels for add-onsBrecht Van Lommel
2019-05-19Fix T64822: curve widget point selection does not take into account DPIBrecht Van Lommel
2019-05-19Cleanup: doxygen parametersCampbell Barton
2019-05-19Cleanup: use wm prefix for GenericCallbackCampbell Barton
2019-05-19Cleanup: rename BLI_appdir_fonts_* -> fontCampbell Barton
2019-05-19UI: Remove Hover Highlight When Outliner Loses FocusHarley Acheson
2019-05-19UI: Default Directory for Windows FontsHarley Acheson
2019-05-18Edit Mesh Selection Drawing: Make sure the state of point size is enabled.mano-wii
2019-05-18Fix T54686: objects don't occlude each other for edit-mesh select (part 2)Campbell Barton