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-11-27Merge w/ trunk: r52086-r52534 (As with last time, the game engine was not mer...soc-2012-swiss_cheeseJason Wilkins
2012-11-17fix for 'Playanim' playing past the last frame of an animation. also print -s...Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-12Merge w/ trunk: r51141-52085 (Important Note: gameengine and blenderplayer we...Jason Wilkins
2012-10-27add --debug-handlers so --debug-events isnt so noisy.Campbell Barton
2012-10-07Merge w/ trunk: r50097-r51140 (also, I got ahead of myself and fixed a lot of...Jason Wilkins
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-26fix for build error without ffmpegCampbell Barton
2012-08-26Some FFmpeg changesSergey Sharybin
2012-08-21"Pens Down" merge /w trunk r49015-r50064. Make clean patches for Google Summ...Jason Wilkins
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-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-07-18Merged w/ Trunk: r48664-r49014Jason Wilkins
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-30Merged w/ Trunk: r48395-r48429Jason Wilkins
2012-06-29Added command line option "--debug-jobs"Sergey Sharybin
2012-06-26Merge w/ Trunk: r47143-r48302Jason Wilkins
2012-06-20Added command line argument --debug-valueSergey Sharybin
2012-06-16style cleanupCampbell Barton
2012-06-16fix for running blender as a python module - dont parse args from python.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-28This is essentually enables Android build using cmake on linuxAlexander Kuznetsov
2012-05-21code cleanup: remove some old commentsCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell 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-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-02style cleanup: whitespace, bracesCampbell Barton
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-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-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
2012-03-28style cleanup: for creator.c & more useful assert message (file:line)Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2012-03-11code cleanup: remove unused externs.Campbell Barton