[PyOpenGL-Users] PyOpenGL 3.0.1b1 Available
Brought to you by:
mcfletch
|
From: Mike C. F. <mcf...@vr...> - 2009-11-11 17:55:47
|
I've just finished the 3.0.1b1 release of PyOpenGL. This release is
mostly just bug-fixes from the 3.0.1a4 release. There are fixes to
glGet and glGetActiveUniform, a script to retrieve and fixes to support
Togl binary installations, exposure of the OpenGL 3.2 entry points
(though largely untested, as I have no hardware over OpenGL 2.1),
missing AMD extensions, int64 array-types and fixes for boolean-array
handling. The documentation has had some work, including the
installation instructions.
OpenGLContext and PyVRML97 have also been rev'd and are now at 2.1.0a7
and 2.2.0a5 respectively. There's also an OpenGLContext PyQt4 context
(OpenGLContext_qt) and an OpenGLContext-full package that installs most
of the dependencies for OpenGLContext which are easy_installable.
Not intending anything other than bug-fixes before the 3.0.1 release for
PyOpenGL. OpenGLContext will likely have considerably more work before
it goes beta.
Enjoy yourselves,
Mike
The changelog for PyOpenGL is as follows:
316: Mike C. Fletcher 2009-11-10 {release-3.0.1b1} SF#2895081 more
constants added for glGet, basically everything...
315: Mike C. Fletcher 2009-11-10 Aborted attempt to introduce generic
defaulted parameters for wrappers...
314: Mike C. Fletcher 2009-11-10 SF#2895081 missing constants for glGet
registration added
313: Mike C. Fletcher 2009-11-10 Script to write the changelog, instead
of looking up parameters every time
312: Mike C. Fletcher 2009-11-10 Bump version for OpenGL_accelerate.
311: Mike C. Fletcher 2009-11-09 A partial import from the accelerator
module could cause a complete failure due t...
310: Mike C. Fletcher 2009-11-09 Eliminate error-suppression warning
when module cleanup happens before vbo cleanu...
309: Mike C. Fletcher 2009-11-09 Fix for gluProject on Ubuntu where
somehow ctypes returns a None instead of a GLi...
308: Mike C. Fletcher 2009-11-07 Add docstring to the Tk module to let
people know that they really should use som...
307: Mike C. Fletcher 2009-11-07 Tweaking and commenting togl download
script
306: Mike C. Fletcher 2009-11-07 Tk require is needed *before* Tk load
to get the Togl widget loaded...
305: Mike C. Fletcher 2009-11-07 Make bzrignore more generic
304: Mike C. Fletcher 2009-11-07 Add Togl license to the license.txt file.
303: Mike C. Fletcher 2009-11-07 Update the Togl installer to use modern
binary distributions and (hopefully) work...
302: Mike C. Fletcher 2009-11-07 Add test for gldouble return-arry type
registry
301: Mike C. Fletcher 2009-11-07 Fix formatting in a few modules.
300: Mike C. Fletcher 2009-11-07 Always register *only* instantiated
format handler plugins, never their classes.
299: Mike C. Fletcher 2009-11-07 References for constant were off and
need the accelerated version
298: Mike C. Fletcher 2009-11-07 Make the OpenGL 3.2 entry points
available in OpenGL.GL namespace
297: Mike C. Fletcher 2009-11-07 Regeneration with the fixed generator
to make array types match (mostly boolean a...
296: Mike C. Fletcher 2009-11-07 Missing AMD directory was preventing
getting the post-ATI-era extensions generated
295: Mike C. Fletcher 2009-11-07 Bump version for release this weekend...
294: Mike C. Fletcher 2009-11-07 Make int64 record-types available as
arrays and constants when possible
293: Mike C. Fletcher 2009-11-07 Make generation handle a few more
data-types, reduce logging level so that warnin...
292: Mike C. Fletcher 2009-11-07 SF#2844174 with error-checking enabled,
was passing status value into function (g...
291: Mike C. Fletcher 2009-11-07 SF#2882405 patch from Vickenty Fesunov
to fix glGetActiveUniform
290: Mike C. Fletcher 2009-11-07 Trigger mainloop in the glut init test.
289: Mike C. Fletcher 2009-10-01 Update docs to show proper types for
the shader source strings
288: Mike C. Fletcher 2009-10-01 Add some queries to display context values
--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
|