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
2016-11-18Minor debug-report tweak to autosave code.Bastien Montagne
2016-11-15Cleanup: More explicit parenthesesSergey Sharybin
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-26Cleanup: rename functions in BLI_bitmap_draw_2dCampbell Barton
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-10-16Fix T49746: crash loading user preferences with missing operators.Brecht Van Lommel
2016-10-12Fix T49631: radial control operators not using DPI properly.Brecht Van Lommel
2016-10-03Fix memory leak caused by unknown opeartor of keymap itemJulian Eisel
2016-09-26Cleanup: stereo windowmanager codeDalai Felinto
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-15Use temp .blend file copybuffer for pose copy-pasteSergey Sharybin
2016-09-12Fix error in --debug-handlers printingJulian Eisel
2016-09-11NDOF: allow view movement for modal border and circle select operators.Kai Mach
2016-09-01Fix crash calling wm.open_mainfile from menu with --debug-memory enabledJulian Eisel
2016-09-01Fix T49199: Combination of dialog + wm.open_mainfile causes crashJulian Eisel
2016-08-19Fix broken keymap loading with disabled ndof - revert part of recent rBb10d00...Bastien Montagne
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-08-12Fix T49045: splash not working correctly on OS X, after recent bugfix.Brecht Van Lommel
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-04Fix T47782: popups with wrong size when switching from retina to non-retina o...Brecht Van Lommel
2016-08-03Fix T48164: messed up interface switching between retina and non-retina displ...Brecht Van Lommel
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-07-29Remove "debug build only" event printing.Bastien Montagne
2016-07-27Fix T48946: Blender+Tahiti+DRI3+Unity+Linux GUI corruption/not renderingSergey Sharybin
2016-07-19Add 'reload' function to libraries' RNA API.Bastien Montagne
2016-07-15Fix py-driver in startup.blend crash in background modeCampbell Barton
2016-07-12writefile: reuse SDNA between writesCampbell Barton
2016-07-11Fix T48812: Brush size invalid with HIDPICampbell Barton
2016-07-07Quiet gcc warning-as-error about non-const pointer passed to const parameter.Bastien Montagne
2016-07-07Fix T48802 Unwrap buttons, can't add hotkey in 3DView's UV Unwrap menu.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-29Cleanup: spelling, indentationCampbell Barton
2016-06-25Cleanup: remove bad-level callCampbell Barton
2016-06-25GPU: move select index code out of WMCampbell Barton
2016-06-24BKE_blender: Add own atexit functionsCampbell Barton
2016-06-23Dopesheet: Lasso and Circle Select tools work for selecting keyframesJoshua Leung
2016-06-22ID-Remap, step two: add some user-level tools.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-21Fix T48700: Crash when window creation failsCampbell Barton
2016-06-21Fix T48196: Crash enabling modal operator in execCampbell Barton
2016-06-08GPU: avoid disabling basic-shader for lassoCampbell Barton
2016-06-08Make uiLists placed in popups usableJulian Eisel
2016-06-08Cleanup: Add comment on behavior of tweak eventsJulian Eisel
2016-06-07GPU: Fix triple buffer w/ basic glsl shaderCampbell Barton
2016-06-07GPU: Fix for glDrawPixels drawing w/ glsl shaderCampbell Barton
2016-06-01Usual UI/i18n message cleanup (get rid of last remaining 'addon' too).Bastien Montagne
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-31Fix T48552: Ctrl-D to add drivers shows disabled menu itemsCampbell Barton
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel