Revision e60c49e by Alexander Gavrilov November 25, 2018, 07:59 (GMT) |
Use orig_pchan when searching for the original copy of a constraint. |
Revision 7e9389b by Brecht Van Lommel November 25, 2018, 01:12 (GMT) |
Fix box select of edges not working when box does not fully contain edge. |
Revision f48a089 by Brecht Van Lommel November 24, 2018, 22:59 (GMT) |
Addons: enable GLTF 2.0 addon by default. |
Revision a2e209f by Brecht Van Lommel November 24, 2018, 22:44 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 33750e8 by Brecht Van Lommel November 24, 2018, 22:43 (GMT) |
Fix T58006: smart UV project island margin should not use length units. This distance is in UV space, not world space. |
Revision 487af39 by Brecht Van Lommel November 24, 2018, 22:43 (GMT) |
Sequencer: remove unnecessary limit on transform rotation. |
Revision 7c19d9e by Brecht Van Lommel November 24, 2018, 22:24 (GMT) |
Fix X11 tablet pen and eraser distinction being wrong in some cases. This extends the earlier fix to use the latest logic from Wine's wintab.c, to better handle eraser detection. |
Revision 13fa509 by Campbell Barton November 24, 2018, 21:06 (GMT) |
Merge branch 'master' into blender2.8 |
Revision b348d1a by Campbell Barton November 24, 2018, 21:05 (GMT) |
Cleanup: remove unused file |
Revision 059c119 by Campbell Barton November 24, 2018, 21:01 (GMT) |
Merge branch 'master' into blender2.8 |
Revision e742e09 by Campbell Barton November 24, 2018, 21:01 (GMT) |
Cleanup: trailing space |
Revision fa0fcbe by Brecht Van Lommel November 24, 2018, 19:04 (GMT) |
Revision 5166132 by Brecht Van Lommel November 24, 2018, 19:04 (GMT) |
Fix random color drawing having similar colors for similar names. |
Revision 23d66c5 by Julian Eisel November 24, 2018, 18:20 (GMT) |
Fix T58022: Changing workspace may change layout of User Pref window Logic to update child windows on workspace changes should simply ignore temporary child windows. Users opened those for a specific purpose (i.e. edit user preferences or show render result). Blender should not come in and repurpose it. |
Revision e5bc9fa by jens verwiebe November 24, 2018, 17:26 (GMT) |
Fix penpressure for tablets that use libinput on linux |
Revision 0c8b077 by Gaia Clary November 24, 2018, 13:30 (GMT) |
refactor: Collada reorganize class constructors - Class constructors without body (only attribute initialisations) can safely be kept in the class header files - Constructor variables should be initialized in the order of their definition in the header files This change is also aimed to remove a couple of build warnings from the linux builds. |
Revision 31e3b77 by Campbell Barton November 24, 2018, 00:24 (GMT) |
Keymap: preference for extended shading menu This brings back the option to have x-ray & overlay toggle. |
Revision 1e82089 by Alexander Gavrilov November 23, 2018, 20:19 (GMT) |
Depsgraph: add a new operation node for computing B-Bone segments. Computing the shape of a B-Bone is a quite expensive operation, and there are multiple constraints that can access this information in a variety of useful ways. This means computing the shape once per bone and saving it is good for performance. Since the shape may depend on the position of up to two other bones, often in a "cyclic" manner, this computation has to be a separate node with its own dependencies. Reviewers: sergey Differential Revision: https://developer.blender.org/D3975 |
Revision e49c66e by Gaia Clary November 23, 2018, 18:23 (GMT) |
fix: Collada: used wrong Enumeration type for comparison |
Revision bd25523 by Gaia Clary November 23, 2018, 18:23 (GMT) |
fix: collada: must use case sensitive filename in include |
|
|
|


Master Commits
MiikaHweb | 2003-2021