All Projects → NateScarlet → nuke-docker

NateScarlet / nuke-docker

Licence: MIT license
⚓The foundry nuke in docker container

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to nuke-docker

colour-nuke
Colour - Nuke
Stars: ✭ 145 (+806.25%)
Mutual labels:  nuke
nuke-colortools
A collection of tools for Nuke related to color science and the Academy Color Encoding System (ACES).
Stars: ✭ 66 (+312.5%)
Mutual labels:  nuke
tabtabtab-nuke
A replacement for Nuke's "tab" node creator
Stars: ✭ 32 (+100%)
Mutual labels:  nuke
pipeVFX
A Visual Effects pipeline to manage jobs, shots and software assignment, with a simple asset manager. Its extensively integrated with CortexVFX and Gaffer. (and it builds booth, with support for Maya, Houdini and Nuke, if you have then installed!)
Stars: ✭ 47 (+193.75%)
Mutual labels:  nuke
Nuke
Nuke plugins for WuLiFang Studio
Stars: ✭ 14 (-12.5%)
Mutual labels:  nuke
vfxwindow
Python Qt Window class for compatibility between VFX programs
Stars: ✭ 80 (+400%)
Mutual labels:  nuke
AnimationDNA
Maya > Arnold > Nuke pipeline
Stars: ✭ 101 (+531.25%)
Mutual labels:  nuke
TACTIC-Handler
PySide based TACTIC client for maya, nuke, 3dsmax, houdini, etc
Stars: ✭ 67 (+318.75%)
Mutual labels:  nuke
P4VFX
Perforce for VFX content creation tools including Maya, Houdini and Nuke
Stars: ✭ 38 (+137.5%)
Mutual labels:  nuke
shared toolsets
shared_toolsets for nuke
Stars: ✭ 14 (-12.5%)
Mutual labels:  nuke
googleDriveVFXServer-pipeline
Transform a Google Drive server into a VFX pipeline ready server
Stars: ✭ 15 (-6.25%)
Mutual labels:  nuke
ada
Ada is a data driven framework for creating executable templates in any VFX DCC
Stars: ✭ 19 (+18.75%)
Mutual labels:  nuke
Guildbomb-Discord-Bot
💣 Guildbomb is a simple discord-bot, which shows you how easy it can be to raid a discord-server within one minute, so everybody will be banned, all emojis will be deleted, all invites will be deleted, every role and every channel too..
Stars: ✭ 182 (+1037.5%)
Mutual labels:  nuke
DustryX
More more content for you
Stars: ✭ 24 (+50%)
Mutual labels:  nuke
open-display-transform
Open Display Transform is a collection of tools and experiments for rendering wide-gamut scene-linear data into an image for an SDR or HDR display device.
Stars: ✭ 120 (+650%)
Mutual labels:  nuke

nuke-docker

Nuke Versions Update Status Build Status Latest Nuke Version Docker Starts Docker Pulls Maintenance

GitHub

Docker Hub

The foundry nuke in docker container

  • Can be use as nuke plugin test environment: example
  • Exclude files that usually not necessary for container to reduce image size (Documentation, OCIOConfig, large plugins, optional libraries).
  • Prebuilt images for all nuke versions that downloadable from official site.

Usage

> docker run -it --rm -e [email protected] natescarlet/nuke:10.5v7
Nuke 10.5v7, 64 bit, built Nov 14 2017.
Copyright (c) 2017 The Foundry Visionmongers Ltd.  All Rights Reserved.
>>> import nuke
>>> nuke.NUKE_VERSION_STRING
'10.5v7'
>>> nuke.createNode('Constant')
<Constant1 at 0x2781570>
>>>

Setup license

RLM

Use environment variable foundry_LICENSE to specify license server

docker run -it --rm -e foundry_LICENSE=<your license server> natescarlet/nuke:11.3v2

FLEXlm

Mount your FLEXlm license file

docker run -it --rm -e -v <your license path>:/usr/local/foundry/FLEXlm natescarlet/nuke:11.3v2

Build yourself

For nuke 10.5v2

docker build --build-arg NUKE_MAJOR=10 --build-arg NUKE_MINOR=5 --build-arg NUKE_PATCH=2 --tag natescarlet/nuke:10.5v2 .

Prebuilt images

New nuke version will be auto added by CI on the 1st of every month.

tags:

  • latest: latest

  • major: 9, 10, 11, 12

  • minor: 9.0, 10.0, 10.5, ...

  • patch: 9.0v1, 9.0v2, 9.0v3, ...

13.2v3 13.2v2 13.2v1

13.1v5 13.1v4 13.1v3 13.1v2 13.1v1

13.0v10 13.0v9 13.0v8 13.0v7 13.0v6 13.0v5 13.0v4 13.0v3

12.2v11 12.2v10 12.2v9 12.2v8 12.2v7

12.0v1

11.3v6 11.3v5 11.3v4 11.3v3 11.3v2 11.3v1

11.2v7 11.2v6 11.2v5 11.2v4 11.2v3 11.2v2 11.2v1

11.1v6 11.1v5 11.1v4 11.1v3 11.1v2 11.1v1

11.0v4 11.0v3 11.0v2 11.0v1

10.5v8 10.5v7 10.5v6 10.5v5 10.5v4 10.5v3 10.5v2 10.5v1

10.0v6 10.0v5 10.0v4 10.0v3 10.0v2 10.0v1

9.0v9 9.0v8 9.0v7 9.0v6 9.0v5 9.0v4 9.0v3 9.0v2 9.0v1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].