Alexandre Labedade Alesk
  • Joined on 2014-02-27
Alexandre Labedade commented on pull request blender/blender#121382 2024-05-06 12:49:28 +02:00
RNA: compositor output node API

I just noticed that something like this already exists in the API. https://docs.blender.org/api/main/bpy.types.Nodes.html#bpy.types.Nodes.active

But it's not exactly the same, since…

Alexandre Labedade commented on pull request blender/blender#121382 2024-05-03 11:17:08 +02:00
RNA: compositor output node API

Okay, mainly my question was about get_output_node\

For consistency with the similar method in shaders

Alexandre Labedade commented on pull request blender/blender#121382 2024-05-03 10:53:57 +02:00
RNA: compositor output node API

First of all, what for?

I have the use case : I'm working on an addon that needs to detect which Composite output node is the active one, when the user has added many of them.

Anyway,…

Alexandre Labedade commented on issue blender/blender#118999 2024-03-07 06:15:43 +01:00
Render output is corrupted with a specific compositor nodes setup

@OmarEmaraDev Any hope to get a fix for this in the 4.1 before its release ?

Alexandre Labedade commented on issue blender/blender#118999 2024-03-06 17:00:46 +01:00
Render output is corrupted with a specific compositor nodes setup

I confirm that the bug is gone on the current 4.2 daily build version

Alexandre Labedade commented on issue blender/blender#118999 2024-03-05 14:15:37 +01:00
Render output is corrupted with a specific compositor nodes setup

@OmarEmaraDev Maybe you could have a look at this one too ;)

Alexandre Labedade commented on issue blender/blender#119043 2024-03-05 10:46:53 +01:00
Realtime Compositor crash with an intricate node setup

@OmarEmaraDev You are my new hero! 🥇🥇🥇

Alexandre Labedade opened issue blender/blender#119043 2024-03-04 05:31:01 +01:00
Realtime Compositor crash with an intricated node setup
Alexandre Labedade commented on issue blender/blender#118999 2024-03-04 00:45:15 +01:00
Render output is corrupted with a specific compositor nodes setup

@iss Woops ! My bad ! I've updated the file in my first post. Anyway, you can plug any image instead, it will work to reproduce the crash

Alexandre Labedade opened issue blender/blender#118999 2024-03-02 13:34:42 +01:00
Render output is corrupted with a specific compositor nodes setup
Alexandre Labedade commented on issue blender/blender#118710 2024-02-27 18:18:59 +01:00
Crash when realtime compositor is displayed and a Map UV node is used in the compositor graph while rendering with EEVEE

Here is another way to test the problem: It seems that the crash occurs more easily with the script loaded as an addon.

  • install the addon provided below, save the preferences and close…
Alexandre Labedade commented on issue blender/blender#118710 2024-02-27 04:15:29 +01:00
Crash when realtime compositor is displayed and a Map UV node is used in the compositor graph while rendering with EEVEE

@mano-wii Hi ! Using Load Factory Settings fixed the issue :)

The problem comes from an addon... that I wrote myself some years ago. That's why I was the only one to have this issue!

I…

Alexandre Labedade commented on issue blender/blender#118710 2024-02-26 16:05:03 +01:00
Crash when realtime compositor is displayed and a Map UV node is used in the compositor graph while rendering with EEVEE

Still crashing with: version: 4.1.0 Beta, branch: blender-v4.1-release, commit date: 2024-02-25 23:15, hash: 5db2a842c08b, type: Release build date: 2024-02-26, 02:01:43 platform: 'Windows-10-10…

Alexandre Labedade opened issue blender/blender#118711 2024-02-25 06:19:16 +01:00
Crash when using a specific node setup in compositor and displaying the realtime compositor
Alexandre Labedade opened issue blender/blender#118710 2024-02-25 05:41:13 +01:00
Crash when realtime compositor is displayed and a Map UV node is used in the compositor graph while rendering with EEVEE
Alexandre Labedade opened issue blender/blender#114602 2023-11-07 21:36:42 +01:00
Bone Heat Weighting: failed to find solution for one or more bones on a specific face
Alexandre Labedade opened issue blender/blender#114358 2023-11-01 10:29:49 +01:00
Trace image to Grease Pencil always miss the first image in a sequence
Alexandre Labedade commented on issue blender/blender#103248 2023-07-12 16:06:35 +02:00
Geometry Nodes Volume Features Implementation

I'm also interested in loading quantized data (as for example Multi-pages TIFFs files, or sequences of images, or UDIMS, etc...) Maybe just importing them and specifying 3D coordinates for the…