Revision da89fac by Pablo Vazquez May 7, 2018, 16:46 (GMT) |
Update Flatty Light theme with topbar and minor tweaks |
Revision 3c79043 by Clément Foucault May 7, 2018, 16:29 (GMT) |
DRW: Fix incorrect blending function reset. |
Revision 3800be6 by Bastien Montagne May 7, 2018, 16:18 (GMT) |
Modifier stack: move vgroup editing modifiers to new Mesh-based system. Some notes here: * Proximity with non-mesh objects (like curve, see TEST_2 scene in weightvg testfile) are not working currently. This is known TODO of COW depsgraph project. * Proximity modifier is slower, due to some other TODO pending on BVHTree creation/caching for Mesh. |
Revision 15f9ca0 by Bastien Montagne May 7, 2018, 16:18 (GMT) |
Modifier stack: add new get_texture_coords_mesh() helper. Will eventually fully replace get_texture_coords(). |
Revision ac6d59d by Joshua Leung May 7, 2018, 16:06 (GMT) |
Fix ARMATURE_OT_layers_show_all now works with COW |
Revision 56f7b46 by Bastien Montagne May 7, 2018, 16:04 (GMT) |
Merge branch 'master' into blender2.8 |
Revision b49184b by Campbell Barton May 7, 2018, 16:02 (GMT) |
Merge branch 'master' into blender2.8 |
Revision c09e223 by Bastien Montagne May 7, 2018, 15:59 (GMT) |
Fix (unreported) memleak when copying object with some modifiers. |
Revision f62b826 by Campbell Barton May 7, 2018, 15:54 (GMT) |
Merge branch 'master' into blender2.8 |
Revision f74d85f by Campbell Barton May 7, 2018, 15:51 (GMT) |
Cleanup: rename char/float conversion functions - FTOCHAR -> unit_float_to_uchar_clamp - F3TOCHAR3 -> unit_float_to_uchar_clamp_v3 (swap args) - F4TOCHAR4 -> unit_float_to_uchar_clamp_v4 (swap args) - FTOUSHORT -> unit_float_to_ushort_clamp - USHORTTOUCHAR -> unit_ushort_to_uchar |
Revision 905eeb0 by Campbell Barton May 7, 2018, 15:50 (GMT) |
Cleanup: move unit char/short/float to functions This caused GCC 8.1 to crash at build time, but was also not very nice use of macros. |
Revision b0b2a47 by Clément Foucault May 7, 2018, 15:12 (GMT) |
Armature: Transparent Bone: Fix envelope not being alpha blended. |
Revision 8ab3697 by Clément Foucault May 7, 2018, 15:00 (GMT) |
Armature: Add new Transparent Bone overlay option. This is half the replacement of the old wireframe mode. It's not doing any XRay drawing at the moment. |
Revision 2f76e95 by Clément Foucault May 7, 2018, 15:00 (GMT) |
DRW: Do not multiply alpha or color by alpha if not in blend more. |
Revision 29c650c by Clément Foucault May 7, 2018, 15:00 (GMT) |
DRW: Add DRW_pass_state_add and DRW_pass_state_remove |
Revision 6c25887 by Joshua Leung May 7, 2018, 14:55 (GMT) |
Fix: Left in debug prints |
Revision e7eee77 by Joshua Leung May 7, 2018, 14:52 (GMT) |
Fixes for motion path evaluation (part of T54810 work) This commit brings back motion path calculations working on same level as 2.7x. Caveats: * You cannot actually see anything, as all the drawing code for motion paths was removed and not reimplmented in 2.8 draw engines yet * This doesn't actually use a separate depsgraph instance for fast background calculations yet. That's a separate topic, and will require further investigation (probably after code quest, according to original planning). * The work here *does* however pave the path forwards towards fully separate COW evaluation though. We only need to stub in a different depsgraph instance here to get things working. |
May 7, 2018, 13:58 (GMT) |
Fix: Tag armature for copy on write when selecting bones, so active bone gets updated see 8a2d2f1bb40 for similar Reviewers: aligorith, sergey Reviewed By: aligorith Maniphest Tasks: T54812 Differential Revision: https://developer.blender.org/D3204 |
Revision d9998f2 by Philipp Oeser May 7, 2018, 13:03 (GMT) |
Fix Movieclip editors 'graph' and 'dopesheet' view using themes region background setting mentioned in T54942 Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D3200 |
Revision b2443f0 by Philipp Oeser May 7, 2018, 13:03 (GMT) |
Fix T54525: crash when setting number of frames to use between dupoff frames caused division by zero if both dupli_frames_on and dupli_frames_off are zero. doing this doesnt seem useful, dupliframes can be disabled in other ways. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D3132 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021