Johannes Schmitz
Johannes Schmitz
Have you considered developing OddLOT separately from the remaining tools? Or maybe at least releasing a standalone version of it? That would be quite useful since otherwise people often have...
One example for this is a default output filename if none is provided.
It took me quite some time to find out how to print the usage information. I believe this one extra piece of code makes it much harder to overlook the...
I recommend you to change the name of the environment variable `$BASENAME` it is too generic. Use something like `$PYLAYERS_SRC` or so. Also it would be better if the SRC...
VS Code has a new option "justMyCode" for the debugger. See https://stackoverflow.com/questions/53594900/visual-studio-code-python-debugging-step-into-the-code-of-external-functions It would be nice if there could be a way of setting this to true for the extension...
If this option is missing it is impossible to debug into Python libraries that the Blender add-on is calling. This should later probably be made configurable in the settings but...
Everytime I launch blender with `command:blender.start` it asks me for the path to the blender executable. How can I make it remember the path? I also would like to use...
I was trying to run the invite_app.py example but it throws an error: ``` $ python3 invite_app.py Traceback (most recent call last): File "invite_app.py", line 5, in from flask_user import...
Are there any testing signals available that I can transmit with a second RF frontend to test the receiver? Or maybe a script to generate such signals? I have a...