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
2014-02-28Fix T38467: Animation playback is not synchronized when Screen Layout changesBastien Montagne
2014-02-28Code cleanup: style/warningsCampbell Barton
2014-02-28Fix T38876: hide area split widget in lower left of widget on OS X.Brecht Van Lommel
2014-02-26WM: hide screen management and ndof operators from seach popupCampbell Barton
2014-02-26Fix for sequencer add operators showing up in spacebar search.Campbell Barton
2014-02-12View3d: ensure locked views are on an axis - behavior wasn't well defined.Campbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-07Fix T38538: repeat history menu show operators that can't be repeated.Brecht Van Lommel
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: check -1 for error return explicitlyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2014-01-22Fix tool properties region drawing even if the toolbar is hidden.Brecht Van Lommel
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-21Fix T38295: Crash when changing screen with different visible layersSergey Sharybin
2014-01-20Fix T38269: scene full copy in mesh edit or sculpt mode did not copy mesh edits.Brecht Van Lommel
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-15Fix uninitialised var warningJoshua Leung
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-24UI: Display alpha checkers in image info's color swatch.Campbell Barton
2013-12-18Fix T37843: area split widget missing in python console editor.Brecht Van Lommel
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-12-17Fix for crash in toolbar tabs with only one tab definedCampbell Barton
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-12-16Disable region overlap in movie clip editorSergey Sharybin
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-12-12Fix for off by one error noted by Anthony EdlinCampbell Barton
2013-12-11Fix T37777: layout.column_flow() not working correct with retina / DPI.Brecht Van Lommel
2013-12-11Code cleanup: assign win size to const vars and some renamingCampbell Barton
2013-12-10Fix T37463: Increasing window size would add space around menu headerCampbell Barton
2013-12-10Screen Resize: minor code cleanupCampbell Barton
2013-12-10Fix for off-by-one regression in D41Campbell Barton
2013-12-10Style CleanupCampbell Barton
2013-12-09Fix T37727: z-offset problems with camera viewCampbell Barton
2013-12-07Fix T37722 - Can't undo deleting a screen layoutJoshua Leung
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-12-04Add alloca include for MSVCCampbell Barton
2013-12-04User interface: internal change, collect panels to draw before drawing.Campbell Barton
2013-12-04Code Cleanup: correct fabsf/fabs/abs useCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-12-01Code Cleanup: make cpack into a function.Campbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25Fix: jump to next/previous marker shortcut keys conflicted with others in cli...Brecht Van Lommel
2013-11-25UI: fix errors in screen edge drawing, moving and region hiding.Anthony Edlin