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
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
2011-07-08Merge with trunk r38225Miika Hamalainen
2011-07-08Dynamic Paint:Miika Hamalainen
2011-07-05Fix for [#27347] Particle x-axis mirror editing not working as expected.Janne Karhu
2011-06-27Merge with trunk r37849Miika Hamalainen
2011-06-21Fix for [#26939] Hair Combing intersects emitter when combed fastJanne Karhu
2011-06-16Merge with trunk r37546Miika Hamalainen
2011-06-16Dynamic Paint:Miika Hamalainen
2011-06-14Fixed weird assignment inside condition statement.Sergey Sharybin
2011-06-13Elbeem / Fluidsim:Daniel Genrich
2011-06-13Elbeem / Fluidsim update:Daniel Genrich
2011-06-04Code holiday commit:Ton Roosendaal