Reset

Reset(SEC, CAMERA)

Arguments

  • SEC

  • CAMERA

Description

Not Added.

Implementation

def Reset(SEC, CAMERA):
        blur(false, SEC, 1.0, 1.0, CAMERA)
        bloom(CAMERA, SEC)
        color_adjustment(CAMERA, SEC)
        post_film(CAMERA, SEC, -1, -1)

References

Table Implementation

{
    "name": "Reset",
    "args": [
        "SEC",
        "CAMERA"
    ],
    "commandList": [
        {
            "row": 5112,
            "command": "blur",
            "args": [
                "false",
                "SEC",
                "1.0",
                "1.0",
                "CAMERA"
            ],
            "end": 1
        },
        {
            "row": 5113,
            "command": "bloom",
            "args": [
                "CAMERA",
                "SEC"
            ],
            "end": 1
        },
        {
            "row": 5114,
            "command": "color_adjustment",
            "args": [
                "CAMERA",
                "SEC"
            ],
            "end": 1
        },
        {
            "row": 5115,
            "command": "post_film",
            "args": [
                "CAMERA",
                "SEC",
                "-1",
                "-1"
            ],
            "end": 1
        }
    ]
}

Sample

{}