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-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-02code cleanup: minor editsCampbell Barton
2012-07-01style cleanupCampbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-27style cleanupCampbell Barton
2012-06-26Optimization of keying screen nodeSergey Sharybin
2012-06-25comment for TODO - rgb_to_bw / rgb_to_grayscale usage.Campbell Barton
2012-06-25style cleanupCampbell Barton
2012-06-24Fix [#31807] Ngon triangulation errorBastien Montagne
2012-06-24style cleanypCampbell Barton
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-22fixed function name: BLI_rebase_path, reworked description, added enum bli_re...Gaia Clary
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-06-14Keying Screen node from tomato branchSergey Sharybin
2012-06-13style cleanupCampbell Barton
2012-06-13move one line color conversion functions to be inline.Campbell Barton
2012-06-13add rgb_to_luma_y(), was being done inline in many places.Campbell Barton
2012-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-06-10style cleanupCampbell Barton
2012-06-10Code cleanups for the PBVH, no functional changes.Nicholas Bishop
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-06-10Applied and completed a compositor patch by Brecht to use signalling and wait...Lukas Toenne
2012-06-09code cleanup: doxy comment filename correctionsCampbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-06-06pass the object wire color along to drawing functions, too many places would ...Campbell Barton
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-05style cleanupCampbell Barton
2012-06-01Add const prefix to match definition in lasso.cPeter Larabell
2012-05-31style cleanupCampbell Barton
2012-05-31math lib changes from tomatoCampbell Barton
2012-05-30Provide ray hit/nearest information on which side of the quad the ray hit.Daniel Genrich
2012-05-29finish cleanup for pluginsCampbell Barton
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-28add BLI_ghash_pop() which returns the value for a key and removes it at the s...Campbell Barton
2012-05-28style cleanup: also fix for TIMEIT macroCampbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-25Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/..,Brecht Van Lommel
2012-05-24style cleanup: comma placementCampbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
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-18style cleanup: function definitionsCampbell Barton