Rob Baer
Rob Baer
Explanation of "right click zoom" problem If you left click on the hand and right-click drag to zoom in, the hand should be centered during zoom/ If you left click...
The pointing behavior woked after Aranuvir's commmit to Update 7_scipting.py on 6/25/2022 but broke with the commit of kshepherd2013 pull request on 6/25/2022 where QGLWidget went to QOpenGLWidget **still works**...
As Keith pointed out it seems QGLWidget is depricated as of QT5.4 and QOpenGLWidget is its successor. They are billed as being semi swapable replacements, but there are some fine...
Interestingly, there is an interaction between the loss of this behavior and the "shadow" behavior after render. If I start (from source) the human shows and can be seen in...
My guess is that this is one we missed when we went from python 2 ot python 3: File "/home/mneilly/OSS/makehuman/makehuman/plugins/4_rendering_opengl/mh2opengl.py", line 111, in Render img = img.resized(width/2, height/2, filter=image.FILTER_BILINEAR) This...
FWIW, Windows supports the forward slash just fine. It is preferrable to use the forward slash for paths in a cross-platform context to avoid having to include unnecessary escape characters.
I don't know if this is helpful or even responsive to OPs issue. Having tried to help Joel support code pages during the python 3 transition, I think we learned...
Just to clarify, when I said "justification" I WAS intending to use label_text_x and label_test_y to position the labels, but text position is specified for the CENTER of the label...
I think I still have failed to express this clearly with my changed title. What I hope to be able to specify is to get right or left justification of...
Great. I was worried I had not communicated well and wanted to make sure I had done so before closing this. I don't know how you like to handle issues,...