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-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-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-06svn merge ^/trunk/blender -r43887:43918Campbell Barton
2012-02-05Code Cleanup: minor changes & sync with bmesh.Campbell Barton
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-17fix [#29913] Bezier edit mode crashes on undo.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-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-13Remove vestigial retopo/retopo-paint code.Nicholas Bishop
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-16svn merge ^/trunk/blender -r42617:42655Campbell Barton
2011-12-15Fix #29577: repeat curve duplication not working in 2.60(as well as 2.61rc1)Sergey Sharybin
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
2011-11-15Fix #29253: 3D Manipulator: "Active Element" not supported for curvesSergey Sharybin
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
2011-11-05misc doc editsCampbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28svn merge ^/trunk/blender -r40587:40643Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40432:40491Campbell Barton
2011-09-22Fix #28695: path/beziercirlce defined surface dissapears when deleting subdv ...Sergey Sharybin
2011-09-22comment some unused vars / assignments.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-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-08-05svn merge -r38804:38971 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-07-31when converting curves from poly -> nurbs, dont enable Bezier-U flag.Campbell Barton
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
2011-07-25svn merge -r38000:38200 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-05Fix #27863: converting curve spline type from python crashes.Brecht Van Lommel
2011-05-24svn merge -r36801:36840 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...Campbell Barton
2011-05-20svn merge -r36725:36801 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-17=bmesh= fixed curve editmode crashJoseph Eagar