Skip to content

maxWiklund/nuke_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuke_parser

License

The nuke_parser consists of two projects

  • parser Nuke script (.nk) ascii parser to generate scene description.
  • nkview Standalone nuke node graph app to view nuke scripts.

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