Jonatan Nevo
Jonatan Nevo
I found a python library that handles rendering of 3D objects and scenes, [open3d](https://pypi.org/project/open3d/) The issue is that it does not support python 3.12 yet @CyanVoxel what python version is...
I have been looking into rendering it myself using OpenGL support in QT like this [repo](https://github.com/alonrubintec/3DViewer) but that requires the usage of `QWindow` instead of `QWidget` for the `PreviewPanel` I...
I'll take a stab at it, Using OpenGL with QT can allow advanced stuff such as interactive preview (rotating the model and such) which, from what I saw, will be...
Thanks @rfletchr. I'm planning on working on it on the weekend when ill have some time. There are two things I want to tackle here. One is to generate the...
@rfletchr life happened and it seems like I won't have time to work on this in the foreseeable future Feel free to take over, I'll try to help if I...
Then hopefully someone else picks this up, or I will in a few months when I'll have the time :)
Nice! I'll try taking a look at it later today
@CyanVoxel is there some persistent cache system? It take quite a while to render all the images, especially because open3d does not really like multithreading so I need to render...
I made a quick and dirty poc, the angle is way off and it takes a lot of time to render but you can see the WIP pr here: https://github.com/TagStudioDev/TagStudio/pull/693
> I'm afraid that this appears to almost instantly segfault for me, so I'm unable to test or help out with this implementation as it is... The new `core` imports...