RealTachyon
RealTachyon
Type: Bug # Behaviour When moving a folder within a python workspace to another location, all the modules that reference relative imports to another location outside the folder are not...
Type: Bug This is a hard error to describe, and I have found no way to reliably replicate it. But it does show up in most of my own code...
### Description When trying to open a new Blender file, from within a running Blender instance, Blender crashes. ### How to reproduce the error 1. Write a new .py file...
# Description When running the `bpy.ops.object.mode_set` command in quick succession from the vscode extension, Blender crashes. # Log Stack ``` [INFO] (2025/06/07 12:44:08) mesh-fairing-master._internal._log():L97 - 127.0.0.1 - - [07/Jun/2025 12:44:08]...
This isn't a bug, but rather a question for how to properly use this extension. I'm planning to write an addon that makes use of third party python libraries, as...