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-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-05Patch #30050 by Juha Mäki-Kanto (kanttori)Domino Marama
2012-02-05Release schedule:Thomas Dinges
2012-02-04fix [#30060] self.report printed twiceCampbell Barton
2012-02-03Fix #30043: typing ctrl+Z in text field adds a square. For ascii these controlBrecht Van Lommel
2012-01-31Cache limiter will now work properly with limits >= 4GbSergey Sharybin
2012-01-27Fix [#29884] Splash screen only displays "r43"Nathan Letwory
2012-01-25Fix compilation error caused by recent changes in file browser stuffSergey Sharybin
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2012-01-19patch [#29924] Border select tool implementation for the outlinerCampbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-12Fix #29864: crash running blender in background mode with non-default keyBrecht Van Lommel
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-12Cucumber - AA for blenderplayer and fullscreenDalai Felinto
2012-01-12fix for error in last commit - don't overwrite options in the new operator wh...Campbell Barton
2012-01-11running operators now uses last used settings, added reset button to set defa...Campbell Barton
2012-01-11add RNA_property_is_set function, use for WM_menu_invoke to avoid double look...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...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-10Fix jobs progress display in taskbar incorrectly flashing on/off with multipleBrecht Van Lommel
2012-01-10Camera tracking: tracks copy/paste operatorSergey Sharybin
2012-01-09fix an error rendering opengl weightpaint data wasn't working when python ini...Campbell Barton
2012-01-06Fix #29568: Blender restores deleted sceneSergey Sharybin
2011-12-28more changes from bmesh into trunk (mesh mpoly strict member)Campbell Barton
2011-12-28WIP loading bmesh in trunk, some conversion functions for this purpose.Campbell Barton
2011-12-27option to save as older mesh format (ifdef'd for now)Campbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-17move GPU_code_generate_glsl_lib to GPU_extensions_init. This makes more sense...Antony Riakiotakis
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-12-15Bicubic bump map filtering.Antony Riakiotakis
2011-12-13Disallow link/append when in edit modeSergey Sharybin
2011-12-12add WM_operator_call_notest() for operators that need to call themselves with...Campbell Barton
2011-12-12fix [#29537] file/save crashes when target path isnt foundCampbell Barton
2011-12-11fix [#29579] Redo brolken when jobs are runningCampbell Barton
2011-12-07Fix #29432: Marquee Select BugSergey Sharybin
2011-12-05Fix #28107: save screenshot operator option to save full screen or only a singleBrecht Van Lommel
2011-12-02Possible fix for #29436: issue with external numpad, that is generating unknownBrecht Van Lommel
2011-11-30Blender 2.61 Release links and readme:Thomas Dinges
2011-11-29Fix #27328: Undoing an operation while baking fluids freezes BlenderSergey Sharybin
2011-11-28Fix #29389: cycles viewport render not updating on frame changes. This sort ofBrecht Van Lommel
2011-11-28fix for building as a python moduleCampbell Barton
2011-11-26pass args as vectors to opengl functions where possible.Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton