Revision d285923 by Campbell Barton April 29, 2019, 05:25 (GMT) |
Fix T63898: "Open on Mouse Over" causes inconsistent draw-style |
Revision 14897fb by Campbell Barton April 29, 2019, 04:14 (GMT) |
Cleanup: spelling |
Revision 8821757 by Campbell Barton April 29, 2019, 03:47 (GMT) |
Revision dc2ce40 by Campbell Barton April 29, 2019, 03:45 (GMT) |
Docs: expand action-zone type comments |
Revision 8b11b8b by Campbell Barton April 29, 2019, 02:56 (GMT) |
Revision bdefce0 by Campbell Barton April 29, 2019, 02:51 (GMT) |
GTest: BLI_path_util tests Unit tests for: - BLI_path_extension_check - BLI_path_frame_check_chars - BLI_path_frame_range - BLI_path_frame_get D4749 by @zazizizou |
Revision f2acf3b by Campbell Barton April 29, 2019, 01:26 (GMT) |
Cleanup: use 'use_' prefix for RNA booleans |
Revision 337cac7 by Richard Antalik April 28, 2019, 21:50 (GMT) |
VSE: Cache rewrite This patch implements new cache system. Aim is to give user more control over cache, so it can be maximally utilized. This is done through sequencer timeline side panel in category proxy & cache. Cached images are also visualized in timeline, controled by sequencer timeline view->cache menu Functional changes: - NOT use IMB_moviecache API - refactor names of cached image types - each scene owns 1 sequencer cache - merge preprocess cache into per-sequencer cache - cache links images rendered per frame in order as they are created - add cache content visualization tool - add RNA properties to control the cache More info can be found in design notes in blenkernel/intern/seqcache.c and in https://developer.blender.org/D4443 Reviewed By: brecht Differential Revision: https://developer.blender.org/D4443 |
Revision 1b65ec0 by Antonio Vazquez April 28, 2019, 18:14 (GMT) |
GPencil: Cleanup - Rename annotation drawing function names Actually, the static functions had the same name used for grease pencil. Now, the annotation functions have a different prefix. |
April 28, 2019, 14:05 (GMT) |
Fix T63794: duplicating an armature clears B-Bones' custom handle references. This patch fixes T63794 by updating duplicated bones' custom handle references to point to the new armature's bones. The problem occurs because B-Bones of a duplicated armature keep pointing to the old armature's bones. The references are cleared upon entering Edit Mode because there are no matching `EditBone` for such bones, and `find_ebone_link` just returns `NULL` in such cases. Reviewers: mont29, angavrilov Maniphest Tasks: T63794 Differential Revision: https://developer.blender.org/D4726 |
Revision 91bb8da by Joerg Mueller April 28, 2019, 09:48 (GMT) |
Cleanup: clangg-format for rB157cc54ed521 |
Revision d2f1705 by Clément Foucault April 27, 2019, 18:37 (GMT) |
Fix T63936 GPUSelect: Read depth in the end fix T63936 introduced in 86914e713347. Reviewers: fclem Reviewed By: fclem Tags: #bf_blender Maniphest Tasks: T63936 Differential Revision: https://developer.blender.org/D4750 |
Revision 6cb90d1 by Antonio Vazquez April 27, 2019, 17:27 (GMT) |
Fix T63937: unconfirmed grease pencil strokes not visible in ortho suface The value of the z-depth was too high. Now the value is valid for perspective and orthographic view. |
Revision 19ebee6 by Antonio Vazquez April 27, 2019, 10:02 (GMT) |
GPencil: Cleanup derived frame code This is a previous step to move away the derived frame logic to be used in edit modes. |
Revision aa42da0 by Campbell Barton April 27, 2019, 02:07 (GMT) |
Cleanup: comments (long lines) in blenkernel |
Revision fd1dd11 by Campbell Barton April 27, 2019, 00:00 (GMT) |
Cleanup: unused vars |
Revision 157cc54 by Joerg Mueller April 26, 2019, 22:13 (GMT) |
Fix T63899: Can't get sound.factory on Windows |
Revision 1fa7d51 by Clément Foucault April 26, 2019, 16:37 (GMT) |
Eevee: Noise Texture: try to fix floating point accuracy issue Cycles check for infinity and return 0.0 otherwise. |
Revision 941575b by Ray molenkamp April 26, 2019, 15:53 (GMT) |
Fix T63853: BLI_current_working_dir did not return utf8 encoding on windows. When running blender in paths with special characters this caused issues. |
Revision 0fddc48 by Bastien Montagne April 26, 2019, 15:21 (GMT) |
Minor cleanup in data transfer code. |
|
|
|


Master Commits
MiikaHweb | 2003-2021