Skip to content
Alexander Richter edited this page Nov 22, 2024 · 4 revisions

console_feedback

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.

generic_menu


arWrite

PATH: software/nuke/gizmos/arWrite.gizmo
SCRIPT: software/nuke/scripts/write_node.py

arwrite_result

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
Clone this wiki locally