-
I'm working on a panel with Python. For convenience and automation, is there a way to run this function from a script? |
Beta Was this translation helpful? Give feedback.
Answered by
pragma37
Jan 18, 2023
Replies: 1 comment 1 reply
-
Here's the code for the header UI: So, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
warlockhb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the code for the header UI:
https://github.com/bnpr/Malt/blob/Development/BlenderMalt/MaltNodes/MaltNodeTree.py#L623
So,
node_tree.update_ext(force_update=True)
.