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
2015-01-20Fix for Trusted option, loading new fileCampbell Barton
2015-01-20Fix UI glitches drawing text at different sizesCampbell Barton
2015-01-20UI: cleanup UI_fontstyle_string_width, UI_draw_stringCampbell Barton
2015-01-19WM: add a notifier for camera/viewport optionsCampbell Barton
2015-01-15Revert "Make version_update() callback being invoked when linking/appending d...Sergey Sharybin
2015-01-14cleanup: minor editsCampbell Barton
2015-01-14Workaround/Fix T43139: Calling bpy.ops.screen.screen_full_area() multiple tim...julianeisel
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2015-01-13Make version_update() callback being invoked when linking/appending datablocksSergey Sharybin
2015-01-12Fix T42754: File-Selector lost on fullscreen exitCampbell Barton
2015-01-12Second try to fix missing previews of mat/tex/etc. in .blend files.Bastien Montagne
2015-01-12revert part of 7a1dc20Campbell Barton
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-09Radial operator number angle input should use angles.Antony Riakiotakis
2015-01-07Quite warning about unused func.Bastien Montagne
2015-01-07Remove 'ensure previews' call from write code.Bastien Montagne
2015-01-07More tweak to preview commit - do not 'render' non-used IDs either.Bastien Montagne
2015-01-07Ensure mat/tex/etc. previews are generated/saved in .blend files when enabled...Bastien Montagne
2015-01-06Event System Cleanup: Modifier Key Assignment Switchjulianeisel
2015-01-06Fix T40435: Fix event system modifier key handlingjulianeisel
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2015-01-01GPencil Editing: Copy and Paste selected stroke segments with Ctrl-C and Ctrl-VJoshua Leung
2014-12-26Put editor initialization before python.Antony Riakiotakis
2014-12-14IME fix: Quit two assert failuresSeverin
2014-12-12Amend to previous 'append warning' commit.Bastien Montagne
2014-12-12Fix T42882: Now warn user when trying to append/link from older blender files.Bastien Montagne
2014-12-09Gooseberry request, circle select for graph editorAntony Riakiotakis
2014-12-08Docs: reference the new manualCampbell Barton
2014-12-08Cleanup: spellingCampbell Barton
2014-12-08Cleanup: remove unused operator-type memberCampbell Barton
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-12-06CMake: remove redundant include dirCampbell Barton
2014-12-05Grease Pencil sketches get included when doing OpenGL previews for scene stri...Joshua Leung
2014-11-30Fixed T35128. Progress bar sync on Windows.Alexandr Kuznetsov
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-11-24SCons: correct include for win, also minor cleanupCampbell Barton
2014-11-24Cleanup: de-duplicate image drag & drop logicCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-17Cleanup identation and fix a bad alignment issue in last commitAntony Riakiotakis
2014-11-17Numerical input for changing brush size, strenght or angle.Antony Riakiotakis
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-16Cleanup: Replace `WM_operator_name_call` by `WM_operator_name_call_ptr` where...Bastien Montagne
2014-11-16Add PROP_PERCENTAGE to subtypes handled by WM_OT_radial_control operator.Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-11-09Fix T42540: save_pre and save_post handlers not called when saving startup.bl...Brecht Van Lommel
2014-11-06Slight corrections to the string formatting of autosave, thanks toAntony Riakiotakis
2014-11-06Gooseberry request, append the file name to autosaves as well as the pidAntony Riakiotakis