-
Hi. There is a conflict with the Studio Library plugin. I am observing this problem in maya 2025.2
Before I open dwpicker, the Studio Library plugin is working correctly. I can use the cursor to se…
-
Hello,
found https://github.com/mveinot/QtCBM/issues/5 and successfully build qtsingleapplication and diskimage.
Hitting the following error on Debian 12.7 though:
# qmake -makefile QtCBM.pro…
-
I am not able to get the latest pyncview-git (https://github.com/BoldingBruggeman/pyncview) work together with the latest GOTM/code/gui (https://github.com/gotm-model/code)
For example:
python m…
-
Hey can we add a folder dialog? This is fundamental on Windows, where the AnyFile filter only allows file picking, differently from macos where you can pick directories as well.
Code:
```python
…
-
Dear I would like to visualize a point cloud in a pyside6 widget (QT base) and I have created the code below:
```
import numpy as np
from vispy import app, scene
from vispy.scene import visuals
f…
-
Use QML instead of QtWidgets
-
Trying to load this in Katana 3.1v5 getting this errors when I open the node's parameters.
[ERROR python.PyUtil.SuperToolPlugins]: Error getting editor widget class for "MaterialXAssign" Super Too…
-
Hello,
when I launch the "Change Parameters" command I get the following error:
17:23:56 Traceback (most recent call last):
File "C:\Users\giuli\AppData\Roaming\FreeCAD\Mod\fasteners\.\FSChang…
-
Have ran into an issue where I'm not getting expected imports from the expected module.
```python
import qtpy
if qtpy.API_NAME in ("PyQt5", "PySide2"):
from qtpy.QtWidgets import QUndoStack
e…
-
In ui_mainwindow.h #include I am getting error 'QtWidgets/QAction' file not found, how to resolve this?
and in
mainwindow.cpp, Player->setVolume(ui->horizontalSlider_Volume->value()); 'no member …