Merge branch 'blender-v4.1-release'

This commit is contained in:
Jacques Lucke 2024-03-13 10:39:48 +01:00
commit 653108068d
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ def values_clamp(val, minv, maxv):
# TODO: Consider moving node_input_value_set/node_input_value_get into a common utility module if
# more usage merits doing so. If that is done, abstract out the validity check and make it usable
# for node outputs as well. See PR #119354 for details.
def node_input_value_set(node, input, value):
if node is None or input not in node.inputs:
return