9ec186b1cf
- made remove doubles a blender modal. this way the code can run over multiple frames. - Since remove doubles is async now, the user gets feedback on which shapekey and mesh is being worked on - this does not remove doubles correctly yet, but is very close to ready
11 lines
494 B
JSON
11 lines
494 B
JSON
{
|
|
"python.analysis.extraPaths": [
|
|
"D:\\SteamLibrary\\steamapps\\common\\Blender\\4.0\\scripts\\addons",
|
|
"C:\\Users\\Onan\\AppData\\Roaming\\Blender Foundation\\Blender\\4.0\\scripts\\addons",//C:/Users/Onan/AppData/Roaming/Blender Foundation/Blender/4.0/scripts/addons
|
|
"D:\\blender stuff\\blendercodestuff\\4.0"
|
|
],
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportInvalidTypeForm": "none"
|
|
},
|
|
"python.REPL.enableREPLSmartSend": false,
|
|
} |