3D view, despite many attempts at circumventing the problem, is still unstable. #25

Open
opened 2023-04-13 04:08:25 +01:00 by SuzanneSoy · 0 comments
SuzanneSoy commented 2023-04-13 04:08:25 +01:00 (Migrated from github.com)

Proper fix would likely require the ability to create a 3D viewer from Python without creating a tab at the same time. Most of the hoops I've jumped through are to attempt to prevent the tab from being garbage-collected, which crashes the viewer.

https://freecad-python-stubs.readthedocs.io/en/latest/autoapi/FreeCADGui/#FreeCADGui.createViewer is the only function that opens a viewer, and does so as a tab containing one or two viewers.

Additionally, while someone's exposing this in the FreeCAD API, it would be nice to have access to some of the QuarterWidget API, at least enough to save a screenshot/PNG render of a 3D view (preferably without having to make it visible on-screen) would be a good start, as currently the 3D view is an (ironically) opaque object.

If we could have access to the full customized-by-freecad QuarterWidget library's Python bindings, that would be wonderful.

To quote a comment in the source code of this addon:

FreeCAD uses a modified version of QuarterWidget, so the import pivy.quarter one will cause segfaults.
FreeCAD's FreeCADGui.createViewer() puts the viewer widget inside an MDI window, and detaching it without causing segfaults on exit is tricky.

Proper fix would likely require the ability to create a 3D viewer from Python without creating a tab at the same time. Most of the hoops I've jumped through are to attempt to prevent the tab from being garbage-collected, which crashes the viewer. https://freecad-python-stubs.readthedocs.io/en/latest/autoapi/FreeCADGui/#FreeCADGui.createViewer is the only function that opens a viewer, and does so as a tab containing one or two viewers. Additionally, while someone's exposing this in the FreeCAD API, it would be nice to have access to *some* of the QuarterWidget API, at least enough to save a screenshot/PNG render of a 3D view (preferably without having to make it visible on-screen) would be a good start, as currently the 3D view is an (ironically) opaque object. If we could have access to the full customized-by-freecad QuarterWidget library's Python bindings, that would be wonderful. To quote a comment in the source code of this addon: > FreeCAD uses a modified version of QuarterWidget, so the `import pivy.quarter` one will cause segfaults. > FreeCAD's FreeCADGui.createViewer() puts the viewer widget inside an MDI window, and detaching it without causing segfaults on exit is tricky.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/SearchBar#25
No description provided.