I have a tiny comp that reads a .png file via a File node and writes it out via a ROP File Output node. I have a TOP network consisting of a ROP Fetch node driven by the file output node. The comp renders just fine when I cook the TOP network.
However, when I do "Delete File Outputs From Disk" on the Fetch node, the input .png file gets deleted (as well as the node's output.)
I'm a noob, and I hope and trust that I'm doing something stupid. Does this situation sound familiar?
Thanks in advance.
Some screen shots:
"Delete File Outputs From Disk" deletes more than output
1767 5 1- gladstein
- Member
- 16 posts
- Joined: 7月 2005
- Offline
- tamte
- Member
- 8766 posts
- Joined: 7月 2007
- Offline
I'm not sure what exactly is the logic behind gathering output paths by ROP Fetch TOP
however it's a good habit to doublecheck what output paths workitems hold before deleting outputs
if you MMB on the individual workitems you will see that it has an array of 2 output paths and also 2 output parm values, copoutput and filename
so it seems that it traversed the graph referenced in ROP Fetch TOP and gathered all known outputs from all possible nodes
I'm not sure when that would be desirable
but since in your case it is 2 different output parm values you can filter it by checking Output Parm Name and setting it to copoutput so that it will only consider that parm from your rop as an output path once you regenerate or recook again
however it's a good habit to doublecheck what output paths workitems hold before deleting outputs
if you MMB on the individual workitems you will see that it has an array of 2 output paths and also 2 output parm values, copoutput and filename
so it seems that it traversed the graph referenced in ROP Fetch TOP and gathered all known outputs from all possible nodes
I'm not sure when that would be desirable
but since in your case it is 2 different output parm values you can filter it by checking Output Parm Name and setting it to copoutput so that it will only consider that parm from your rop as an output path once you regenerate or recook again
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
- mestela
- Member
- 1788 posts
- Joined: 5月 2006
- Offline
- gladstein
- Member
- 16 posts
- Joined: 7月 2005
- Offline
- tpetrick
- スタッフ
- 600 posts
- Joined: 5月 2014
- Offline
- gladstein
- Member
- 16 posts
- Joined: 7月 2005
- Offline
-
- Quick Links