We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firstly, I don't really understand the functionality here, I just discovered this segfault while trying to figure it out.
Calling SoPerspectiveCamera.getMatrix(action=None) will cause a SegFault, from what appears to be an invalid pointer.
SoPerspectiveCamera.getMatrix(action=None)
Minimal example....
import sys from pivy.coin import * from pivy.sogui import * myWindow = SoGui.init(sys.argv[0]) root = SoSeparator() myCamera = SoPerspectiveCamera() myCamera.getMatrix(action=None)
This was tested against a local build of 0.6.8. Hopefully this is helpful to implement some checking to prevent similar issues going forward.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly, I don't really understand the functionality here, I just discovered this segfault while trying to figure it out.
Calling
SoPerspectiveCamera.getMatrix(action=None)
will cause a SegFault, from what appears to be an invalid pointer.Minimal example....
This was tested against a local build of 0.6.8. Hopefully this is helpful to implement some checking to prevent similar issues going forward.
The text was updated successfully, but these errors were encountered: