Revision d616938 by Sybren A. Stüvel December 24, 2019, 11:10 (GMT) |
install_deps.sh: show which parameter is wrong Previously, when an unknown parameter was passed to `install_deps.sh`, the script would just show "Wrong parameter!" without any context. This can make it hard to figure out what's exactly going wrong. Now it prints which parameter it thinks is wrong. |
Revision 3e1dc56 by Campbell Barton December 24, 2019, 05:01 (GMT) |
Object: 'Affect Only Origins' support for Snapping |
Revision c1f6a49 by Campbell Barton December 24, 2019, 04:55 (GMT) |
Fix snapping pose mode bugs - Object/pose checks were performed in same loop, so selected pose bones were moved instead of the object. - Snap selected to cursor/active incorrectly used unique object-data. |
Revision 0bc964c by Campbell Barton December 24, 2019, 04:55 (GMT) |
Cleanup: use doxy sections for view3d_snap |
December 24, 2019, 02:40 (GMT) |
Fix T72636: Error with matrix multiplication in freestyle modifier The //Distance from Object// and //Distance from Camera// modifiers still used the old 2.79 matrix multiplication syntax. Differential Revision: https://developer.blender.org/D6468 |
Revision af2be11 by Campbell Barton December 24, 2019, 01:20 (GMT) |
Fix T72402: Decimate f-curves fails with co-linear key-frames |
Revision b450ba8 by Campbell Barton December 23, 2019, 22:37 (GMT) |
Cleanup: correct filenames in comments |
Revision f46ba1a by Campbell Barton December 23, 2019, 22:03 (GMT) |
Fix T72578: overwrite not animatable in 2.8x This was disabled as part of b66ae8259e015 which disabled animation for display mode and other cases where it doesn't make sense. However it's useful to be able to overwrite frame ranges, adding this back. |
December 23, 2019, 20:55 (GMT) |
Fix T72382: Arrow keys fail in search menu |
Revision 2ff9960 by William Reynish December 23, 2019, 16:28 (GMT) |
Fix T72555: Brush Radius/Size and Strength not linked on header tools settings when Unified Brush is active Patch by Demeter Dzadik Differential Revision: https://developer.blender.org/D6473 |
Revision 50b478e by Bastien Montagne December 23, 2019, 14:19 (GMT) |
Fix Py API doc generation after Mantaflow merge. |
Revision 708045e by Sergey Sharybin December 23, 2019, 08:34 (GMT) |
Fix utility function used for wrong vector size Both source and destination are 2D vectors. |
Revision b888711 by Campbell Barton December 23, 2019, 06:28 (GMT) |
Fix T72443: Support time remapping for camera-markers |
Revision 6aa82d1 by Campbell Barton December 22, 2019, 12:34 (GMT) |
Revision 6929d8a by Campbell Barton December 22, 2019, 12:34 (GMT) |
Object: extract data transform container into own API |
Revision a0892bb by Howard Trickey December 21, 2019, 17:23 (GMT) |
Fix crash in delaunay triangulation due to epsilon issues. |
Revision 51d8d79 by Antonio Vazquez December 21, 2019, 15:00 (GMT) |
GPencil: Hide dopesheet slider options for Annotations |
Revision c124287 by Charlie Jolly December 21, 2019, 03:28 (GMT) |
Fix: NaN error in smoothminf function |
Revision 4d0a91d by Sebastián Barschkis December 20, 2019, 23:35 (GMT) |
Fluid: Ensure GIL in conversion function |
Revision f9e65fc by Lukas Stockner December 20, 2019, 20:46 (GMT) |
Textures: Support UDIM images This adds UDIM support to e.g. the Displacement modifier. The implementation is straightforward: If the image is tiled, lookup the tile based on UVs and shift the UVs into the tile's coordinates. |
|