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-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-10Cleanup for OSL linking in cmake: Move cmake OSL library search and path defi...Lukas Toenne
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03Added library linking for cycles_kernel_osl to OSL libraries and added cycles...Lukas Toenne
2012-08-26fix for build error without ffmpegCampbell Barton
2012-08-26Some FFmpeg changesSergey Sharybin
2012-08-18cmake option to build without iksolverCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-11remove all remaining data files from source, now all are converted at build t...Campbell Barton
2012-08-09Remove redundant referenced to bf_intern_bopSergey Sharybin
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-06bring back the play option from 2.4xCampbell Barton
2012-08-05Windows MSVC libraries:Thomas Dinges
2012-08-02Remove old boolean operation moduleSergey Sharybin
2012-07-16fix for linking with scons.Campbell Barton
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-05Update build systems to copy needed dlls from MinGW-w64, turn openmp on by de...Antony Riakiotakis
2012-07-01Scons:Thomas Dinges
2012-06-30the compositor optional for cmake: WITH_COMPOSITORCampbell Barton
2012-06-29Added command line option "--debug-jobs"Sergey Sharybin
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-20Added command line argument --debug-valueSergey Sharybin
2012-06-18Collada: Moved interface definitions from wm_operators.c to blender/editors/ioGaia Clary
2012-06-16style cleanupCampbell Barton
2012-06-16fix for running blender as a python module - dont parse args from python.Campbell Barton
2012-06-10Initial Ceres integration into BlenderSergey Sharybin
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-29finish cleanup for pluginsCampbell Barton
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-29remove some more pynode references in the codeCampbell Barton
2012-05-27code cleanup: remove mode comments, these were applied very un-evenly across...Campbell Barton
2012-05-21Fix for [#31418] Code review: OpenCL initializationJeroen Bakker
2012-05-21code cleanup: remove some old commentsCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-17 ____ Jeroen Bakker
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-12fix for building without libmvCampbell Barton
2012-05-11Added verbosity command line argument. Currently used for libmv only.Sergey Sharybin
2012-05-10Enable ffmpeg building with MinGW-w64. The libraries were compiled with gcc 4...Antony Riakiotakis
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-02Fix: --debug-python command option was not working correct.Brecht Van Lommel
2012-05-02CMake: Fix to install numpy (source dir was "hardcoded", rather use PYTHON_NU...Bastien Montagne
2012-05-02Add pthread dll for MinGW64 during installation. Now people who download from...Antony Riakiotakis
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-04-30WITH_PYTHON_INSTALL_NUMPY option for unix/cmake, just copies from site-packages.Campbell Barton