Read from Write 3.0.0
Create Read nodes from selected Write Nodes
License Type:Freeware |
|
File ID:5332 |
File Size:5.1 KB |
Created / Updated:Sep 18, 2008 / Oct 13, 2008 |
Owner: |
Platforms: |
Downloaded:346 |
Nuke: |
|
Tags:
|
|
Create Read nodes from selected Write Nodes
License Type:Freeware |
|
File ID:5332 |
File Size:5.1 KB |
Created / Updated:Sep 18, 2008 / Oct 13, 2008 |
Owner: |
Platforms: |
Downloaded:346 |
Nuke: |
|
Tags:
|
|
readwrites(blankread, check, threshold, report)
blankread (boolean):
Set to True it will create blank Read nodes for empty selections and Write nodes.
- Default is False which will do nothing.
check (boolean):
Set to True it will check the sequence for bad frames and color the node in Red if
something is found, if set to False it will skip the check intirely and ignore the other
arguments (threshold and report).
- Deafult is True
threshold (integer):
This sets the threshold value in bytes for the bad frames check.
- Default is 100000 bytes
report (boolean):
Set to True will print a report of the bad frames found by the check, False will do nothing.
This will only be consider if the check argument is set to True.
- Default is True
m = nuke.menu("Nuke")
n = m.findItem("Edit")
n.addCommand("@;Read Writes", "userscripts.readwrites()", "Alt+R")