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-09-16fix for error in recent commit (made function static that shouldn't have been...Campbell Barton
2012-09-14add checking target `check_smatch`Campbell Barton
2012-08-16for the default make/cmake wrapper, use ../build_os rather then ../build/osCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-05-27cmake editsCampbell Barton
2012-05-14style cleanup: imbuf & iconsCampbell Barton
2012-05-02replace python3 command with python3.2, python3 isnt available on ubuntu.Campbell Barton
2012-05-02source code style checker to, (similar to pythons pep8 checker)Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-11-23minor changesCampbell Barton
2011-11-13allow passing vars to cmake from our makefileCampbell Barton
2011-11-05remove po/ since the workflow for translations uses branches which isnt that ...Campbell Barton
2011-11-05update path loactions for external po/ Campbell Barton
2011-11-05misc doc editsCampbell Barton
2011-10-23Another set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20pass -noaudio when running blender for various utilities - doc-gen and tests.Campbell Barton
2011-10-16allow passing BUILD_DIR to convenience makefile as an argument incase you don...Campbell Barton
2011-10-16convenience targets for make doc_py, doc_dna, doc_manCampbell Barton
2011-10-15- add template for defining custom driver functions.Campbell Barton
2011-10-13py docs - gpu module wasn't included in docs.Campbell Barton
2011-09-30fix for crash generating messages.txt, I wasn't getting this crash because I ...Campbell Barton
2011-09-20move message.txt generator out of wm.py (which was loaded with blender always...Campbell Barton
2011-09-20- translation scripts now run with py3.xCampbell Barton
2011-09-20committed change to transforms THRESHOLD by accident, also update convenience...Campbell Barton
2011-09-16new convenience makefile targets for static source code cheching: check_splin...Campbell Barton
2011-08-16turns out recent commit made 'make' on its own fail.Campbell Barton
2011-08-16Convenience targets for project files:Campbell Barton
2011-08-16'make help' message for the convenience makefile which lists optional targets.Campbell Barton
2011-08-16added cmake configureation presets, so on *nix systems you can do...Campbell Barton
2011-07-20patch [#28031] Minor typo in BlenlibCampbell Barton
2011-07-18script to report deprecated functions of text and their age in days.Campbell Barton
2011-06-27initialize cmake's CMAKE_BUILD_TYPE to 'Release'Campbell Barton
2011-06-06avoid cd'ing with the makefile stubCampbell Barton
2011-04-10- background job style cleanup.Campbell Barton
2011-04-10minor pep8 edits, also added 'test_pep8' & 'test_cmake' to the GNUmakefile fo...Campbell Barton
2011-03-21CMake package_archive target to create a .zip/.tar.bz2 package on mac/unix,Brecht Van Lommel
2011-03-16Mac OS X cmake changes and bundle fixesBrecht Van Lommel
2011-03-14GNUmakefile: do number of cores detection same as BSD, system_profiler appare...Brecht Van Lommel
2011-03-14Fixes for GNUmakefile on Mac:Brecht Van Lommel
2011-03-06update 'make' GNUmakefile stub to run 'make install'Campbell Barton
2011-02-22part of a patch from Dan Eicher with some edits.Campbell Barton
2011-02-19add 'make debug' option for stub cmake makefile.Campbell Barton
2011-02-14convenience targets for makefileCampbell Barton
2011-02-07Type checks for internal ID-Property UI min/max/tip & use defines to get valu...Campbell Barton
2011-02-07- own error with sound unpack operator using NULL pointerCampbell Barton
2011-02-04fix for make stub, readlink was used incorrectly and building didn't work on ...Campbell Barton