Austin Kirsch

Results 37 comments of Austin Kirsch

lots of cameras also have 3 stream outputs meaning you could literally do a high medium and low all with the same basic code. overall i think this approach would...

has anyone tried 1.9.8 to see if this is still broken w/ Frigate? if not I can test this weekend.

hey @sanzoghenzo i am fine with either option and dont mind to submit a PR to address but would like some direction from another maintainer before doing so.

This is actually causing me some issues now so I've chosen your first option above and created a PR, open to feedback: https://github.com/pyrevitlabs/pyRevit/pull/2309

in the meantime, im trying to figure a workaround by completely suppressing all errors on a script level. i tried the following within a script that calls a pyRevit transaction:...

it outputs `50` which corresponds to `CRITICAL` and in the script if I try `logger.error("test")` it does not activate the logging window which is what I want. but if something...

Within my Tool.extension directory I have: - Tool.tab/ - hooks/ - lib/ - extension.yaml The code I tried calling from startup.py is within the lib/ folder which pyRevit usually handles...