Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

[FEATURE] Support for File Output compositing node #95

Open
rabits opened this issue Sep 22, 2020 · 3 comments
Open

[FEATURE] Support for File Output compositing node #95

rabits opened this issue Sep 22, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rabits
Copy link
Member

rabits commented Sep 22, 2020

Is your feature request related to a problem? Please describe.

That will be great to store the file output node results along with the common compose result - those nodes used to save intermediate compose results, that could be used later in the pipeline.

reported by: @heizermeister

Describe the solution you'd like

I think it's possible to add status.result.compose_additional field where the additional files could be stored. Basically it needs to tell where to store the file and what is the blob id is. Of course the additional result should be detected and stored in the cache.

Additional context

For now such results are ignored and only the compose result is stored.

@rabits rabits added the enhancement New feature or request label Sep 22, 2020
@rabits rabits added this to the v0.4.0 milestone Sep 23, 2020
@rabits rabits self-assigned this Oct 20, 2020
@rabits
Copy link
Member Author

rabits commented Oct 21, 2020

Hmmm, so it's quite hard to figure out the actual file path... That's needed to support the cross-platform rendering and solve the absolute path to properly store the output files on the server. Probably it's possible to store them in the temp files, but that will be hard to properly store the results on the client...

@rabits
Copy link
Member Author

rabits commented Nov 7, 2020

After the Halloween I got an idea - each file output/input contains the path, so it's possible to hash it and use this hash to store the file on the Agent and make the whole pipeline consistent.

Unfortunately this doesn't solve the issue with storing the files on the Client side...

@rabits
Copy link
Member Author

rabits commented Nov 7, 2020

Nope, that will not work, because if we specify a directory - it will be stored as dir/Image0030.png...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant