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-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-06fix c++ comment style in 3cc2a9b934d0Philipp Oeser
2018-07-06Fix T55581: kill running (render) jobs when deleting a scenePhilipp Oeser
2018-07-02Screen: support splitting from floating menuCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-20Cleanup: naming (make it clear vars are squared)Campbell Barton
2018-06-20Screen: split ED_area_actionzone_find_xyCampbell Barton
2018-06-20Cleanup: rename is_in_area_actionzoneCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-13Fix undo group to use human readable name, since this shows in the UI.Brecht Van Lommel
2018-06-12WM: remove sloppy region type accessCampbell Barton
2018-06-12WM: rename BKE_regiontype_from_idCampbell Barton
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-243D View: remove poll 3D view for copy/pasteCampbell Barton
2018-05-15Undo System: remove nested edit-mode undo callsCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-04-09UI: Clamp scrollbar offset to lower view boundariesJulian Eisel
2018-04-05IMB_metadata improvementsSybren A. Stüvel
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
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