Adding macro property to custom python script #1256
-
Beta Was this translation helpful? Give feedback.
Answered by
WarmUpTill
Nov 3, 2024
Replies: 2 comments 3 replies
-
I wasn't able to run a python/powershell script by itself to fix this since those spawn in a window in itself and those get picked up instead. I made a workaround that gets all 3 attributes and puts them in one env var that I can feed directly to my window capture. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
DVark09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, currently the scripting API does not expose a way to register macro properties.
It only allows you to directly modify variables you have defined.
So you can do something like this from within a script:
I will try to add the option to register macro properties as well when I find the time.