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
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-29Remove some extraneous glEnableClientState/glDisableClientState. ThisAntony Riakiotakis
2013-11-29File Browser: autocomplete keeps focus in the file field when entering a folder.Brecht Van Lommel
2013-11-27Fix T37383: wrong spacing on Add menu in 3D view header.Brecht Van Lommel
2013-11-26Fix own regression in rB254aa8f3a0fb: Titles and sub-titles in menus were dra...Bastien Montagne
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UIList: add proper support for ctrl-c/v (copy/paste) of names.Bastien Montagne
2013-11-25User Defaults: Change user defaults based on decission by new UI team - T37518Campbell Barton
2013-11-25Code Cleanup: style commentsCampbell Barton
2013-11-24UI List: renaming can now also be done with double click and ctrl+enter.Brecht Van Lommel
2013-11-24Code Cleanup: whitespace / formattingCampbell Barton
2013-11-23revert part of last commit, add ui_but_find_mouse_over_ex()Campbell Barton
2013-11-23UI List: ctrl click on names in list can be used for renaming.Bastien Montagne
2013-11-22fix for active bone not saving in editmode.Campbell Barton
2013-11-21Code cleanup: Minor addition to rB254aa8f3a0fbffcbcb886cfaa81b630ae3e9bb78: h...Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-20Fix T37545: SV+H color cube display changes H slider position when modifying ...Lukas Tönne
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-11-19Fix: tab completing a filepath name in file browsers asks to create a newHenrik Aarnio
2013-11-19Fix for running datablock eyedropper outside of a button.Campbell Barton
2013-11-18Fix T37088: Crash with eyedropper (shortcut E)Campbell Barton
2013-11-18Fix T37511: toggle-drag feature was crashing with menu items.Campbell Barton
2013-11-18Fix T37345: Image baking progress bar wrongly appears in node editorSergey Sharybin
2013-11-18Patch T37363: Highlight bone layers with active bones (as for Object Layers)Joshua Leung
2013-11-18Code cleanup - Reduce duplication of layer number calculations hereJoshua Leung
2013-11-16Fix T37442: Disabled uiList would "freeze" Blender when trying to drag-resize...mont29
2013-11-09uiList: fix another bug, where active item labels in sublayouts would not get...Bastien Montagne
2013-11-09uiList: fix a bug in computing visual active index (afaict, in case of reorde...Bastien Montagne
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-11-06Grease Pencil: User-Pref for setting the default colour of newly created layersJoshua Leung
2013-11-04Missing convert button on particle modifier panel. Cache pathcache checkAntony Riakiotakis
2013-11-01missing bit from last float precision update (patch by 'unknow' via irc)Dalai Felinto
2013-10-31Python ui: increase interface float precision limit from 6 to 7Dalai Felinto
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-30revert own commit r60607, caused bug [#37253]Campbell Barton
2013-10-26fix for UI glitch with HSVCUBE color picker, color was noticeably not very sm...Campbell Barton
2013-10-26holding ctrl now snaps the hue for color wheel and hsvcube.Campbell Barton
2013-10-26code cleanup: use bool for shift arg, order args more consistently between fu...Campbell Barton
2013-10-25replace snap values with enum and bool depending on use (it wasn't clear whic...Campbell Barton
2013-10-25patch [#37197] angle snapping for NORMAL buttonCampbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-17patch [#37114] copypaste for NORMAL buttons (BUT_NORMAL)Campbell Barton
2013-10-16Project Pampa request: copy-paste for curve mapping widgetsSergey Sharybin
2013-10-16Fix part of #37087, brush curve becomes inverted when using the resetAntony Riakiotakis
2013-10-15fix [#37078] Search props don't react on click at the right end (where 'X' is...Campbell Barton
2013-10-14Interface / Template lists:Thomas Dinges
2013-10-12fix for possible eyedropper NULL pointer use.Campbell Barton