Skip to content

PR: Add Qt 3D bindings#191

Merged
ccordoba12 merged 2 commits intospyder-ide:masterfrom
jschueller:qt3d
Jun 12, 2019
Merged

PR: Add Qt 3D bindings#191
ccordoba12 merged 2 commits intospyder-ide:masterfrom
jschueller:qt3d

Conversation

@jschueller
Copy link
Copy Markdown
Contributor

Closes #172

@jschueller
Copy link
Copy Markdown
Contributor Author

Not everything is installable on CI's, so tests might be skipped.

@ccordoba12 ccordoba12 added this to the v1.8.0 milestone Jun 11, 2019
Copy link
Copy Markdown
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for this @jschueller!

I left a minor comment, otherwise it's pretty good.

Comment thread qtpy/Qt3DAnimation.py
import PySide2.Qt3DAnimation as __temp
import inspect
for __name in inspect.getmembers(__temp.Qt3DAnimation):
globals()[__name[0]] = __name[1]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks very odd, although I understand it's a bug in PySide2. Would you be willing to change it when the bug is fixed upstream?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, of course, I opened the issue so I'll get notified if anything moves upstream.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, that's all I wanted to know. Thanks!

@ccordoba12 ccordoba12 changed the title Add Qt 3D bindings Jun 12, 2019
@ccordoba12 ccordoba12 merged commit e18b2d6 into spyder-ide:master Jun 12, 2019
@ccordoba12
Copy link
Copy Markdown
Member

I just released version 1.8.0 with these changes.

@jschueller jschueller deleted the qt3d branch June 12, 2019 11:30
@jschueller
Copy link
Copy Markdown
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants