Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-979

Shiboken: unimplemented c++ array type

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.15.4
    • 5.12.1
    • PySide, Shiboken
    • None
    • Linux/X11
    • 7d602dc46163be603e87b1ef4f8db7b1ab87c1f6 (pyside/pyside-setup/dev) 5422f65496155fcc9056ed4dda2c8493716d5da8 (pyside/pyside-setup/6.0) ecd78360d6c29b46a61ca11e441dd77fa76385e1 (pyside/tqtc-pyside-setup/tqtc/lts-5.15)

    Description

      when executing the example "examples/opengl/hellogl2.py"
      the next warnings are displayed:

      hellogl2.py:393: RuntimeWarning: SbkConverter: Unimplemented C++ array type.
        self.program.setUniformValue(self.lightPosLoc, QVector3D(0, 0, 70))
      hellogl2.py:422: RuntimeWarning: SbkConverter: Unimplemented C++ array type.
        self.program.setUniformValue(self.projMatrixLoc, self.proj)
      hellogl2.py:423: RuntimeWarning: SbkConverter: Unimplemented C++ array type.
        self.program.setUniformValue(self.mvMatrixLoc, self.camera * self.world)
      hellogl2.py:425: RuntimeWarning: SbkConverter: Unimplemented C++ array type.
        self.program.setUniformValue(self.normalMatrixLoc, normalMatrix)
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              kleint Friedemann Kleint
              crmaurei Cristian Maureira-Fredes
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes