Mateusz-Grzelinski
Mateusz-Grzelinski
**Describe the bug** VERSION file in release 1.2.6.7 indicated incorrect version: ``` $ cat phpLDAPadmin-1.2.6.7/VERSION RELEASE-1.2.6.6 ``` Checked for tar and zip files. Please verify if the release ACTUALLy contains...
This PR will allow for update/downgrade of dependencies when needed. - do not use import as a way of checking for version or checking if module can be imported. When...
do not squash merge. Needs to be tested on linux, now I do not have access to linux.
Design is complete. No breaking changes will be introduced in this PR. Remove addon link at the blender exit. This is implemented as new feature with setting [`blender.addon.keepAddonInstalled`](vscode://setting/blender.addon.keepAddonInstalled). # In...
This branch is continuation of #199 but with focus on `Blender: Run Script`. Lets deal with 199 first, here I also made many changes. - Improvements for `Blender: Run Script`:...
This is low effor support for running blender with one button - it was surprisingly easy to support keybindings. This is not ideal, but the goal was to have something...
Only 2.93 and later can run scripts correctly, blender prior to 2.92 Run Script ends with error and debug points in scripts are not hit: ``` rejected promise not handled...
In this PR - add settings `blender.addon.logLevel` and `blender.addon.logLevelGlobal` - disable flask logs unless `blender.addon.logLevelGlobal` is set to debug - add colors - set default levels to - blender.addon.logLevelGlobal =...
``` 0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation. Traceback (most recent call last): File "e:\BlenderProjects\blender_vscode\pythonFiles\launch.py", line 26, in blender_vscode.startup( File "e:\BlenderProjects\blender_vscode\pythonFiles\include\blender_vscode\__init__.py", line 30, in startup...
- [ ] using `blender.addon.moduleName` with extension sometimes fails to create directory and creating link fails - [ ] improve `"blender.addon.moduleName": "auto"` to automatically convert basic invalid python modules names...