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-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-20Fix for [#30445] Particle simulation, rekey crashes blenderJanne Karhu
2012-03-19Grumph, more fixes in this Select menu (Invert had default op name for metaba...Bastien Montagne
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19replace MIN2 / MAX2 with minf / maxf to avoid calling functions multiple times.Campbell Barton
2012-01-19ensure defoem DM has tessface data for the few places that need it.Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
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
2011-12-05manual sync with trunk - pulling in changes where the issues are not bmesh sp...Campbell Barton
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
2011-11-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-11-01uncommented particle mirror, tested and it works fine.Campbell Barton
2011-10-28svn merge -r41310:41329 ^/trunk/blenderCampbell Barton
2011-10-28prefix common internal operator function names so its possible to assign them...Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41175:41200 --- will need to apply fix afterCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-10-18svn merge ^/trunk/blender -r41075:41099Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-09-27svn merge ^/trunk/blender -r40511:40587Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-21svn merge -r40295:40367 ^/trunk/blenderCampbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-08-29svn merge -r39664:39762 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-07-25svn merge -r38000:38200 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-25svn merge -r37600:37700 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
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-09svn merge -r37078:37335 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-31svn merge -r36900:37028 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-24svn merge -r36801:36840 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
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-20svn merge -r36725:36801 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell 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-13svn merge -r36603:36651 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton