Skip to content

OpenGL.error.GLError #15

@huangzijian1998

Description

@huangzijian1998

First, I encountered the bug 'ImportError: cannot import name 'ModelOutput''. Then, I modified the code from 'from smplx.body_models import ModelOutput' to 'from smplx.body_models import SMPLOutput' in smpl.py. Finally, I encountered the bug
OpenGL.error.GLError: GLError(
err = 1282,
description = b'invalid operation',
baseOperation = glGetUniformLocation,
cArguments = (3, b'ModelMat\x00'),
result = -1
)
and I don't know how to solve it. Could you please help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions