faulknermano
faulknermano
I'd like to add that I've had similar problems with ALT+{number}, and it discovered, for example, that Adobe Photoshop was blocking my input to FAR.
Hi @emlcpfx , given some obstacles in building source code in the studio environment, I've resorted to a workaround which seems to robust enough to continue the path. The solution...
Circling back, I guess the docstring of pyfunc `render_all_annotations` in `dump_shots.py` is inaccurate. It says "Render all annotations in the session as a sequence of (unordered) images", when in fact...
Actually, not just non-modal Qt widgets, but I also can't properly use QDialogs either. QPushButton presses crash XS. Take this simple QDialog: ```py class Temp(QtWidgets.QDialog): def __init__(self, parent=None): super(Temp, self).__init__(parent) ...
I've just now discovered something that may circumvent the bug. In `AnimatedSprite2D.gd`, there is this bit: ``` for ndx in range(0, 12): var res_file = res_file_format % str(ndx).lpad(3, "0") var...
@TokageItLab, thanks for the input, makes sense. However, the [4.x docs have not been updated](https://docs.godotengine.org/en/stable/classes/class_spriteframes.html#class-spriteframes-method-add-frame) to reflect this. From this change, it likely means that we can no longer insert...
Merely out curiosity, why was the new arg inserted midpoint rather than at the end? When I saw the 4 args, I initially thought that `at_position` was a naturally to...
> I have noticed that I have not ever experienced this missing member/method problem when working in the same file where it's defined, only when referring to another class (whether...
Another observation: - Let's say I have 2 scripts that serve as statics: `StaticsConvo.gd` and `Constants.gd` - If I add a member *or* method in `Constants.gd` the Godot lang server...
Hi @alatdneg , no it doesn't actually play. This is the otio file. ``` { "OTIO_SCHEMA": "Timeline.1", "metadata": {}, "name": "SQ1100", "global_start_time": { "OTIO_SCHEMA": "RationalTime.1", "rate": 24.0, "value": 0.0 },...