Blender Git Commit Log

All Blender Git commits.

Page: 858 / 8462

March 6, 2021, 17:51 (GMT)
Merge branch 'master' into sculpt-dev
March 6, 2021, 16:54 (GMT)
Cleanup: use class instead of struct in forward declaration
March 6, 2021, 15:54 (GMT)
Cleanup: clang tidy
March 6, 2021, 15:51 (GMT)
Nodes: refactor derived node tree

This is a complete rewrite of the derived node tree data structure.
It is a much thinner abstraction about `NodeTreeRef` than before.
This gives the user of the derived node tree more control and allows
for greater introspection capabilities (e.g. before muted nodes were
completely abstracted away; this was convenient, but came with
limitations).

Another nice benefit of the new structure is that it is much cheaper
to build, because it does not inline all nodes and sockets in nested
node groups.

Differential Revision: https://developer.blender.org/D10620
March 6, 2021, 15:31 (GMT)
GPencil: Add click select for curves

Adapts the click selection code to handle curves.
March 6, 2021, 14:05 (GMT)
Fix T86308 Crash in Exact Boolean when have custom normal layer.

Custom Normal layers can't be interpolated, so needed a check
for non-interpolatable layers before trying to interpolate.
March 6, 2021, 13:08 (GMT)
GPencil: Implement generic selection for curves

This commits refactors generic (box & lasso) selection so
that it is possible to use with curves.

This also makes use of the newly added runtime data for curves.
March 6, 2021, 12:01 (GMT)
GPencil: Use active curve in circle select

Now that curves have runtime data, we can use it in circle selcect.
March 6, 2021, 10:24 (GMT)
Merge branch 'master' into temp-gpencil-bezier-v2
March 6, 2021, 10:23 (GMT)
WIP: Add runtime data for curves
March 6, 2021, 08:31 (GMT)
Cleanup: remove workaround for Python 3.7x crashing with libedit

This removes workaround for T43491. It's no longer needed as
Python 3.9x supports libedit as an alternative to readline
on all platforms.
March 6, 2021, 08:26 (GMT)
Cleanup: remove redundant draw callback
March 6, 2021, 08:26 (GMT)
Cleanup: unused imports
March 6, 2021, 08:26 (GMT)
Cleanup: unused arguments
March 6, 2021, 08:00 (GMT)
Cleanup: unused variables
March 6, 2021, 07:33 (GMT)
Cleanup: redundant pose bone assignment
March 6, 2021, 07:33 (GMT)
Cleanup: rename wm_get_cursor_position

Match naming of other wm_cursor_position_* functions.
March 6, 2021, 07:33 (GMT)
Cleanup: comments
March 6, 2021, 01:25 (GMT)
Formatting fixes.
March 6, 2021, 01:09 (GMT)
USD Export: null image crash in material writer.

Now guarding against null images when converting Cycles nodes
to avoid a crash.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021