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-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
2011-11-24Fix #29306: Alt+N, Enter In Image View Does closes the dialog without executing.Sergey Sharybin
2011-11-21Fix #29333: issue with modal keymap saving.Brecht Van Lommel
2011-11-15patch [#28993] wm_window_match_do(): Fix crash on null pointer dereferenceCampbell Barton
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-07use macro for access to library filepathCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07minor editsCampbell Barton
2011-11-04Depsgraph: add "Dependency Relations" operator to print the dependency graph toBrecht Van Lommel
2011-11-04utility function to find the biggest area: BKE_screen_find_big_area(...), was...Campbell Barton
2011-11-03ability to have permanent callbacks that stay active when new blend files are...Campbell Barton
2011-11-03correct spelling mistakesCampbell Barton
2011-11-03Depsgraph/Python: callbacks and properties to detect datablock changesBrecht Van Lommel
2011-11-02RenderEngine api: support for viewport rendering, details here:Brecht Van Lommel
2011-10-31fix [#29098] File save dialog cannot handle extra periods in file nameCampbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-27utf8 buffer wasn't being initialized in ghost_event_procCampbell Barton
2011-10-27pass image description to image loading functions for more useful error than ...Campbell Barton
2011-10-27quiet -Wempty-body and unused warningsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23fix some typo'sCampbell Barton
2011-10-23- fix for error with utf8 textinput for buttonsCampbell Barton