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-07-07Cleanup: use BKE_packedfile prefix for function namesCampbell Barton
2019-07-04Fix T66414: Brush Color Flip from keyboard (X) does not update color picker p...Philipp Oeser
2019-06-26Fix T66137: added normal map for painting has wrong color space until refreshBrecht Van Lommel
2019-06-26Fix T65951 Saving project right before rendering (Cycles) causes empty render...Clément Foucault
2019-06-21Fix dashed line drawingCampbell Barton
2019-06-19Fix T65902: save all modified images should not try to save .psd filesBrecht Van Lommel
2019-06-17Fix T57650 UVEdit: selection not visible if behind unselected UVsClément Foucault
2019-06-17Fix T63867: image sequence not updating in Eevee animation renderBrecht Van Lommel
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-06-07Keymap: gizmos now use a map that optionally activates on pressCampbell Barton
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-06-04Image InfoJeroen Bakker
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Gizmo: add 2D navigation for image/clip/sequencer viewsCampbell Barton
2019-05-31WM: option to ignore cursor image/clip/view2d zoomCampbell Barton
2019-05-30Gizmo: activate some gizmos on drag instead of pressCampbell Barton
2019-05-28WM: support X/Y axis cursor wrappingCampbell Barton
2019-05-27Fix T65181: image View as Render should not affect file savingBrecht Van Lommel
2019-05-23Compositor: FileOutputJeroen Bakker
2019-05-23Masks: Properly port to Copy-on-Write conceptSergey Sharybin
2019-05-21Fix T64867: crash when changin image source to MoviePhilipp Oeser
2019-05-20UI: right align info in image settings panelBrecht Van Lommel
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
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-17Images: changes to avoid losing new images that have not been savedBrecht Van Lommel
2019-05-17Images: make it harder to accidentally undo image texture painting changesBrecht Van Lommel
2019-05-17Images: make image save operator available outside image editorBrecht Van Lommel
2019-05-17Cleanup: remove unused image codeBrecht Van Lommel
2019-05-17UI: File Close DialogJacques Lucke
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-16Images: more tweaks to save all modified imagesBrecht Van Lommel
2019-05-16Images: move save modified images operator from Python to CBrecht Van Lommel
2019-05-15UI: make sidebars in 3D view and other editors a little wider and consistentBrecht Van Lommel
2019-05-14Cleanup: isolate image dirty flag access in functionsBrecht Van Lommel
2019-05-10UI: expose tool settings in the 3D view side-barCampbell Barton
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06Sound: Port more cases to be a part of dependency graphSergey Sharybin
2019-05-06Fix T64178: Invisible image 2D cursorCampbell Barton
2019-05-04Fix T64143: Crash when scrubbing in the graph editorSergey Sharybin
2019-05-03Fix active tool side-bar redrawing on tool changeCampbell Barton
2019-05-01UV Sculpt: improve tool-system integrationCampbell Barton
2019-05-01Fix line width for image sample size displayCampbell Barton
2019-05-01UI: move image paint panels into the image side-barCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-30Refactor: Separate scrollers from text drawing in APIJacques Lucke
2019-04-29UI: top-bar reorganizationCampbell Barton
2019-04-29Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-24Refactor: allow event handlers to have a poll functionJacques Lucke