commenting out "Todo" labels from bge player stereo options
the To Do was more like self-remaining since no one else is currently working with stereo :) I will get back to that once 2.5alpha0 is out. In the mean time let's have a cleaner interface.
This commit is contained in:
@@ -274,8 +274,8 @@ class RENDER_PT_game_stereo(RenderButtonsPanel):
|
||||
# stereo:
|
||||
if stereo_mode == 'STEREO':
|
||||
layout.prop(gs, "stereo_mode")
|
||||
layout.label(text="To do: Focal Length")
|
||||
layout.label(text="To do: Eye Separation")
|
||||
# layout.label(text="To do: Focal Length") # to be done after 2.5alpha0 is out
|
||||
# layout.label(text="To do: Eye Separation") # to be done after 2.5alpha0 is out
|
||||
|
||||
# dome:
|
||||
elif stereo_mode == 'DOME':
|
||||
|
||||
Reference in New Issue
Block a user