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-01fix: column flow layout wrongly calculated height of second and subsequent co...Andrea Weikert
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-29scale down histogram button movement by 10, was very sensitiveCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-26fix for crash when displaying the tooltip for a non python menu (was introduc...Campbell Barton
2012-07-26Run versioning stuff for animation summary color againSergey Sharybin
2012-07-26Fix #31897: Ctrl+Click in 'Hue Correct' Node Adds in Wrong LocationSergey Sharybin
2012-07-26Fix #31550: Active Armature bone hardly distinguishable from other selected b...Sergey 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-25image space now has a mode for view/paint/mask editing.Campbell Barton
2012-07-25fix annoying bug where image open from ID template didn't open in the existin...Campbell Barton
2012-07-21style cleanupCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
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-17code cleanup: spellingCampbell Barton
2012-07-16correct own error in logic for skipping mask layers, inverted mask layers wit...Campbell Barton
2012-07-16show alpha in the mask buttons item listCampbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-15fix for minor error in previous commit (wasnt connecting right faces for cycl...Campbell Barton
2012-07-12Fix crash on creating tooltip for sequencer's gl preview modeSergey Sharybin
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)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-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-28Basic snapping in node transform operator.Lukas Toenne
2012-06-27style cleanupCampbell Barton
2012-06-25make hue correct grid more faded out.Campbell Barton
2012-06-24style cleanypCampbell Barton
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-22[#31885] uiItemMenuEnumO / layout.operator_menu_enum() fails silently with ba...Dan Eicher
2012-06-21hue color display still was shifted, turned out the resolution was a bit too ...Campbell Barton
2012-06-21color backdrop on hue balance was misleading (shifted to the right)Campbell Barton
2012-06-21hue correct node: draw hsv backdrop with full alpha.Campbell Barton
2012-06-21display a sample line in the hue correct, handy to sample the image to know w...Campbell Barton
2012-06-21sampling the node backdrop now draws a line in the curve (as it did in 2.4x).Campbell Barton
2012-06-20avoid calls to BLF_height_default in a loop calling with the same value, also...Campbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-17style cleanup:Campbell Barton