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-19Patch #32326: NDOF support of rotation and panning the view at the same timeSergey Sharybin
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-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-08-17fix for crash showing tooltip for NODE_OT_add_search()Campbell Barton
2012-08-16support fro HDR color picking (values over 1.0) when color picking in the ima...Campbell Barton
2012-08-15rendering now stops the composite job first, then renders.Campbell Barton
2012-08-15use job types when checking for jobs in areas of the code that made assumptio...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-13add hook now has option to add to active bone (mango request).Campbell Barton
2012-08-12confusion minf/fmin, broke msvcCampbell Barton
2012-08-122d smoothview now scales back the time to move for smaller view zoom/panning.Campbell Barton
2012-08-12smooth-view for 2d views, graph editor, sequencer, node view, works with bord...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08Code cleanup - whitespaceJoshua Leung
2012-08-06bring back the play option from 2.4xCampbell Barton
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-08-04code cleanup:Campbell Barton
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