Blender Git Commit Log

All Blender Git commits.

Page: 469 / 8462

July 9, 2021, 07:03 (GMT)
Add signal for end of tablet input to x11 and cocoa.
July 9, 2021, 07:00 (GMT)
Fix crash: incorrect uniform location for builtins.
July 9, 2021, 06:59 (GMT)
Fix crash: access unallocated memory.
July 9, 2021, 06:57 (GMT)
Nodes: Moved group interface panel code to python.

The node group interface panels were still implemented in C.
Now they ported over to python for easier maintenance.

Differential Revision: https://developer.blender.org/D11834
July 9, 2021, 06:09 (GMT)
Make Single User: support object data animation

In addition to _object_ animation, now _object data_ (mesh, curve, ...)
animation can now be made single user as well.

This came up in T89369 and while it is possible to do this via the
Outliner [where all actions have to be selected individually], this
seems to be more convenient to be done from the 3DView.

note: usercount of the action is checked now, if it single-user already,
no copy takes place (same thing could/should be done for
single_object_action_users as well).

note2: obdata is made single user as well (otherwise duplicated actions
will be assigned to the same shared obdata - which does not result in
unique animadata which is what we are after here)

ref. T89369

Maniphest Tasks: T89369

Differential Revision: https://developer.blender.org/D11683
July 9, 2021, 05:58 (GMT)
adaptive_cloth: Mesh: write to MeshIO: allow gaps in the Arena(s)

There can be gaps in the `Arena`s introduced due to removing elements in the middle of the `Arena`. Now this can lead to wrong indexing when writing the positions and the uvs. For this, create a `Map` between the element's arena index and it's true index in the vectors created for them.
July 9, 2021, 05:48 (GMT)
Defer mouse centering until mouse have moved.
July 9, 2021, 04:58 (GMT)
Fix build warnings
July 9, 2021, 03:37 (GMT)
Cleanup: use 'uint' for BLI_array
July 9, 2021, 03:35 (GMT)
BLI_array: add BLI_array_deduplicate_ordered utility & tests
July 9, 2021, 03:28 (GMT)
LineArt: Remove isec unused stuff.
July 9, 2021, 02:28 (GMT)
Merge branch 'master' into xr-controller-support
July 9, 2021, 02:23 (GMT)
XR: Fix grab interp/offsets for parented objects
July 9, 2021, 01:53 (GMT)
Cleanup: rename BKE_animdata_{add=>ensure}_id

Use the term `ensure` as existing data is used when present.
July 9, 2021, 00:34 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
July 9, 2021, 00:30 (GMT)
LineArt: UI optimizations.
July 9, 2021, 00:30 (GMT)
LineArt: Restore "use_loose_as_contour" to panel
July 9, 2021, 00:30 (GMT)
LineArt: Remove text from mask switches
Revision f283c52 by aousdfh (sculpt-dev, temp_test_sc_keymap)
July 8, 2021, 22:01 (GMT)
Array Brush: Scale and stroke strength working
July 8, 2021, 21:51 (GMT)
Fix T83930 and Fix T84659: Walk navigation tablet bugs.

Fixes T83930, allowing walk navigation to continue without jumping back
after repositioning pen.

Fixes T84659, allow walk navigation to start (for Windows Ink) from
keyboard shortcut when pen is in use.

Maniphest Tasks: T84659, T83930

Differential Revision: https://developer.blender.org/D11651
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021