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-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
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-11-18Fix T37506: Duplicate Area into New, was disabled on fullscreen but works ok.Campbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-21Jump to Next/Previous Marker operators in the timeline menu, shortcuts areBrecht Van Lommel
2013-10-16style cleanupCampbell Barton
2013-10-12Option to overlay mask over the footageSergey Sharybin
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-04Code cleanup: remove unused functionSergey Sharybin
2013-10-01style edits and use macro for prefix checkCampbell Barton
2013-09-29Fix [#36830] 'Reset to Default Value' on Current Area Type button causes crashBastien Montagne
2013-09-28Fix #36826: make screencast with quicktime output gave black flickering areas.Brecht Van Lommel
2013-09-24Fix #36783: click outside splash screen to close it would not highlight theBrecht Van Lommel
2013-09-14minor style clanup and use more meaningful name for 3DCONNEXION source code.Campbell Barton
2013-09-13Related to #36710: add a "use_viewport" option to the render operator, to spe...Brecht Van Lommel
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-04better fix for r59794, register a gesture when the mouse goes outside the act...Campbell Barton