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
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-21Driver error warnings are now only printed to the console when Blender is runJoshua Leung
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-02-28Bugfix: Invalid target tagging for "Distance" driver variable type onlyJoshua Leung
2013-02-28Bugfix: Types mismatch (flags and targetFlags were ints, but dtar->flag is aJoshua Leung
2013-02-28Invalid Driver Targets are now indicated appropriately (using Red Backgrounds)Joshua Leung
2012-12-29style cleanupCampbell Barton
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-11code cleanup: use min/max inline functions rather than macros & simplify loopCampbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-18Bugfix [#32331] Graph editor zoom to selected includes coordinate origin if moreJoshua Leung
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-01style cleanupCampbell Barton
2012-05-24Graph Editor - View All/Selected now includes handles for calculating extents ofJoshua Leung
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-06style cleanup: blenkernelCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-17pydrivers: 'frame' is now in the driver namespace,Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton