I AM NOW BETA TESTING!
for those who want to try it out, you can download a zip of my folder here:
https://copy.com/3Zg7S8HwFyVaXstm
Please understand, this is my active collaborative repository, which is updated as I edit the src.
alot of included scripts here don't work properly if at all and won't be in the release.
the official release will be hosted on GitHub
EDIT:
just to notify, I know about the GL error on some model imports:
this will eventually be found, I'm not sure what causes this, so please don't report these cases
for those who want to try it out, you can download a zip of my folder here:
https://copy.com/3Zg7S8HwFyVaXstm
Please understand, this is my active collaborative repository, which is updated as I edit the src.
alot of included scripts here don't work properly if at all and won't be in the release.
the official release will be hosted on GitHub
EDIT:
just to notify, I know about the GL error on some model imports:
Code:
importing TyPichu.dat 100%
Converting from import format...
Verifying data...
Finalizing...
Updating Viewer
Traceback (most recent call last):
File "Z:\home\tcll\sync\copy\UMC_v3.0a\API.py", line 40, in run
VIEWER.Init()
File "Z:\home\tcll\sync\copy\UMC_v3.0a\data\VIEWER.py", line 1039, in Init
else: __Draw_Scene() #no 3D display
File "Z:\home\tcll\sync\copy\UMC_v3.0a\data\VIEWER.py", line 565, in __Draw_Scene
__GL.glCallList(__MODEL_DATA)
File "Z:\home\tcll\sync\copy\UMC_v3.0a\data\Python\x86\lib\site-packages\OpenGL\error.py", line 208, in glCheckError
baseOperation = baseOperation,
GLError: GLError(
err = 1281,
description = 'invalid value',
baseOperation = glCallList,
cArguments = (270L,)
)