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-07-11Add WM_framebuffer_to_index_arrayCampbell Barton
2015-07-03Walk mode: Add modal shortcuts in UI (header help message).Bastien Montagne
2015-07-03Cleanup: 'return' parameters to the end of functions, and use 'r_' prefix for...Bastien Montagne
2015-07-03UI: add ability to access/generate 'shortcuts strings' of modal keymaps.Bastien Montagne
2015-07-02Make OpenGL debug contexts a flag --debug-gpu instead of a compile timeAntony Riakiotakis
2015-07-02Fix crash in background mode after the NDof deadzone commitSergey Sharybin
2015-07-01User Prefs for NDOF dead-zoneCampbell Barton
2015-06-23Fix stupid mistakeAntony Riakiotakis
2015-06-23Code cleanup: Use enums for redraw timer operator, makes things moreAntony Riakiotakis
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-06-15Fix typo in previous commitAntony Riakiotakis
2015-06-15Fix T45060: Brush size snaps back to default maxCampbell Barton
2015-06-13Multi-View: Some Stereo 3D modes require a special drawing all the timeDalai Felinto
2015-06-13Fix scons compilationJoshua Leung
2015-06-12UI: Use numselect for redo-popup (for move layers)Campbell Barton
2015-06-12Fix for building without audiospaceCampbell Barton
2015-06-12Merge all changes to blenderplayer from gooseberry branch:Antony Riakiotakis
2015-06-12Fix T45041: (2.75RC) blender crashes when I choose 'Refresh DataBlock Previews'.Bastien Montagne
2015-06-11Fix possible NULL pointer useCampbell Barton
2015-06-09Fix T37746: Presets in splash failed to redrawCampbell Barton
2015-06-09Multiview: fix Time Sequential crash when screen is fullscreen T44688Dalai Felinto
2015-06-08WM: refactor window code for stereo3dCampbell Barton
2015-06-08Remove redundant NULL checkCampbell Barton
2015-06-08Fix T44976: 3D View turns into an Image Editor after saving renderJulian Eisel
2015-06-08Alternative fix copying windows from popup dialogsCampbell Barton
2015-06-05Fix wrong usage of THB_NORMAL size when generating .blend file thumbnail at s...Bastien Montagne
2015-06-01Fix T40621: Tablet in walk mode failsCampbell Barton
2015-06-01WM: include tablet data in WM_event_printCampbell Barton
2015-06-01Fix T44747: Drag toggle /w nodes (glitch)Campbell Barton
2015-06-01Cleanup: doxygen commentsCampbell Barton
2015-06-01Fix T44892: Cursor warp, invoked outside the areaCampbell Barton
2015-05-28Fix T44688: Stereo3D time-sequential crashesCampbell Barton
2015-05-28WM: remove windows if they fail to initializeCampbell Barton
2015-05-27Clamp min/max frame rate for playerAntony Riakiotakis
2015-05-26Fix T44740: Tweak events stuck (ignored release)Campbell Barton
2015-05-23Cleanup: typosCampbell Barton
2015-05-21Fix crash in blenderplayer when scrubbing off screen.Antony Riakiotakis
2015-05-19Building without Python works againCampbell Barton
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2015-05-17Fix T44739: OS X RMB emulation giving wrong mouse button release event.Brecht Van Lommel
2015-05-16Cleanup: use define for playback frame limiterCampbell Barton
2015-05-15Only initialize icons in background mode.Campbell Barton
2015-05-15Fix new 'custom previews/icons' py feature crashing in background mode.Bastien Montagne
2015-05-15Add really simple memory reduction scheme for internal animation player.Antony Riakiotakis
2015-05-15Fix some issues found by Coverity ScanJulian Eisel
2015-05-14Invert value calculation for percentages it makes more sense that wayAntony Riakiotakis
2015-05-14Radial operator:Antony Riakiotakis
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton