Page MenuHome

bgl.GL_DEPTH_COMPONENT32 no longer available
Closed, ResolvedPublic

Description

Blender Version
Broken: rB7f326011
Worked: 2.75a

Short description of error
Since the bgl py3.3 upgrade some of the previously defined constants are missing (such as the GL_DEPTH_COMPONENT32)

Exact steps for others to reproduce the error
In the Python console run:

import bgl
bgl.GL_DEPTH_COMPONENT32 no longer available

It works fine in Blender 2.75a, but it fails in master