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
2013-10-04fix for lasso failing/glitches on overlapping lines, replace scanfill with 2d...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-10Fix a few DPI / retina draw issues:Brecht Van Lommel
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-05style cleanupCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-13code cleanup:Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-03-27style cleanup: wm, mosyly adding space around opsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19style cleanyp: split > 120 width lines.Campbell Barton
2011-12-07svn merge ^/trunk/blender -r42466:42495Campbell Barton
2011-12-07Fix #29432: Marquee Select BugSergey Sharybin
2011-11-26svn merge ^/trunk/blender -r42139:42172Campbell Barton
2011-11-26pass args as vectors to opengl functions where possible.Campbell 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-23svn merge ^/trunk/blender -r40389:r40390Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-04-17=bmesh= build modifier works now, also made scanfill thread-safeJoseph Eagar
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-02-25doxygen: blender/windowmanager tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23Bug #25354Ton Roosendaal
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-04-04Added a new 'straight line' gesture type that can be used in any operator.Matt Ebb
2010-03-24remove unused includes UI_*.h, WM_*.h, ED_*.hCampbell Barton
2010-03-22Sculpt Mode Bugfixes:Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton