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-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-15use job types when checking for jobs in areas of the code that made assumptio...Campbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-03Fix [#31977] Export Animated Mesh, terminate baking in fluid-simBastien Montagne
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-16Fluid Simulation:Thomas Dinges
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2012-03-18fix for invalid use of strncat (N == how many bytes may be appended, not the ...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-01-22Fluidsim - Restoring simulation speed control (ZanQdo request)Joshua Leung
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-09-28Fix crash when starting baking fluid when baking thread is already started.Sergey Sharybin
2011-09-28fix [#28725] No way to control fluid simulator from Python API?Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-07-15Fix for [#27307] Blender crashes when loading a new scene while baking fluid ...Janne Karhu
2011-06-14Fixed weird assignment inside condition statement.Sergey Sharybin
2011-06-13Elbeem / Fluidsim:Daniel Genrich
2011-06-13Elbeem / Fluidsim update:Daniel Genrich