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-05-27code cleanup: remove mode comments, these were applied very un-evenly across...Campbell Barton
2012-05-27cmake editsCampbell Barton
2012-05-16CPack rpm cleanupDan Eicher
2012-05-15Fix El Topo:Daniel Genrich
2012-05-02replace python3 command with python3.2, python3 isnt available on ubuntu.Campbell Barton
2012-04-22Solve restriction of MinGW that users have to turn ffmpeg on for cmake.Antony Riakiotakis
2012-04-15qtcreator/netbeans generators: fix for error getting project info when svn is...Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-18cleanup for redefined varsCampbell Barton
2012-01-17fix for segfault with bpy compiled as python module (dont register atexit)Campbell Barton
2012-01-11when building blender as a py module use add_library(... MODULE on all system...Campbell Barton
2011-12-31Patch is partially made by Pelle Johnsen. Thanks!Alexander Kuznetsov
2011-12-06attempt to fix defione for qtcreator project file and cycles define.Campbell Barton
2011-11-19hide overly picky warnings from 'pylint' for pep8 script, indentation edits.Campbell Barton
2011-11-19add python3 checks to avoid confusion from errors with python2.Campbell Barton
2011-11-17pass encoding to uses of decode() incase the default isnt utf-8. ignore decod...Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-11-16support for creating project files in utf8 paths (was defaulting to ascii and...Campbell Barton
2011-11-13rename cmake WITH_OCEANSIM --> WITH_MOD_OCEANSIM and tag CYCLES_CUDA_BINARIES...Campbell Barton
2011-11-10add some missing headers to cmake, also add some files as comments since it s...Campbell Barton
2011-11-09Fixes for MinGW cmake debug build:Antony Riakiotakis
2011-11-09edits to cycles cmake files so cmake_consistency_check.py can parse them.Campbell Barton
2011-11-08Cycles MergeBrecht Van Lommel
2011-11-08- disable undo for user preferences (every click would do push an undo), was ...Campbell Barton
2011-11-07Cycles: svn merge -r41613:41627 ^/trunk/blenderBrecht Van Lommel
2011-11-07quiet warnings when building without libmvCampbell Barton
2011-11-07CMake: add delayed_install macro to specify files to be installed from modulesBrecht Van Lommel
2011-11-07CMake: Boost and OpenImageIO building support (unused still).Brecht Van Lommel
2011-11-05Cycles: svn merge -r41467:41531 ^/trunk/blenderBrecht Van Lommel
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-03cmake could ignore defines for python lib/include passed from the command lin...Campbell Barton
2011-11-02Cycles: svn merge -r41266:41467 ^/trunk/blenderBrecht Van Lommel
2011-11-02quiet some warnings.Campbell Barton
2011-11-01name qtcreator projects based on branch names (if svn is found and its a bran...Campbell Barton
2011-11-01hopefully fix problem with cmake on osx (older gcc version)Campbell Barton
2011-10-30correct flags for older GCC's which dont suppport -Wno-deprecated-declarations,Campbell Barton
2011-10-27tweak remove_strict_flags so it can be used with gcc's -WallCampbell Barton
2011-10-25update is_c() utility function to include '.cc' and '.inl' files.Campbell Barton
2011-10-25Cycles: svn merge -r41232:41266 ^/trunk/blenderBrecht Van Lommel
2011-10-25Cycles: svn merge -r41225:41232 ^/trunk/blenderBrecht Van Lommel
2011-10-24Some small fixes and changes:Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Cycles: svn merge -r40934:41157 ^/trunk/blenderBrecht Van Lommel
2011-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-14cmake: use cached results for RPM build & dont print annoying rpmbuild missin...Campbell Barton
2011-10-14cmake's find glew wasnt working right - if glew wasnt found installing the pa...Campbell Barton
2011-10-13correct collada lib linking order (wasnt building for me), and sphinx doc syn...Campbell Barton