Showing off md.Nuke.Cola, a utilities library for Nuke #1548
microdee
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Nice !!!! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm making a utilities library for Nuke dubbed md.Nuke.Cola working on it for 2 years now, extending it with what my projects need. This is a mixture of features I've implemented in my workflows and aids me a lot in daily driving Nuke. Some of the main features which may be interesting for users:
Would any of these features be interesting enough to worth a PR into Nuke itself, modified/re-written* of course to adhere to coding and architectural standards of Nuke itself.
*: For example I feel that the build plugins are implemented in a bit hacky way. Before entering Nuke, it generates and compiles an interim build-class, inheriting from the entry-point build class and the dynamically discovered build components. Then it uses reflection to invoke the
Execute
function with it. If the graph of targets would be editable dynamically from a public API, the implementation could be a bit cleaner ofc, and it may open up doors for hooking targets into the execution graph written in other languages.Beta Was this translation helpful? Give feedback.
All reactions