Control Docker containers from within container
This is a short note on how to make a container access and control another container on the same host. The trick is to have the "controller" container map the host's docker.sock
into the container.
This is a short note on how to make a container access and control another container on the same host. The trick is to have the "controller" container map the host's docker.sock
into the container.
Recursively replace all gizmos in Nuke script with a group. The only exception is the Cryptomatte
nodes, which will be maintained as gizmos.
A recent discussion on 3DPRO sparked me to scribble down some ideas on how to somewhat painlessly distribute a Python package to be run in DCC applications such as Maya or Nuke as simply as possible. So this is an alternative to building a wheel and mucking around with virtual environments.
The official docs on setting up an incoming webhook uses the third-party httplib2, which is not part of the Python 3.6 standard library. Here's a quick snippet using only the standard library instead:
A cartesian product operation can return a set of "combinations" based on given values.
As outlined here, Docker for Windows requires Hyper-V. This needs to be disabled before you can run VirtualBox.
The Qt Company has released official and pip-installable PySide2 wheel snapshots!
The Qt Company has yet to release official, standalone and pip-installable PySide2 wheels. However, since they made it possible to build standalone wheels successfully, I'm now building such unofficial, standalone wheels here using free CI services (thanks Travis and AppVeyor!):