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
path: root/source
AgeCommit message (Expand)Author
2018-11-28Outliner/visibility: revert changes for now until we find better solutions.Brecht Van Lommel
2018-11-28Fix defined but unused static variable warningSergey Sharybin
2018-11-28UI: rename settings back to preferences.Brecht Van Lommel
2018-11-28PyAPI: add KeyMapItem.to_string() methodCampbell Barton
2018-11-28Defaults: left click select is now the default.Brecht Van Lommel
2018-11-28Fix curve stats when using modifiers.Bastien Montagne
2018-11-28Fix/workaround issues in pose and edit modeSergey Sharybin
2018-11-28Fix crash entering editmodeCampbell Barton
2018-11-28Transform: use scene-orientation for MMB axis constraintCampbell Barton
2018-11-28Cleanup: remove missing operator from UICampbell Barton
2018-11-28Cleanup: correct assert, remove redundant NULL checksCampbell Barton
2018-11-28Gizmo: fix compositor node crop w/ negative rectanglesCampbell Barton
2018-11-28Cleanup: correct function signaturesCampbell Barton
2018-11-28Fix assert opening file selectorCampbell Barton
2018-11-28Per view-layer collection visibilityDalai Felinto
2018-11-28Outliner: Do not gray out empty collectionsDalai Felinto
2018-11-28Remove eye column from the outlinerDalai Felinto
2018-11-28Correct error clearing runtime tool in recent commitCampbell Barton
2018-11-28WM: remove tool initialization codeCampbell Barton
2018-11-28WM: avoid re-initializing tools while resizing areasCampbell Barton
2018-11-28Fix tool not being initialized switching windowsCampbell Barton
2018-11-28RNA: disable animating sequence channel, lockCampbell Barton
2018-11-28Scene: 3D cursor rotation wasn't initializedCampbell Barton
2018-11-28Cleanup: remove unused app-template flagCampbell Barton
2018-11-28Cleanup: styleCampbell Barton
2018-11-28Local View: Objects to be selected once back to regular viewDalai Felinto
2018-11-28Transform: default to user-defined orientationCampbell Barton
2018-11-28UI: Reduce amount of padding between VSE channels.Pablo Vazquez
2018-11-28Print filepath in message when saving userprefsCampbell Barton
2018-11-27transform_snap_object: Fix snap in edit mode.mano-wii
2018-11-27Modifiers: fix bunch of missing 'self transform' deg relations.Bastien Montagne
2018-11-27Fix missing reset-to-NULL in own recent changes in modifiers utils.Bastien Montagne
2018-11-27MOD_wave: fix various issues.Bastien Montagne
2018-11-27Shrinkwrap: minor simplification of code.Bastien Montagne
2018-11-27Fix typos.Bastien Montagne
2018-11-27Modifiers: cleanup/harmonize deform modifiers code re. mesh source.Bastien Montagne
2018-11-27VGroup search: do not try to search for empty string.Bastien Montagne
2018-11-27Modifiers: Refactor `MOD_deform_mesh_eval_get()` helper a bit.Bastien Montagne
2018-11-27MOD_simpledeform: do not compute mesh when not needed.Bastien Montagne
2018-11-27MOD_smooth: do not compute mesh when not needed.Bastien Montagne
2018-11-27MOD_smooth: do not compute mesh when not needed.Bastien Montagne
2018-11-27Cleanup: tweak ED_region_is_overlap checksCampbell Barton
2018-11-27Fix local view undo (T58051)Dalai Felinto
2018-11-27Fix localview duplicated objects not in localviewDalai Felinto
2018-11-27Partial fix for T57868, crash when using bevel from Python.Howard Trickey
2018-11-27Workbench: Fix crash when enabling cavityClément Foucault
2018-11-27Fix outliner click select with tablets, after recent changes.Brecht Van Lommel
2018-11-27Fix file browser click to select not working on tablets, after recent changes.Brecht Van Lommel
2018-11-27UI: Bring back User Preferences entry in Editors list.Pablo Vazquez
2018-11-27DRW: Implement Hair Weight drawingClément Foucault