-
Notifications
You must be signed in to change notification settings - Fork 37
init
Alexander Richter edited this page Nov 22, 2024
·
4 revisions
PATH: software/nuke/init.py and menu.py
init.py is started before Nuke starts and sets up settings, ...
menu.py is started after Nuke starts and sets up menu, toolbar, ...
BATCH: Batch settings MUST be in the init.py since menu.py will not be executed in batch mode.
PATH: software/nuke/gizmos
All gizmos placed in the gizmos-folder will be loaded in the toolbar.
PATH: software/nuke/gizmos/arWrite.gizmo
SCRIPT: software/nuke/scripts/write_node.py
arWrite is an advanced Write node.
- Paths
- project path
- different formats (exr, jpg, tif)
- status (preViz, postViz, ...)
- Settings
- resolution
- ratio
- frame range
- Render Modes
- renderthreads (extern)
- renderfarm
- local
- Meta Data
- meta data (project, path, resolution, fps, time, frame, user)
- comment
- status
- Publish
- saves a copy into the publish folder
- Extras
- open render folder
- open render in RV
- setup meta info
scripts
scripts/plugins
- arUtil
- arDesktop
- arSave/arLoad
- arNotice
- arConfig
in development
- arSmartLoader
- arQualityChecker