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-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
2011-10-11Cycles: svn merge -r40411:40934 ^/trunk/blenderBrecht Van Lommel
2011-10-02remove find samplerate module, use -msse2 flag for intel c++ since its suppor...Campbell Barton
2011-10-02* Removing libsamplerate from build systemsJoerg Mueller
2011-10-02minor cmake edits:Campbell Barton
2011-10-01cmake:Campbell Barton
2011-10-01cmake: sse flags were being defined in 2 different placesCampbell Barton
2011-09-30fix for odd linking error with ffmpeg.Campbell Barton
2011-09-30sse flags for intel c++ compilerCampbell Barton
2011-09-30formatting edits onlyCampbell Barton
2011-09-30removing duplicate library linking from cmake, fingers crossed that this wont...Campbell Barton
2011-09-26pep8 cleanup and fix for keymap test operator from my own recent fix.Campbell Barton
2011-09-26wm.py needs import os in some of its execute funcs + now we can have blender2...Dalai Felinto
2011-09-22use the systems number of processes for running static checks - multiple jobs.Campbell Barton