Exemple #1
0
def restoreLightController():
    import Lighting

    Lighting._setFromParams({
        "ratio":
        1.25,
        "brightness":
        1.16,
        "material": [30.0, (0.85, 0.85, 0.85), 0.0],
        "back": [
            (0.3574067443365933, 0.6604015517481455, -0.6604015517481456),
            (1.0, 1.0, 1.0),
            0.0,
        ],
        "mode":
        "two-point",
        "key": [
            (-0.3574067443365933, 0.6604015517481455, 0.6604015517481456),
            (1.0, 1.0, 1.0),
            1.0,
        ],
        "contrast":
        0.83,
        "fill": [
            (0.2505628070857316, 0.2505628070857316, 0.9351131265310294),
            (1.0, 1.0, 1.0),
            0.0,
        ],
    })
Exemple #2
0
def restoreLightController():
    import Lighting
    Lighting._setFromParams({
        'ratio':
        1.25,
        'brightness':
        1.16,
        'material': [30.0, (0.85, 0.85, 0.85), 1.0],
        'back': [(0.3574067443365933, 0.6604015517481455, -0.6604015517481456),
                 (1.0, 1.0, 1.0), 0.0],
        'mode':
        'two-point',
        'key': [(-0.3574067443365933, 0.6604015517481455, 0.6604015517481456),
                (1.0, 1.0, 1.0), 1.0],
        'contrast':
        0.83,
        'fill': [(0.2505628070857316, 0.2505628070857316, 0.9351131265310294),
                 (1.0, 1.0, 1.0), 0.0]
    })
def restoreLightController():
	import Lighting
	Lighting._setFromParams({'ratio': 1.0, 'brightness': 0.9090909090909091, 'material': [52.0, (0.85, 0.85, 0.85), 0.6], 'back': [(0.35740674433659325, 0.6604015517481454, -0.6604015517481455), (1.0, 1.0, 1.0), 0.0], 'mode': 'two-point', 'key': [(0.5818540202717035, 0.6065088516391486, 0.5418421467337303), (1.0, 1.0, 1.0), 1.0], 'contrast': 0.54, 'fill': [(0.5029585598958792, 0.3205128077767858, 0.8026856340302251), (1.0, 1.0, 1.0), 0.0]})
def restoreLightController():
	import Lighting
	Lighting._setFromParams({'ratio': 1.25, 'brightness': 1.16, 'material': [30.0, (0.85, 0.85, 0.85), 1.0], 'back': [(0.35740674433659325, 0.6604015517481455, -0.6604015517481455), (1.0, 1.0, 1.0), 0.0], 'mode': 'two-point', 'key': [(-0.35740674433659325, 0.6604015517481455, 0.6604015517481455), (1.0, 1.0, 1.0), 1.0], 'contrast': 0.83, 'fill': [(0.25056280708573153, 0.25056280708573153, 0.9351131265310294), (1.0, 1.0, 1.0), 0.0]})