pivy
pivy copied to clipboard
python bindings to coin3d
Hi `coin3d/pivy`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
call code:myWindow = SoGui.init(sys.argv[0]),there throw error Traceback (most recent call last): File "D:\Temp\pivy\pivy-master\examples\Mentor\02.1.HelloCone.py", line 63, in main() File "D:\Temp\pivy\pivy-master\examples\Mentor\02.1.HelloCone.py", line 34, in main myWindow = SoGui.init(sys.argv[0]) File "D:\Software\Software_Install\Anaconda3\lib\site-packages\pivy\sogui.py", line 123,...
I'm having an issue while trying to use the method setMatrix of the class SoVMRLTransform. It doesn't require any parameter: ``` n = pivy.coin.SoVRMLTransform() help(n.setMatrix) Help on method setMatrix in...
hello 👋, i've been attempting build pivy from source from the latest git master HEAD and also from the 0.6.7 tarball release on macos catalina but have been running into...
setup.py problems: - qmake lookup broken due to project language NONE https://github.com/coin3d/pivy/blob/5c03e316bc03f01e55e5d422b2ec432a11afffc2/distutils_cmake/CMakeLists.txt#L2 https://gitlab.kitware.com/cmake/cmake/-/issues/23266 CMake problems: - python metadata (egg-info/dist-info) not installed - SWIG minimum version raised to 4.0.0 without justification...
Hi, I've been experimenting with the draggers in FreeCAD and encountered a (possibly) infinite recursion bug when using debugpy with pivy. It seems to be that SWIG attempts to get...
Is there any chance pivy typings could be provided without too much effort? Or maybe such a typing package already exists? E.g. like this ``` class SbVec3f: def __init__(self): ......
`SoCoordinateElement.getInstance(state)` is meant to retrieve the coordinate data from the top of the scenegraph stack. But this doesn't seem to work in an event handler context. I'm trying to do...
David Daish created an issue 2019-03-05 When the build script reached the point where the Swig generated coin_wrap.cpp files are compiled by GCC, the build would fail if it wasn't...
- [ ] 09.1: ``` python 09.1.Print.py 01.1.Windmill.iv test.ps To print the scene: press the 'p' key while in picking mode Traceback (most recent call last): File "09.1.Print.py", line 145,...