From 2df3e15a1321a48b756e228c4f41e1b75e39d910 Mon Sep 17 00:00:00 2001 From: hithereai <121192995+hithereai@users.noreply.github.com> Date: Thu, 2 Feb 2023 20:51:58 +0200 Subject: [PATCH] Revert "remove old commented param" This reverts commit 9b4346b9dd1f2e0b3a5cca97e445a7c09721562b. --- scripts/deforum_helpers/args.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deforum_helpers/args.py b/scripts/deforum_helpers/args.py index 05ef63e3..93a863e5 100644 --- a/scripts/deforum_helpers/args.py +++ b/scripts/deforum_helpers/args.py @@ -37,6 +37,7 @@ def DeforumAnimArgs(): rotation_3d_x = "0:(0)"#@param {type:"string"} rotation_3d_y = "0:(0)"#@param {type:"string"} rotation_3d_z = "0:(0)"#@param {type:"string"} + # flip_2d_perspective = False #@param {type:"boolean"} enable_perspective_flip = False #@param {type:"boolean"} perspective_flip_theta = "0:(0)"#@param {type:"string"} perspective_flip_phi = "0:(t%15)"#@param {type:"string"}