Set 2d perspective flip to false by default
not to add new params to the settings for v0.4border
parent
f42d810a87
commit
eca7c528f4
|
|
@ -909,7 +909,7 @@
|
|||
" rotation_3d_x = \"0:(0)\"#@param {type:\"string\"}\n",
|
||||
" rotation_3d_y = \"0:(0)\"#@param {type:\"string\"}\n",
|
||||
" rotation_3d_z = \"0:(0)\"#@param {type:\"string\"}\n",
|
||||
" flip_2d_perspective = True #@param {type:\"boolean\"}\n",
|
||||
" flip_2d_perspective = False #@param {type:\"boolean\"}\n",
|
||||
" perspective_flip_theta = \"0:(0)\"#@param {type:\"string\"}\n",
|
||||
" perspective_flip_phi = \"0:(t%15)\"#@param {type:\"string\"}\n",
|
||||
" perspective_flip_gamma = \"0:(0)\"#@param {type:\"string\"}\n",
|
||||
|
|
|
|||
|
|
@ -876,7 +876,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 = True #@param {type:"boolean"}
|
||||
flip_2d_perspective = False #@param {type:"boolean"}
|
||||
perspective_flip_theta = "0:(0)"#@param {type:"string"}
|
||||
perspective_flip_phi = "0:(t%15)"#@param {type:"string"}
|
||||
perspective_flip_gamma = "0:(0)"#@param {type:"string"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue