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
2012-02-07Code Cleanup:Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-02Fix #27213: editing color ramp "Pos:" number value did not update the rampBrecht Van Lommel
2012-01-31Fix #28011: Dropdown lists to add Brick elements in Game Logic view miss lett...Sergey Sharybin
2012-01-30display keyblock mute in the shape key list.Campbell Barton
2012-01-30Fix #30020: Movie Clip Editor Crashed with panel size changedSergey Sharybin
2012-01-26Fix #29958: Search Menu keeps hiding first character(s) after long inputSergey Sharybin
2012-01-26Fix #29895 Fast Alt-Mousewheel toggling of Mapping Modes scrubs timelineSergey Sharybin
2012-01-25Various fixes for camera tracking stuffSergey Sharybin
2012-01-24Enable 16 bit format for float textures by default after discussion with Mort...Antony Riakiotakis
2012-01-23modifier Apply as Shape is now Apply as Shape Key. Was confusing some usersDaniel Salazar
2012-01-22minor edit for operator error macro so it can return different values.Campbell Barton
2012-01-22Bugfix for r.43592Joshua Leung
2012-01-22Patch [#28608] Add search match colour to theme settingsJoshua Leung
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-22fix for memory leak displaying shortcuts to buttons which use allocated strin...Campbell Barton
2012-01-22style chang, made mainly because I wanted to be able to add breakpoints to ME...Campbell Barton
2012-01-21Better api use for paths.Campbell Barton
2012-01-21modify number button copy/paste to work as if you enter the button, select te...Campbell Barton
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-17Fix #29762: columns in long enum property menu's were in the wrong order.Brecht Van Lommel
2012-01-16more keymap editsCampbell Barton
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2012-01-15support for quick jump to scroll area with middle mouse clicking on scroll ar...Campbell Barton
2012-01-14- opengl render in quadview wasn't using camera.Campbell Barton
2012-01-14fix for own error making button outlines darker.Campbell Barton
2012-01-13alpha value for button triangles ignored the alpha value (was no way to chang...Campbell Barton
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2012-01-11running operators now uses last used settings, added reset button to set defa...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-11minor changes to BLF api useCampbell Barton
2012-01-10Camera tracking: fixes for preview widgetSergey Sharybin
2012-01-08Fix for [#28978]Alexander Kuznetsov
2012-01-06Cycles/Material list:Thomas Dinges
2012-01-04Camera tracking: more accurate track preview widgetSergey Sharybin
2012-01-02nicer string delimiter handling for Ctrl+Left/Right arrows, py console could ...Campbell Barton
2011-12-27Merging r42800 through r42895 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-21Merging r42770 through r42799 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-21Fix #29670: color picker draw issues with RGB values out of soft range.Brecht Van Lommel
2011-12-20Merging r42723 through r42769 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-12-19Merging r42648 through r42722 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-19remove unneeded NULL check in ui_searchbox_create() which confuses static che...Campbell Barton
2011-12-18Fix for toggle buttons in node headers.Lukas Toenne