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-05-22Fix crash drawing edit-latticeCampbell Barton
2018-05-22Cleanup: namingCampbell Barton
2018-05-22Cleanup: style, whitespaceCampbell Barton
2018-05-22Cleanup: replace MEM_SAFE_FREE -> MEM_freeNCampbell Barton
2018-05-21Fix compilation with ndof code.Bastien Montagne
2018-05-21Static Override: Fix drivers' ID target overridability.Bastien Montagne
2018-05-21COW Operators: Fix VIEW3D_OT_ rotate move zoom dolly orbit roll pan smoothvie...Ines Almeida
2018-05-21Fix broken draw code from last Thursday commit.Bastien Montagne
2018-05-21Merge branch 'master' into blender2.8Campbell Barton
2018-05-21Cleanup: unused varsCampbell Barton
2018-05-21Cleanup: use const for transform internal APICampbell Barton
2018-05-21Fix misuse of the `use_occlusion_test` parameter.Germano
2018-05-21Transform Snap: Fix normal in the wrong space.Germano
2018-05-213D View: fix scale of 3D cursor crosshairCampbell Barton
2018-05-21UI: use spacebar for toolbarCampbell Barton
2018-05-21Revert "Fix/workaround RNA build error in C++ API."Campbell Barton
2018-05-21Merge branch 'master' into blender2.8Campbell Barton
2018-05-21RNA: support for PARM_OUTPUT & PARM_RNAPTRCampbell Barton
2018-05-21Merge branch 'master' into blender2.8Campbell Barton
2018-05-21Fix/workaround RNA build error in C++ API.Brecht Van Lommel
2018-05-21Merge branch 'master' into blender2.8Campbell Barton
2018-05-21Cleanup: correct variable namesCampbell Barton
2018-05-21Merge branch 'master' into blender2.8Campbell Barton
2018-05-21WM: utility to find a keymap item from an operatorCampbell Barton
2018-05-21Error in last commitCampbell Barton
2018-05-20UI: support for custom keymaps for popoversCampbell Barton
2018-05-20COW Operators: Fix VIEW3D_OT_view_all and camera mode of VIEW3D_OT_viewnumpadInes Almeida
2018-05-20COW Operators: Fix VIEW3D_OT_view_lock_to_activeInes Almeida
2018-05-20Workbench: Shadow: Add support for completly manifold geom.Clément Foucault
2018-05-20DRW: Rename some DRW_STATE_* for more consistency.Clément Foucault
2018-05-20Workbench: Shadow: Add Depth Fail methodClément Foucault
2018-05-20Workbench: Precompute light direction in object space.Clément Foucault
2018-05-20Workbench: Shadow: Add geometry instancing extension.Clément Foucault
2018-05-20Workbench: Shadows: Fix corner case with degenerate triangles.Clément Foucault
2018-05-20Workbench: Optimize Shadows.Clément Foucault
2018-05-20Fix: crash when rotating the view in pose modeInes Almeida
2018-05-20UI: locate popover w/ active item under cursorCampbell Barton
2018-05-20Cleanup: line lengthCampbell Barton
2018-05-20Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-19Hacky Fix: Changing frames by setting Scene.frame_current directly didn't upd...Joshua Leung
2018-05-19Fix: When trying to transform animated bones, they would jump to and use rand...Joshua Leung
2018-05-19Add back temporary exception for pose bones in DEG_get_evaluated_rna_pointer()Joshua Leung
2018-05-19Cleanup: Remove temporary debugging codeJoshua Leung
2018-05-19WIP: Improved implementation of DEG_get_evaluated_rna_pointer()Joshua Leung
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
2018-05-19UI: popover-once (click-drag for single actions)Campbell Barton
2018-05-19UI: Use popover for toolbar popup operatorCampbell Barton
2018-05-18UI: Add menu to show the toolbarCampbell Barton
2018-05-18Fix snap with occlusion.Germano
2018-05-18Ruler: Fix mixed snap.Germano