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-03-05Fix for missing update changing VFont.filepathCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-03-05Cleanup: unnecessary comma useCampbell Barton
2016-03-05Cleanup: unnecessary comma useCampbell Barton
2016-03-04Alternate fix for virtual-pixel update not workingCampbell Barton
2016-03-04Revert "Fix changing virtual pixelsize having no affect if only main window i...Campbell Barton
2016-03-04Fix changing virtual pixelsize having no affect if only main window is openJulian Eisel
2016-03-04Fix menu aliged to right side of screen in UserPref windowJulian Eisel
2016-03-04Fix T47683: broken BBox logic when drawing duplis.Bastien Montagne
2016-03-04Fix uninitialized memory use lattice-boundboxCampbell Barton
2016-03-04Cleanup: suspicious use of commasCampbell Barton
2016-03-04Curve/line width change broke outline drawingCampbell Barton
2016-03-04Docs: include mathutils.interpolateCampbell Barton
2016-03-03Docs: minor comment correctionCampbell Barton
2016-03-03Docs: comment on poly flipping w/ solidifyCampbell Barton
2016-03-03Use IOError exception failing to write blend fileCampbell Barton
2016-03-03Fix T47676, take two: also do some 'regular file' versionning (allows to hand...Bastien Montagne
2016-03-03Fix T47676: Broken default values for particle brush strength.Bastien Montagne
2016-03-03Fix T47644: crash (use-after-free) regression from rB7a74738914a66e.Bastien Montagne
2016-03-03Make texture node threadedSergey Sharybin
2016-03-03Add utility macro to work with thread local storageSergey Sharybin
2016-03-03PyAPI: API for selectively writing data-blocksCampbell Barton
2016-03-03Refactor BKE_copybuffer for general partial savingCampbell Barton
2016-03-03Avoid some obvious crashes when running out memory allocating render resultSergey Sharybin
2016-03-03Render Save Buffers: Use proper memory buffer size for a display bufferSergey Sharybin
2016-03-03Cleanup: take Main argument for copyCampbell Barton
2016-03-03Fix RNA property clamp assigning in PythonCampbell Barton
2016-03-03Armature edit-mode: Add clear-roll operator, Alt-RCampbell Barton
2016-03-03Increase max-frame to 500,000Campbell Barton
2016-03-02Correction to own previous rB9c0de0084bfe.Bastien Montagne
2016-03-02Fix T47661: cm (centimeter) unit breaks m (meter) unit in Metric.Bastien Montagne
2016-03-02Fix crash accessing nodes search menuSergey Sharybin
2016-03-02Avoid node tree update tag when changed nodes which are not affecting resultSergey Sharybin
2016-03-02Fix T47564: Unwrapping the same mesh results in different UVs.Bastien Montagne
2016-03-02Fix T47610: Texture node in compositing nodes does not updateSergey Sharybin
2016-03-02Cleanup: style, and --help editsCampbell Barton
2016-03-02UI: Show categories in operator search popupCampbell Barton
2016-03-02UI: Add search-create callbackCampbell Barton
2016-03-02Fix assert in UI codeCampbell Barton
2016-03-02Fix T47642: Crash baking w/ cyclesCampbell Barton
2016-03-02Use render path as initial location when saving rendersCampbell Barton
2016-03-02GHash: BLI_ghash_ensure_p_ex now takes a pointer-to-key argCampbell Barton
2016-03-01Fix T47635: Texture paint performance regressionCampbell Barton
2016-03-01Fix T47643: Blender crash. Linked speaker issue.Bastien Montagne
2016-03-01Fix T47638: Bad auto-smooth value for new meshesSergey Sharybin
2016-03-01Fix (unreported) crash when opening a file from splash screen when 'load UI' ...Bastien Montagne
2016-03-01Fix T47632: Revert "Fix (unreported) crash when opening a file from splash sc...Bastien Montagne
2016-03-01Py (addons) i18n: fix memleak, enhance msgid lookup.Bastien Montagne
2016-03-01Edit Mesh: Edge tag toggle when no active path is foundCampbell Barton
2016-03-01Eyedropper: Reset property on cancel and add enter to confirmJulian Eisel