maxWiklund / nuke_parser

Nuke script (.nk) parser in python
Apache License 2.0
14 stars 0 forks source link
pyside2 pyside6 python qt vfx vfx-pipeline

nuke_parser

License

The nuke_parser consists of two projects

License

nuke_parser is released under the Apache License, Version 2.0, which is a free, open-source, and detailed software license developed and maintained by the Apache Software Foundation.

Contents

Installing nuke_parser

Requirements

nkview requires Python 3, PySide6 or PySide2, networkx, pyside_setup_macro and setuptools

Install

git clone https://github.com/maxWiklund/nuke_parser.git
cd nuke_parser

# Install nk_parser
cd parser
pip install .
# or 
python setup.py install

# install nkview
cd nkview
pip install -r requirements.txt
pip install .
# or 
python setup.py install

Demo

Note:

Zoom in / out bug found on macOS QTBUG-73033