Juanfran Matheu jfmatheu
  • Joined on 2019-06-08
Juanfran Matheu commented on pull request blender/blender#105676 2023-03-12 13:44:53 +01:00
Python API: add remove_link callback for custom node editors

Implementation is the same way as the rest of Node RNA kind callbacks per node type which imo makes it consistent, tho still would need a PythonAPI module member (eg. Sybren, Jacques Lucke,…

Juanfran Matheu commented on pull request blender/blender#105676 2023-03-12 13:05:53 +01:00
Python API: add remove_link callback for custom node editors

There is still no example of a problem that can be solved knowing about deleting a link.

A code example would be a full implementation of a custom node tree including all the logic for the…

Juanfran Matheu commented on pull request blender/blender#105676 2023-03-12 12:14:36 +01:00
Python API: add remove_link callback for custom node editors

Also I think this should be added to the Python API project board since it's an improvement of the API by exposing a new thing to the API, nothing to do with C/C++ nodes implementation lol

Juanfran Matheu commented on pull request blender/blender#105676 2023-03-12 12:07:39 +01:00
Python API: add remove_link callback for custom node editors

Copying or freeing makes sense precisely in the sense that memory management would be implemented in C/C++.

What. I'm not telling to expose remove link function to the API for any kind of…

Juanfran Matheu commented on pull request blender/blender#105676 2023-03-12 10:33:37 +01:00
Python API: add remove_link callback for custom node editors

Hello. I'm not sure why this is even necessary?

Don't worry, I'm here to clear up your confusion.

Inserting a link can be used for pre-existing functionality.

We have an init and…

Juanfran Matheu created pull request blender/blender#105676 2023-03-12 00:20:17 +01:00
[PythonAPI] Add remove link callback for custom node editors.
Juanfran Matheu pushed to node-remove-link-callback at jfmatheu/blender 2023-03-12 00:06:33 +01:00
3df5c0d4fa Add remove_link callback for custom node editors.
54c9f972df Merge branch 'blender-v3.5-release'
7d22b11352 Fix #105601: Remove duplicates when inserting links into multi inputs
b06edc2897 Cleanup: UV: simplify uv packing API.
e56fe42aab Cleanup: format
Compare 10 commits »
Juanfran Matheu created branch node-remove-link-callback in jfmatheu/blender 2023-03-12 00:06:33 +01:00
Juanfran Matheu pushed to node-header-color at jfmatheu/blender 2023-02-22 22:51:53 +01:00
4c70ba65f4 Merge branch 'main' into node-header-color
e497a50aa2 Merge branch 'blender-v3.5-release'
c760248fc5 Metal: Improve AMD EEVEE Performance
Compare 3 commits »
Juanfran Matheu created pull request blender/blender#105102 2023-02-22 22:40:55 +01:00
[NodeEditor] Add custom color option for Node header
Juanfran Matheu pushed to node-header-color at jfmatheu/blender 2023-02-22 22:13:32 +01:00
a023ff3d25 Added 'color_header' property for Nodes.
Juanfran Matheu pushed to node-header-color at jfmatheu/blender 2023-02-22 21:13:08 +01:00
Juanfran Matheu created branch node-header-color in jfmatheu/blender 2023-02-22 21:13:08 +01:00
Juanfran Matheu created repository jfmatheu/blender 2023-02-22 20:24:13 +01:00