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
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-17Various icon adjustmentsraa
2017-03-14WM: free operators when repeatingCampbell Barton
2017-03-14WM: store operators with undo flagCampbell Barton
2016-12-29Add new operator, ED_OT_undo_redo, to allow py tools to trigger that action.Bastien Montagne
2016-11-16Disable possibility to flip bone names of linked armaturesSergey Sharybin
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-10-24Fix unlikely uninitialized pointer usage.Bastien Montagne
2016-10-22Fix T49656: Crash when starting playback while using JACK audio with A/V syncJörg Müller
2016-09-24Fix T49441: Grease Pencil - pie menu - brush name field crashes blenderJoshua Leung
2016-09-21Fix crash in space context cycling when leaving window boundsJulian Eisel
2016-09-21Make space context cycling a proper screen-level OPJulian Eisel
2016-09-21UI: Support UI operators with configurable shortcutsJulian Eisel
2016-09-05UI: Ctrl+Tab and Ctrl+Shift+Tab to cycle through space context "tabs"Julian Eisel
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-08-04Cleanup: Use boolJulian Eisel
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-08-01Fix tmp screen becoming permanent after going fullscreenJulian Eisel
2016-07-18Fix (unreported) ED_region_tag_redraw_partial() could override a previously d...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-22Fix T48703: Name inconsistency w/ area maximize/fullscreenCampbell Barton
2016-06-08glutil: add glaGetOneInt helperCampbell Barton
2016-06-07GPU: Fix for glDrawPixels drawing w/ glsl shaderCampbell Barton
2016-06-03Make playback invoked form animation editors more usableSergey Sharybin
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2016-05-06Clip invisible parts of image when drawing in 2D textures and GLSL ModesSergey Sharybin
2016-04-27Fix artifacts w/ low near clear in bglPolygonOffsetAlexander Romanov
2016-04-19Fix crash in rB37493fb9f - there is no guaranty CTX_wm_foo() will return a va...Bastien Montagne
2016-04-19Toggle to standard cursor when opening menus/popupsJulian Eisel
2016-04-17Fix a few compiler warnings with OS X / clang.Brecht Van Lommel
2016-03-28Graph Editor UI: Experimental Tweak - Use tabs for properties region, to make...Joshua Leung
2016-03-16Fix T47807: Toggle header shortcut doesn't workCampbell Barton
2016-02-29Fix a bunch of temp full-screen glitchesJulian Eisel
2016-02-29Cleanup: Duplicated functionJulian Eisel
2016-02-10Fix screenshot adding image extension after .blendCampbell Barton
2016-02-08GPencil: Layers with alpha = 0 should not be editableJoshua Leung
2016-02-07Cleanup: line widthCampbell Barton
2016-02-07Added Context.editable_objects/basesJoshua Leung
2016-02-02UI: update dynamic tipsCampbell Barton
2016-01-28OpenGL: optimize ED_screen_drawMike Erwin
2016-01-24More missing calls to glLineWidthCampbell Barton
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-11Report errno string when writing files failsCampbell Barton
2016-01-08OpenGL: remove some hacks/workaroundsMike Erwin
2016-01-08OpenGL: remove glPointSize hackMike Erwin
2016-01-04Remove SCons building systemSergey Sharybin
2016-01-04minor cleanupMike Erwin