matheus2740
matheus2740
Hello! I have been experimenting with your plugin to create a huge world for my game. We are currently creating the world in World Machine and exporting .exr (tho, I...
using e.g. `@rpcremote` does not work properly (method does not get registered). I think you forgot to `return decorated` in : ```python def __call__(self, decorated): if isinstance(decorated, ExportedField): decorated.rpc =...
https://gist.github.com/matheus2740/cc03742d3f71625c62ef554f50768bf1
``` Traceback (most recent call last): File "build/osx-64/pythonscript/_godot_instance.pxi", line 98, in _godot.pythonscript_instance_call_method File "/Volumes/OSX_BAK_S/salvia/gdproj/fork/godot-python/tests/repl/addons/pythonscript_repl/PythonREPL.py", line 22, in execute cmd = ">>> " + string TypeError: Argument 'self' has incorrect type...
Hi, I'm creating an application and didn't found a way to set the target bitrate on video streams. Seems like `b=AS:` is not supported (setting it had not effect). As...
### What should the feature do? While using the helm chart to deploy a cluster, it is currently impossible to use a separate volume for the commitlog, which is a...