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-08-26code cleanup: comments and some minor edits to interface code.Campbell Barton
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-23BGE: When creating a controller by linking a sensor and actuator, the created...Mitchell Stokes
2012-08-21code cleanup: use rect size macros for the interfaceCampbell Barton
2012-08-21alt+wheel scrolling over the render slots works again (this didnt support scr...Campbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19style cleanupCampbell Barton
2012-08-19fix for own commit r49991, this exposed bad logic in rect copy function.Campbell Barton
2012-08-18code cleanup: use BLI rect functions for interface button and block code.Campbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-07-29scale down histogram button movement by 10, was very sensitiveCampbell Barton
2012-07-26Fix #31897: Ctrl+Click in 'Hue Correct' Node Adds in Wrong LocationSergey Sharybin
2012-07-26image histogram/sample line couldn't show HDR colors. now allow zooming the v...Campbell Barton
2012-07-25Fix #32004: Up/down arrow keys can move index out of actual range of template...Sergey Sharybin
2012-07-18shift help with continuous grab on a curve point now does scaled motion.Campbell Barton
2012-07-17holding shift with cont. grab now works on the hsv cube and the value slider.Campbell Barton
2012-07-17option to clear all keys from a button, so you dont have to hunt about for th...Campbell Barton
2012-07-15fix for minor error in previous commit (wasnt connecting right faces for cycl...Campbell Barton
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-06-24style cleanypCampbell Barton
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-12Masking support for motion tracksSergey Sharybin
2012-06-10change RNA_struct_find_function to accept a type rather then a PointerRNA, ad...Campbell Barton
2012-06-03rename context menu 'Python Documentation' to 'Online Python Reference'Campbell Barton
2012-06-02experenental manual linking from the UI. realize this is an issue which is no...Campbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-26Fix reading freed memory when opening file by click on it on splash screenSergey Sharybin
2012-05-25Fix #31514: Open blends via drag-n'-drop doesn't work when splash screen is onSergey Sharybin
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-19Add i18n to “button” and “Area Options” pop-up menus.Bastien Montagne
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-09Fix #31371: copy data path should be disabled in places where it doesn't work,Brecht Van Lommel
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-10code cleanup: replace (val >> 16) with macro RNA_SUBTYPE_UNIT_VALUE(val)Campbell Barton