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-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-07Unify string stepping delimiter code for text buttons, text editor and consol...Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-23Move PBVH bitmap to separate header in blenlib.Nicholas Bishop
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-01-26remove cellalloc, from my tests jemalloc beats cellalloc, so we better just u...Campbell Barton
2011-12-29svn merge ^/trunk/blender -r42953:42957Campbell Barton
2011-12-29file missing from cmake listingCampbell Barton
2011-12-28WIP loading bmesh in trunk, some conversion functions for this purpose.Campbell Barton
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-21Code refactoring: move MD5 out of imbuf into blenlib.Brecht Van Lommel
2011-11-03svn merge -r41458:41480 ^/trunk/blenderCampbell Barton
2011-11-03patch [#28947] Patches for #28943 (Support for XDG Base Directory Specification)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-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-15move utf8 string.c functions into their own file, also add python tip for pri...Campbell Barton
2011-09-09move smallhash into its own C file, was inlineing fairly large functions.Campbell Barton
2011-07-26svn merge -r38400:38500 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-25svn merge -r37700:37800 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-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-24move callbacks file out of intern (only contains 1 function but re-using it f...Campbell Barton
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-05-31svn merge -r37028:37030 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-09more syncing with trunk, also cleared many warnings with gcc4.6Campbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-06Code cleanup: PIL_dynlib, renamed to BLI_dynlib, and other tweaks.Brecht Van Lommel
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-10-27remove include paths which dont exist, fix for doc upload script which was ge...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-09-15ignore BLI_bfile with cmake since its not used anywhereCampbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton