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

Clean Up Baked Movie #369

Closed
tokejepsen opened this issue Jul 22, 2020 · 8 comments
Closed

Clean Up Baked Movie #369

tokejepsen opened this issue Jul 22, 2020 · 8 comments
Assignees
Labels
host: Nuke type: bug Something isn't working

Comments

@tokejepsen
Copy link
Member

When cleaning up in Nuke, the baked movie is not deleted.

@tokejepsen tokejepsen added type: bug Something isn't working host: Nuke labels Jul 22, 2020
@tokejepsen tokejepsen self-assigned this Jul 22, 2020
@create-issue-branch
Copy link

Branch bugfix/369-Clean_Up_Baked_Movie created!

@jakubjezek001
Copy link
Member

this could be solved by this #377

@tokejepsen
Copy link
Member Author

this could be solved by this #377

Just testing, and it doesnt

@jakubjezek001
Copy link
Member

this could be solved by this #377

Just testing, and it doesnt

did you add regex pattern to presets?

@tokejepsen
Copy link
Member Author

did you add regex pattern to presets?

I didnt. Could find any documentation about that on the PR and the PR is not dependent on any other PRs, so its hard to figure this out without a deep dive into the code. What do I need to do?

@tokejepsen
Copy link
Member Author

@jezscha do you have any example of using an regex pattern?

@jakubjezek001
Copy link
Member

jakubjezek001 commented Aug 18, 2020

@jezscha do you have any example of using an regex pattern?

sorry @tokejepsen I am back on. I was adding this to client and it was working. It is searching in instance.data.get("transfers") which is [(src,dst),] created in integrate_new.py, so it should be capable to erase anything in rendering folder. Try to find the correct regex patern here https://regexr.com/ (i love this tool!)

Add the following into the pype-setup\repos\pype-config\presets\plugins\global\publish.json and alter the pattern to your case please.

{
"CleanUp":{
        "paterns": [
            "^.*_renderAnimationMain.*.jpg"
        ]
    }
}

@tokejepsen
Copy link
Member Author

Thanks @jezscha
Ended up with .+.baked.mov

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Nuke type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants