Block a user
Deleting all cameras in scene then dragging an image from OS's file manager causes assertion in debug build
485e4be0dd
Fix compile failure when using Visual Studio 2019 build tools
cf3323fe32
Merge branch 'blender-v4.2-release'
f59f5fd83f
Fix #122901: Geonodes modifier- setting an imput as string crashes blender.
c4c3812894
Merge branch 'blender-v4.2-release'
3412a34145
Merge branch 'blender-v4.2-release'
d761634fb3
Merge remote-tracking branch 'origin/blender-v4.2-release'
9f1f869e16
make.bat: Enable .py formatting with make format
a6cfc86469
Fix #86114: Multires Displacement Smear brush + Dyntopo Error
599f6f612f
Cycles: Add tool tips for debug blue noise sampling patterns
3e1dd4b321
Merge branch 'blender-v4.2-release'
Cycles/Eevee texture nodes for modifiers, painting and more
UP
I think with Geometry Nodes this task is maybe not needed?
RNA: compositor output node API
@mod_moder apologies for delay now it is done
static bNode *ntreeCompositorOutputNode(bNodeTree *ntree)
{
/* Make sure we only have single node tagged as output. */
ntreeSetOutput(ntree);
…
fbe3b50695
RNA: compositor output node API
8735a8a6be
UI: Different Warning for Revert if Unsaved Images
18600e430c
Geometry Nodes: show correct type in menu socket tooltips
a7cae51cf7
Cleanup: quite gcc array-bounds warning
RNA: compositor output node API
Done renamed rna_ShaderNode_is_active_output_set
to rna_Node_is_active_output_set
and used it in both
RNA: compositor output node API
this is already handled in rna_GroupOutput_is_active_output_set
static void def_group_output(StructRNA *srna)
{
...
RNA_def_property_boolean_funcs(prop, nullptr, "rna_GroupOutput_is_activ…
RNA: compositor output node API
This should call
ED_node_set_active
. Currently there is no check to verify that the node can in fact be used as an output, and it's missing a call to e.g. `BKE_ntree_update_tag_active_output_ch…
72ca8d644a
RNA: compositor output node API
3be6dbb02a
Fix #121366: Invalid mat_nr after exact boolean
7ec4218d1d
Fix #121296: Surface Deform node-group not marked as modifier
c34a1b5c47
Cleanup: use return instead of an argument for PyC_MainModule_Backup
cdf15010c0
Cleanup: de-duplicate logic to evaluate Python expressions