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-06-30the compositor optional for cmake: WITH_COMPOSITORCampbell Barton
2012-06-29Added command line option "--debug-jobs"Sergey Sharybin
2012-06-24Merged changes in the trunk up to revision 48227.Tamito Kajiyama
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-16Merged changes in the trunk up to revision 47977.Tamito Kajiyama
2012-06-16fix for running blender as a python module - dont parse args from python.Campbell Barton
2012-06-11Merged changes in the trunk up to revision 47700.Tamito Kajiyama
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-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
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-27Merged changes in the trunk up to revision 47056.Tamito Kajiyama
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-19Merged changes in the trunk up to revision 46787.Tamito Kajiyama
2012-05-17 ____ Jeroen Bakker
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-12fix for building without libmvCampbell Barton
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
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-05Merged changes in the trunk up to revision 46309.Tamito Kajiyama
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
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-24Add cycles support for MinGW-w64Antony Riakiotakis
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-21Merged changes in the trunk up to revision 45820.Tamito Kajiyama
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-14Silencing some compiler warnings on WindowsJoshua Leung
2012-04-14Merged changes in the trunk up to revision 45619.Tamito Kajiyama
2012-04-12code cleanup: utfconv library had some quite confusing formatting, also clear...Campbell Barton
2012-04-07* Replace some more Blender 2.5x with Blender 2.6x and some code cleanup. Thomas Dinges
2012-04-01Merged changes in the trunk up to revision 45308.Tamito Kajiyama
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Added new command-line arguments --debug-ffmpeg and --debug-libmv toSergey Sharybin