dbr/Ben

Results 72 issues of dbr/Ben

I was looking to write a simple Prometheus metrics exporter to monitor signal strength over time - so I've exposed these attributes as `info.signal.bars` etc: ``` Signal(bars=5, ecio=0, rscp=0, rsrq=-9,...

Specific problem I'm having is: - A script uses `ResolvedContext.get_current()` to run a child process (Nuke) - In this child process, env vars from the parent environment (such as `$http_proxy`)...

Describe the bug here. **Environment** * OS: Windows 10 * Rez version: 2.112 * Rez python version: 3.9.13 **To Reproduce** In currently default `cmd` shell, running command with `$F` or...

bug
os:windows
shell

**Describe the enhancement** Being new to the OpenCue, there is a few references to "eating frames", and I couldn't work out exactly what that means (and thus things like the...

enhancement
help wanted

https://github.com/imageworks/OpenColorIO/blob/a557a85454ee1ffa8cb66f8a96238e079c452f08/src/core/PathUtils.cpp#L213 If an environment variable contains itself, the PathUtils.cpp EnvExpand function will recursively expand the string forever, e.g ``` $BLAH="aaa $BLAH bbb" ``` gets expanded to ``` aaa aaa $BLAH...

To Close

I think being able to get the processor for a given `Baker` instance would be useful - e.g to generate a preview of the given LUT, or to get the...

Feature Request
To Close

The order of the items in the "channel view" dropdown changed between Nuke 8 and 9 (R/G/B/Matte Overlay/Luminace) Here's a patch of the 1.0.9 code - shall try and remember...

To Close

From the nuke-users mailing list, "[Nuke-users] OCIO frustrations" thread: > One of the things that OCIO seems to mention frequently in the documentation is its ability to recognize context/environment variables....

Feature Request
To Close

From the ocio-dev thread "Using environment variables/context to point to a colorspace" by Donat Van Bellinghen, > we frequently get footage shot with different cameras. I'd like to find a...

Feature Request
To Close

As it's now available in Nuke 8, along the lines of #328 I wonder how difficult/worthwhile a Blink implementation of the Nuke nodes would be.. http://docs.thefoundry.co.uk/nuke/80/Blink/

Feature Request
To Close