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
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-04-07Various Sticky fixes (tm)Julian Eisel
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-14Fix for the eyedropper fixes from todaySergey Sharybin
2014-04-14Fix the eyedropper not working properly with different scene linear spacesSergey Sharybin
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-11-05Fix #37312, Backdrop value offset is not refreshed. Backdrop operators need t...Lukas Toenne
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-01Tag unused arg as unused.Sergey Sharybin
2013-09-01Patch #36622, by Henrik Aarnio: Fit backdrop image to the area dimensions.Lukas Toenne
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-03-27Fix for Node Editor tool "Find next/prev of same type".Ton Roosendaal
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18Fix #34672: Image sampling line didn't use color management for byte buffersSergey Sharybin
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-01-11add padding for node view-all, view-home operators.Campbell Barton
2013-01-03fix for NODE_OT_view_all / NODE_OT_view_selected not working properly.Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-15Z sampling for nodes backdropDalai Felinto
2012-09-20Fix #32607: Color picker tool doesn't work properly: always pick black.Sergey Sharybin
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-17HDR color picking was not working for node spaceCampbell Barton
2012-08-17code cleanup:Campbell Barton
2012-08-16support fro HDR color picking (values over 1.0) when color picking in the ima...Campbell 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-07minor edits to node viewCampbell Barton
2012-08-07select linkedCampbell Barton
2012-08-07add view selected for node viewCampbell Barton
2012-08-06fix for transforming parented nodes, the node would check its parent was not ...Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-08-03code cleanup: move node background image operators into node_view.cCampbell Barton
2012-08-03rename node_state.c --> node_view.cCampbell Barton