dbr/Ben

Results 72 issues of dbr/Ben

`Edit>Node>Input On/Off` doesn't show up as an option. Not sure why.

It would be useful to easily reset or manually-set the weight for a specific node Currently the only way is to edit `~/.nuke/tabtabtab_weights.json` in a text-editor, which is fiddly.

Dylan has made tabtabtab work in 6.2... I wonder if the compatibility layer be refactored into a separate `tabtabtab_legacy` module, which doesn't duplicate the contents - then people could do...

Currently saving the config includes the complete list of regex patterns This probably isn't too good, as most of the time people a) wont change them, or b) won't remove...

Basically finish up PR #172 - instead of various boolean options like `leave_symlink`, `always_rename` etc, have one option like `move_mode: "always_rename"` or `move_mode: "leave_symlink"` etc

The currently-used v2.1 is almost being ended. Should update to the JSON'y v3 API http://docs.themoviedb.apiary.io/

Ideally #473 should have been caught by an automated tests (using doctest or similar) http://www.sphinx-doc.org/en/stable/ext/doctest.html

Feature Request
Needs Discussion
Documentation

We often have transforms which need to vary, say, sequence to sequence. For example: say most of the show converts to `default_log` to apply a client grade.. except one sequence...

Feature Request
Needs Discussion

I would like to, somehow, make the pkg-cache directory read-only - so packages can be added and removed, but their contents not altered by the user **Motivation** For example a...

enhancement
package-payload-cache
help wanted
difficulty/medium

If I have a markdown where the link text is a broken link, but the actual link target is a valid URL, ``` $ cat test.md [https://dummyexample.gov/notexist (archive.org link)](https://web.archive.org/web/20241129184733/http://example.com) ```...

bug
triage