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-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2012-01-13Bugfix: Editing baked cache in particle mode for Softbody and Cloth now shows...Daniel Genrich
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-02replace:Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-11-29remove header text:Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-25Fix part of #29310: secondary point caches for cloth did not get stepsBrecht Van Lommel
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-14Some UI messages fixes and tweaks in recent merges (found while translating i...Bastien Montagne
2011-11-14minor cleanup Campbell Barton
2011-11-14DPAINT_OT_output_toggle operator was using an index option for what was reall...Campbell Barton
2011-11-10quiet some warnings from recent mergeCampbell Barton
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-31Merge with trunk r41411Miika Hamalainen
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-28Dynamic Paint:Miika Hamalainen
2011-10-28prefix common internal operator function names so its possible to assign them...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22Dynamic Paint:Miika Hamalainen
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-14Dynamic Paint:Miika Hamalainen
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-09-28Fix crash when starting baking fluid when baking thread is already started.Sergey Sharybin
2011-09-28fix [#28725] No way to control fluid simulator from Python API?Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-05Merge with trunk r39928Miika Hamalainen
2011-09-05Dynamic Paint:Miika Hamalainen
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-28Merge with trunk r39750Miika Hamalainen
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-21Merge with trunk r39589Miika Hamalainen
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-03Dynamic Paint:Miika Hamalainen
2011-07-22Merge with trunk r38619Miika Hamalainen
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-15Fix for [#27307] Blender crashes when loading a new scene while baking fluid ...Janne Karhu