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
2011-12-17Fix #29569: region expander widget drawing poorly antialiased.Brecht Van Lommel
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-12-13Merging r42533 through r42601 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-12fix [#29537] file/save crashes when target path isnt foundCampbell Barton
2011-12-12fix for 2 crashes running operators in background mode.Campbell Barton
2011-12-09Merging r42482 through r42532 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-09Fix for #29475 broke properly updating toggle buttons in popup menus. Tweak theBrecht Van Lommel
2011-12-07Fix #29432: Marquee Select BugSergey Sharybin
2011-12-07Use bicubic interpolation for the tracker preview. It looks fantastic, but isKeir Mierle
2011-12-06Merging r42442 through r42457 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-05Cycles:Brecht Van Lommel
2011-12-05Object tracking; initial commitSergey Sharybin
2011-12-04Slight optimization of track preview widget (the same approach as in tomato b...Sergey Sharybin
2011-12-04Optimization of preview widget scaling.Sergey Sharybin
2011-12-04Merging r42394 through r42412 form trunk into soc-2011-tomatoSergey Sharybin
2011-12-04Fixed dark edges on preview widget sides: it was interpolating beyond the ima...Sergey Sharybin
2011-12-04Fix [#29502] Brush texture Preview panel doesnt show Alpha checkboxThomas Dinges
2011-12-04Use own bilinear interpolation function for preview widget samplingSergey Sharybin
2011-12-04Switch the tracker preview area to use bilinear filtering instead of nearestKeir Mierle
2011-11-30UI: another tweak to panel header drawing, to get the checkboxes positioned r...Brecht Van Lommel
2011-11-29remove header text:Campbell Barton
2011-11-28quiet some warnings and logical errors.Campbell Barton
2011-11-27UI: tweak to panel header padding, made region expander a bit smaller andBrecht Van Lommel
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-24UI: small fix for forward compatibility, keep this style setting so openingBrecht Van Lommel
2011-11-242.6 Code removal:Thomas Dinges
2011-11-24Fix #29306: Alt+N, Enter In Image View Does closes the dialog without executing.Sergey Sharybin
2011-11-22Fix for long-standing TODO item: Clicking on overlapping nodes would activate...Lukas Toenne
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-21Fix #29347: enum tooltip crash that showed up with recent changes.Brecht Van Lommel
2011-11-20UI: fix issue with part of panels going offscreen after recent commit.Brecht Van Lommel
2011-11-20UI:Brecht Van Lommel
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-19UI: fix issue with previous commit, could show wrong tooltip.Brecht Van Lommel
2011-11-19Fix [#29018] Problem with multi-column dorpdown lists, when scrolling is enab...Bastien Montagne
2011-11-19UI: small tweak to tooltips for enum menus, it wasn't very clear whichBrecht Van Lommel
2011-11-17pydrivers: 'frame' is now in the driver namespace,Campbell Barton
2011-11-15Fix for #29165 bugfix: adding nodes from shift+A menu in node editor did noth...Brecht Van Lommel
2011-11-15add support for python __doc__ comments in menu classes showing in the toolti...Campbell Barton
2011-11-15show tooltips for menus, currently works for operators and enum properties wh...Campbell Barton
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-15bytestring support for py/rna - this is so py can access data whichCampbell Barton
2011-11-15Fix #29165: Arrow keys not working correct in Compositing Node EditorSergey Sharybin
2011-11-14minor cleanup Campbell Barton
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-10Dynamic Paint merge:Miika Hamalainen
2011-11-10presets now work from non-redo popups,Campbell Barton
2011-11-09Merge with trunk r41701soc-2011-carrotMiika Hamalainen