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:
Dalai Felinto
2009-11-24 01:09:19 +00:00
parent d594320c7f
commit acdc3f4a44

View File

@@ -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':