Revision 45a0305 by Campbell Barton November 8, 2019, 06:41 (GMT) |
Fix tool leader-key consuming mouse wheel events |
Revision 0a42d0c by Campbell Barton November 8, 2019, 05:45 (GMT) |
Cleanup: adjust layout for example experimental UI - Use a separate split for each feature, since two top-level splits can become un-aligned. - Only show the task instead of the entire URL. |
Revision a7fcd78 by Dalai Felinto November 8, 2019, 04:31 (GMT) |
User Preference Experimental Tab Experimental tab in User Preferences for experimental features. The tab option is only visible when "Developer Extras" is on. Included here is a (commented out) example panel to be used as a template for the new experimental panels. Since these panels will come and go it is nice to have a reference in the code. Differential Revision: https://developer.blender.org/D6203 |
Revision 3ecb105 by Campbell Barton November 8, 2019, 01:17 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision e9d7fdd by Campbell Barton November 8, 2019, 01:13 (GMT) |
Fix dyntopo sculpt not setting vertex indices dirty This is an old bug exposed by new cursor drawing which uses vertex indices. |
Revision 72351ae by Campbell Barton November 8, 2019, 00:50 (GMT) |
Cleanup: clang-format |
Revision 8d8c456 by Campbell Barton November 8, 2019, 00:45 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 5b936f0 by Campbell Barton November 8, 2019, 00:45 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 5c2670c by Campbell Barton November 8, 2019, 00:44 (GMT) |
Cleanup: spelling |
Revision bda58b8 by Campbell Barton November 8, 2019, 00:44 (GMT) |
Cleanup: clang-format |
Revision 23e1fb3 by Sebastián Barschkis November 7, 2019, 20:36 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision eefd806 by Sebastián Barschkis November 7, 2019, 20:33 (GMT) |
Fix in addition to T61432: Sampling Subframes not working 2.8 As mentioned in the discussion, emission from particles did not make use of subframes. This commit resolves this issue. |
Revision aadc90d by Alexander Gavrilov November 7, 2019, 16:03 (GMT) |
Stretch To: implement a mode similar to Damped Track for rotation. Most of the time Stretch To is used in actual rigs, like BlenRig or Rigify, in combination with Damped Track to handle rotation before the stretch, because it produces rotations more appropriate for organic deformation, and doesn't flip because of internal gimbal lock. The prevalence of this pattern suggests that Stretch To should support that kind of rotation directly as an option. Differential Revision: https://developer.blender.org/D6134 |
Revision 4e5768b by Alexander Gavrilov November 7, 2019, 15:39 (GMT) |
Stretch To: clean up the math code in the implementation. Combine computing `size` and normalizing the matrix, invert the direction of `vec` to avoid negating it later, use `rescale_m4` instead of matrix multiplication to scale the final result. Differential Revision: https://developer.blender.org/D6134 |
Revision 50dc564 by Bastien Montagne November 7, 2019, 15:20 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 74af698 by Bastien Montagne November 7, 2019, 15:14 (GMT) |
Fix T70875: Library Override: Clicking an Library Overriden Object crashes Blender. We also need to rebuild the whole collection/viewlayer object cache thing when we relink an objector collection in a collection (since it might be part of a view layer). Again, usual disclaimer about how inneficient this is currently, needs a serious refactor to only tag caches as dirty, and actually rebuild the whole thing on access. |
Revision c37ee98 by Campbell Barton November 7, 2019, 11:38 (GMT) |
Cleanup: remove debugging prints for bpy.msgbus |
Revision 4ab0b2b by Sergey Sharybin November 7, 2019, 10:12 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision aa2904e by Sergey Sharybin November 7, 2019, 10:06 (GMT) |
Cycles: Fix strict compiler warning Pointer used for math arithmetics in assert(). CUDA device pointer is actually an integer type, not a pointer. |
Revision 322cec8 by Campbell Barton November 7, 2019, 06:02 (GMT) |
Merge branch 'blender-v2.81-release' |
|