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 (Collapse)Author
2016-07-30Cleanup: pep8Campbell Barton
2014-02-27patch cmake_linux_install.sh to do multithreaded buildLawrence D'Oliveiro
The script ##cmake_linux_install.sh## is currently invoking ##make## in single-threaded mode; this patch changes it to take advantage of all available CPU threads. Reviewers: mont29 Reviewed By: mont29 Differential Revision: https://developer.blender.org/D358
2014-01-28Code cleanup: remove references to svn and code styleCampbell Barton
2012-11-26switch verious references from py3.2 -> 3.3 or just 3.Campbell Barton
2012-05-02replace python3 command with python3.2, python3 isnt available on ubuntu.Campbell Barton
2011-06-10added a check to console auto-compleation for pythons struct_seq type, so ↵Campbell Barton
bpy.app and sys.float_info autocompleate their attributes rather then bring treated as a typle.
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in ↵Campbell Barton
mesh_utils.mesh_linked_faces()
2010-12-21bugfix [#24469] Cannot add keyframes on custom properties in IDPropertyGroupsCampbell Barton
2010-12-21better make_quiet.sh filter with threaded builds.Campbell Barton
2010-12-20simple make wrapper to give quiet output. (more like nan-makefiles)Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-24make quicky wrapper for cmake.Campbell Barton
works like scons where using a subset of the targets name is enough. make_quicky.py py ...expands into make bf_python bf_python_ext blender/fast arguments like -j4 are passed on.
2010-07-16SVN maintenance.Guillermo S. Romero
2010-07-15- updated man page from --help output.Campbell Barton
- cmake now installs the man page. - added cmake_linux_install.sh, shell script which downloads and builds blender.