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-04-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2011-11-11svn merge -r41723:41751 ^/trunk/blenderCampbell Barton
2011-11-11svn merge -r41722:41723 ^/trunk/blenderCampbell Barton
2011-11-10SVN maintenance.Guillermo S. Romero
2011-11-08correct merge errorCampbell Barton
2011-11-08svn merge ^/trunk/blender -r41602:41638 .Campbell Barton
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-01svn merge -r41371:41420 ^/trunk/blenderCampbell Barton
2011-10-31Fix #29084: material/texture nodes crash introduced in 2.60, execdata is beingBrecht Van Lommel
2011-10-28Merge with trunk r41342Miika Hamalainen
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-10-22Dynamic Paint:Miika Hamalainen
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 -r40405:40431Campbell Barton
2011-09-21remove support for irixCampbell Barton
2011-04-17=bmesh= build modifier works now, also made scanfill thread-safeJoseph Eagar
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13warning cleanup.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-06-22BLI_init_threads/BLI_end_threads with NULL listbase now raises thread levelBrecht Van Lommel
2010-05-27Fix #22401: BLI_thread_is_main function does not work properly onBrecht Van Lommel
2010-04-26Two bugfixes from the render branch:Brecht Van Lommel
2010-04-25Fix #22123 and #22124: some problems with mutex locks, also tweak toBrecht Van Lommel
2010-04-17bugfix and cleanupCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-13prevent images from freeing gpu buffers if not run within the main thread, in...Joseph Eagar
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-03-16Fixes for thread related render / compositing crashes:Brecht Van Lommel
2010-03-12Fix crash in compositing nodes, due to threading problem.Brecht Van Lommel
2010-03-09Mac + OpenMP + pthreads workaround: recent commit broke compile, justBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-28- change max threads from 8 to 64, need to keep an eye on stack memory use here.Campbell Barton
2010-01-23Thread queue: use _ftime to get current time on windows, same asBrecht Van Lommel
2010-01-23accidentally commited a patch that modifies wait_timeout, which I've not thou...Joseph Eagar
2010-01-23Initial results of my profiling of the animation system. Joseph Eagar
2010-01-23bugfix [#20767] Particle edit mode crashesCampbell Barton
2010-01-22Threads: added queue for passing data between threads. Includes a functionBrecht Van Lommel
2009-09-30Render & Compositing Thread FixesBrecht Van Lommel
2009-09-14use static functions where possible for some local functions.Campbell Barton