Blender Git Commits

Blender Git "master" branch commits.

Page: 960 / 5574

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.
December 24, 2019, 05:01 (GMT)
Object: 'Affect Only Origins' support for Snapping
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.
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
December 24, 2019, 01:20 (GMT)
Fix T72402: Decimate f-curves fails with co-linear key-frames
December 23, 2019, 22:37 (GMT)
Cleanup: correct filenames in comments
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.
December 23, 2019, 08:34 (GMT)
Fix utility function used for wrong vector size

Both source and destination are 2D vectors.
December 23, 2019, 06:28 (GMT)
Fix T72443: Support time remapping for camera-markers
December 22, 2019, 12:34 (GMT)
Object: 'Affect Only Origins' support for 'Clear Transform'

Resolves T70410
December 22, 2019, 12:34 (GMT)
Object: extract data transform container into own API
December 21, 2019, 17:23 (GMT)
Fix crash in delaunay triangulation due to epsilon issues.
December 21, 2019, 15:00 (GMT)
GPencil: Hide dopesheet slider options for Annotations
December 21, 2019, 03:28 (GMT)
Fix: NaN error in smoothminf function
December 20, 2019, 23:35 (GMT)
Fluid: Ensure GIL in conversion function
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021