Stephen A. Imhoff
Stephen A. Imhoff
``` (auto-repro-pyenv) root@db20984921aa:/synth_panda_dev# python repro.py Known pipe types: eglGraphicsPipe (all display modules loaded.) :display:gsg:glgsg: gl-debug enabled. Blender 2.93.1 (hash 1b8d33b18c2f built 2021-06-22 23:38:50) Warning: Falling back to the standard locale...
``` (otherpanda) root@f0be80ab67cd:/synth_panda_dev# python ./repro.py Known pipe types: eglGraphicsPipe (all display modules loaded.) :display:gsg:glgsg(debug): GL_VENDOR = NVIDIA Corporation :display:gsg:glgsg(debug): GL_RENDERER = NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 :display:gsg:glgsg(debug): GL_VERSION = 4.6.0...
> You could try again with `basic-shaders-only false` Still generates the message. ``` Known pipe types: eglGraphicsPipe (all display modules loaded.) :display:gsg:glgsg(debug): GL_VENDOR = NVIDIA Corporation :display:gsg:glgsg(debug): GL_RENDERER = NVIDIA...
"sometimes" was in reference to messing with `set_pos()`. Outside of that it was consistent.
That does make some sense. This was never actually blocking for me, since I was already doing that anyways.
And/or it's blender meshes with moved vertices? This is a single cube that has only had two vertices moved. [cube.zip](https://github.com/panda3d/panda3d/files/7989660/cube.zip) Which would mean that for all practical purposes, you wouldn't...
... For that matter, one of the things UnrealEngine does for a similar feature is provide just a single triangle that extends outside the window, mapping the square internal section...
I _was_ just having the handler give me a string, but it looks like Azure closed the loophole - it deserializes any JSON object if Content-Type is set, which means...
....I'm kicking myself, because I just realized this is dependent on the `initialize` method being called, which means the dependency _is_ available.... **after** `handleRequest` is called. So I need to...
I have other stuff I was injecting into my function, what I was using at this layer was the deserialization/error handling. Deserialization, at least, needed to happen at this point,...