Eyad Ahmed EyadAhmed
  • Joined on 2019-01-05
Eyad Ahmed opened issue blender/blender#131090 2024-11-28 12:58:35 +01:00
Deleting all cameras in scene then dragging an image from OS's file manager causes assertion in debug build
Eyad Ahmed pushed to vs19 at EyadAhmed/blender 2024-06-08 17:02:39 +02:00
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'
Compare 129 commits »
Eyad Ahmed pushed to vs19 at EyadAhmed/blender 2024-06-08 01:42:55 +02:00
df89666390 Fix compile failure when using Visual Studio 2019 build tools
Eyad Ahmed deleted branch eyad_main from EyadAhmed/blender 2024-06-08 01:41:26 +02:00
Eyad Ahmed created branch eyad_main in EyadAhmed/blender 2024-06-08 01:40:11 +02:00
Eyad Ahmed pushed to eyad_main at EyadAhmed/blender 2024-06-08 01:40:11 +02:00
Eyad Ahmed pushed to vs19 at EyadAhmed/blender 2024-06-08 01:39:54 +02:00
Eyad Ahmed created branch vs19 in EyadAhmed/blender 2024-06-08 01:39:53 +02:00
Eyad Ahmed deleted branch eyad_main from EyadAhmed/blender 2024-06-08 01:38:44 +02:00
Eyad Ahmed pushed to eyad_main at EyadAhmed/blender 2024-06-08 01:19:03 +02:00
Eyad Ahmed created branch eyad_main in EyadAhmed/blender 2024-06-08 01:19:03 +02:00
Eyad Ahmed pushed to main at EyadAhmed/blender 2024-06-08 01:17:17 +02:00
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'
Compare 5720 commits »
Eyad Ahmed commented on issue blender/blender#54656 2024-05-18 00:48:52 +02:00
Cycles/Eevee texture nodes for modifiers, painting and more

UP

I think with Geometry Nodes this task is maybe not needed?

Eyad Ahmed commented on pull request blender/blender#121382 2024-05-06 01:47:47 +02:00
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);
…
Eyad Ahmed pushed to compositor-output-node-rna-api at EyadAhmed/blender 2024-05-06 01:46:10 +02:00
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
Compare 4 commits »
Eyad Ahmed commented on pull request blender/blender#121382 2024-05-05 00:28:01 +02:00
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

Eyad Ahmed commented on pull request blender/blender#121382 2024-05-05 00:27:25 +02:00
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…
Eyad Ahmed pushed to compositor-output-node-rna-api at EyadAhmed/blender 2024-05-05 00:25:29 +02:00
7d6b60b0af RNA: compositor output node API
Eyad Ahmed commented on pull request blender/blender#121382 2024-05-04 20:57:12 +02:00
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…

Eyad Ahmed pushed to compositor-output-node-rna-api at EyadAhmed/blender 2024-05-04 20:48:13 +02:00
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
Compare 28 commits »