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-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-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-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
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-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
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-05Fix for [#27347] Particle x-axis mirror editing not working as expected.Janne Karhu
2011-06-21Fix for [#26939] Hair Combing intersects emitter when combed fastJanne Karhu
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
2011-05-31cmake maintenanceCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-15Fix for [#27142] manipulator in particle mode does not workJanne Karhu
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-12== Radial control ==Nicholas Bishop
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton
2011-03-25Switched the fluid fix from yesterday into using the existing compatible eule...Janne Karhu
2011-03-24Further fix for parented fluidsim objectsJanne Karhu
2011-03-24Bug fix: Fluidsim didn't take parent objects into account when calculating th...Janne Karhu
2011-03-23Fix for [#26580] Rekey deselects active vertsJanne Karhu
2011-03-23fix implicit declarationCampbell Barton
2011-03-22Bug fix: Fluidsim crashed after clicking "bake" multiple timesJanne Karhu
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-18New particle collisions code:Janne Karhu
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22Bug fix: Fluidsim paths were not handled properlyJanne Karhu
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory