Skip to content

Commit

Permalink
Remove nudity warning mainly since it insults the users' intelligence.
Browse files Browse the repository at this point in the history
  • Loading branch information
joepal1976 committed Jul 10, 2017
1 parent e788ab0 commit ccd2a1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions makehuman/core/mhmain.py
Expand Up @@ -784,8 +784,6 @@ def startupSequence(self):
self.splash.close()
self.splash = None

self.prompt('Warning', 'MakeHuman is a character creation suite. It is designed for making anatomically correct humans.\nParts of this program may contain nudity.\nDo you want to proceed?', 'Yes', 'No', None, self.stop, 'nudityWarning')

if not self.args.get('noshaders', False) and \
( not mh.Shader.supported() or mh.Shader.glslVersion() < (1,20) ):
self.prompt('Warning', 'Your system does not support OpenGL shaders (GLSL v1.20 required).\nOnly simple shading will be available.', 'Ok', None, None, None, 'glslWarning')
Expand Down

0 comments on commit ccd2a1a

Please sign in to comment.