May 7, 2018, 12:37 (GMT) |
Change mesh dirty runtime flags to signed int64_t. Because CD_MASK_XXX are signed longlong, so when assigning to unsigned longlong you get grumpy compiler errors! |
May 7, 2018, 12:29 (GMT) |
Merge branch 'master' into blender2.8 |
May 7, 2018, 12:28 (GMT) |
More tweaks to strict compiler flags |
May 7, 2018, 12:20 (GMT) |
Merge branch 'master' into blender2.8 |
May 7, 2018, 12:19 (GMT) |
Silence compilation error around possible fall-through |
May 7, 2018, 12:11 (GMT) |
Fix wrong comparison of drop target URI on X11 Need to compare, NOT to override passed file name. |
May 7, 2018, 11:49 (GMT) |
Fix crash in debug drawing of fullscreen exit icon Steps to recreate were: * Go into fullscreen mode (Alt+F10) * Open debug menu (Ctrl+Alt+D) * Set value to 1 * Confirming should crash (at least in debug builds) |
May 7, 2018, 11:49 (GMT) |
Remove alternative action-zone drawing for collapsed regions Was hidden behind debug values 1, 2 and 3. Also cleaned up logic in region_azone_edge_initialize. It was using a variable called is_hidden that actually should've been called is_visible. |
May 7, 2018, 11:08 (GMT) |
Eevee: Hair: Fix wrong color when shader is compiling. |
May 7, 2018, 11:08 (GMT) |
Armature: Fix BBones base face winding. Was producing wrong outline and backface culling. |
May 7, 2018, 11:08 (GMT) |
Armature: Remove big outlines for active bones & reduce axes color. |
May 7, 2018, 11:05 (GMT) |
Fix Bevel percent mode bug 54228 Previous new adjust pass commit should have excluded percent mode. |
May 7, 2018, 10:40 (GMT) |
Fix T54324: remove stencil entries from weight paint keymap Reviewed By: mont29 Differential Revision: https://developer.blender.org/D3178 |
May 7, 2018, 10:29 (GMT) |
Modifier stack: move Edge Split to new Mesh-based system. |
May 7, 2018, 10:29 (GMT) |
Modifier stack: Fix broken 'dirty normals' flag for new mesh-aware modifiers. Since modifier stack is still primarily based on DM in blender2.8, we need to copy over 'dirty normals' flag from temp Mesh to DM after modifier has been evaluated. |
May 7, 2018, 10:28 (GMT) |
Fix T54324: remove stencil entries from weight paint keymap Reviewed By: mont29 Differential Revision: https://developer.blender.org/D3178 |
May 7, 2018, 10:26 (GMT) |
Merge branch 'master' into blender2.8 |
May 7, 2018, 10:20 (GMT) |
legacy code cleanup mostly from manta script export (which needs to be refactored later) and from pointcache (which needs to go altogether) |
May 7, 2018, 10:05 (GMT) |
Fix T54594: Lattice with Armature modifier not updating correctly |
May 7, 2018, 09:59 (GMT) |
Cycles: split off particle data gathering into separate function. The general particle caching "Obtain" functions can be used for any curve-type data in objects, including the new hair system data. |
|
|
|


Master Commits
MiikaHweb | 2003-2021