Works correctly on my end with python 3.13.0, on linux. If you are on windows, obs doesn't support 3.13 there yet, so you'll have to use 3.12.
Does it give you an error message?
Thank you for your quick reply. Well, when I try to use it the error "no properties available" comes up in scripts. Python 3.12 is installed on Mac OS Ventura 13.7.1. current release. OBS Beta 31. beta 3.
I got this from the script log:
^^^^^^^^^^^^^^^^^^^^^^^^^^
[adv-ff.py] File "/Library/Frameworks/Python.framework/Versions/Current/lib/python3.12/subprocess.py", line 389, in call
[adv-ff.py] with Popen(*popenargs, **kwargs) as p:
[adv-ff.py] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[adv-ff.py] File "/Library/Frameworks/Python.framework/Versions/Current/lib/python3.12/subprocess.py", line 1026, in __init__
[adv-ff.py] self._execute_child(args, executable, preexec_fn, close_fds,
[adv-ff.py] File "/Library/Frameworks/Python.framework/Versions/Current/lib/python3.12/subprocess.py", line 1955, in _execute_child
[adv-ff.py] raise child_exception_type(errno_num, err_msg, err_filename)
[adv-ff.py] FileNotFoundError: [Errno 2] No such file or directory: 'python3.12'
[adv-ff.py]
[adv-ff.py] The above exception was the direct cause of the following exception:
[adv-ff.py]
[adv-ff.py] Traceback (most recent call last):
[adv-ff.py] File "/Applications/OBS.app/Contents/PlugIns/frontend-tools.plugin/Contents/Resources/scripts/adv-ff.py", line 73, in <module>
[adv-ff.py] raise ImportError("Could not install or find pyparsing, make sure it is installed on the python executable used by obs"
[adv-ff.py] ImportError: Could not install or find pyparsing, make sure it is installed on the python executable used by obs