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-01-23Fix screen split refresh issuesGermano
2018-01-22Cleanup: unused varCampbell Barton
2018-01-21Update description of the screen_draw functionsGermano
2018-01-21WM: Fix snapping on split area without previewGermano
2018-01-20Cleanup: doxy groups for screen_ops.cCampbell Barton
2018-01-20Fix screen split preview refresh issuesCampbell Barton
2018-01-19Cleanup: sync w/ blender2.8 branchCampbell Barton
2018-01-19WM: window draw callbacks and split preview snapmano-wii
2018-01-18WM: improved area resize snappingmano-wii
2018-01-12User Prefs: add new flag for app-template optionsCampbell Barton
2018-01-11UI: option not to show screen splitting widgetsCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-26Remove SCREEN_OT_header_flip, use SCREEN_OT_region_flip insteadJulian Eisel
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-14Cleanup: use const for eventsCampbell Barton
2017-10-12Fix T53052: ID decrement error when deleting a scene, either python or GUI.Bastien Montagne
2017-10-06Cleanup: styleCampbell Barton
2017-09-06Fix mistake in previous fix for T52640.Brecht Van Lommel
2017-09-06Fix T52640: crash when opening image file browser in some cases.Brecht Van Lommel
2017-08-29Support Copy To Selected and Alt-Click for F-Curves in the curve editor.Alexander Gavrilov
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-16Fix T52058: Jumping to keyframe causes Blender to freeze indefinitelyJoshua Leung
2017-07-08Fix T51889: new file or load factory settings results in broken UI.Brecht Van Lommel
2017-06-24Fix T51792: crash calling bpy.ops.screen.animation_cancel while scrubbing.Brecht Van Lommel
2017-06-15Cleanup: remove useless call to `BKE_screen_free()` in screen deletion.Bastien Montagne
2017-06-15Fix dangerous code when deleting Scene.Bastien Montagne
2017-05-22Fix T51336: Crash on broken file opening.Bastien Montagne
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-04-20Fix T51248: user preferences window size not adapted to DPI.Brecht Van Lommel
2017-04-14Fix T49429: incorrect Blender internal viewport border render with DrawPixels...Brecht Van Lommel
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-17Various icon adjustmentsraa
2017-03-14WM: free operators when repeatingCampbell Barton
2017-03-14WM: store operators with undo flagCampbell Barton
2016-12-29Add new operator, ED_OT_undo_redo, to allow py tools to trigger that action.Bastien Montagne
2016-11-16Disable possibility to flip bone names of linked armaturesSergey Sharybin
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-10-24Fix unlikely uninitialized pointer usage.Bastien Montagne
2016-10-22Fix T49656: Crash when starting playback while using JACK audio with A/V syncJörg Müller
2016-09-24Fix T49441: Grease Pencil - pie menu - brush name field crashes blenderJoshua Leung
2016-09-21Fix crash in space context cycling when leaving window boundsJulian Eisel
2016-09-21Make space context cycling a proper screen-level OPJulian Eisel
2016-09-21UI: Support UI operators with configurable shortcutsJulian Eisel
2016-09-05UI: Ctrl+Tab and Ctrl+Shift+Tab to cycle through space context "tabs"Julian Eisel
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-08-04Cleanup: Use boolJulian Eisel
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-08-01Fix tmp screen becoming permanent after going fullscreenJulian Eisel