July 13, 2021, 08:41 (GMT) |
Fix cycles crash when changing viewport display pass It was possible that render buffers and scene kernel data will be out of sync because reset and scene update happens in different locks. This is similar issue we've fixed in the Cycles X branch, so backported relevant changes from there. This change removes what seems to be unused feature kernel. Differential Revision: https://developer.blender.org/D11828 |
July 13, 2021, 08:41 (GMT) |
Tracking: Fix "Lock to Selection" option from header causing jump This change makes the behavior consistent between shortcut and option from space clip's header. The only caveat is that the "Lock to Selection" is removed from the Display popover. This is because it is rather hard to make operator to render same as regular checkbox. However, shouldn't be a problem because the setting in popover was redundant. Differential Revision: https://developer.blender.org/D10423 |
July 13, 2021, 08:41 (GMT) |
BLI_array: add BLI_array_deduplicate_ordered utility & tests |
July 13, 2021, 08:41 (GMT) |
Fix typo in Fly mode tooltip The bug was always around and was introduced with the original code e2a7168e9680f (2009). |
July 13, 2021, 08:41 (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 13, 2021, 08:41 (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 13, 2021, 08:41 (GMT) |
Cleanup: use 'uint' for BLI_array |
July 10, 2021, 05:54 (GMT) |
LineArt: Fix modifier apply. |
July 10, 2021, 05:29 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
July 9, 2021, 07:32 (GMT) |
LineArt: WIP shadow thing... |
July 9, 2021, 03:28 (GMT) |
LineArt: Remove isec unused stuff. |
July 9, 2021, 00:34 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
July 9, 2021, 00:30 (GMT) |
LineArt: Remove text from mask switches |
July 9, 2021, 00:30 (GMT) |
LineArt: Restore "use_loose_as_contour" to panel |
July 9, 2021, 00:30 (GMT) |
LineArt: UI optimizations. |
July 7, 2021, 05:02 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
July 6, 2021, 13:48 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
July 5, 2021, 12:37 (GMT) |
LineArt: Fix occlusion effectiveness for culled triangles. |
July 5, 2021, 12:01 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
July 5, 2021, 07:40 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
|