Multi-View UI: convergence is only useless for the parallel camera (toe-in still uses it)

This commit is contained in:
Dalai Felinto 2015-07-03 01:10:56 -03:00
parent c702dabc3d
commit 80f344fd95
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class DATA_PT_camera_stereoscopy(CameraButtonsPanel, Panel):
col.row().prop(st, "convergence_mode", expand=True)
sub = col.column()
sub.active = st.convergence_mode == 'OFFAXIS'
sub.active = st.convergence_mode != 'PARALLEL'
sub.prop(st, "convergence_distance")
col.prop(st, "interocular_distance")