nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.37k stars 97 forks source link

VSCode still considers "bmesh" is "Unknown word". #136

Closed g2mXagent closed 1 year ago

g2mXagent commented 1 year ago

System Information

Description about the bug

Code from the Blender API Bmesh example: https://docs.blender.org/api/current/bmesh.ops.html

It can be seen that in my code, bmesh, mathutils, verts are all marked as Unknown word. Why?

Screenshots/Files [Optional]

Code_krBNufkJuR

cmbasnett commented 1 year ago

There is nothing that can be done by this module to fix your issue. It is an IDE configuration issue.

g2mXagent commented 1 year ago

There is nothing that can be done by this module to fix your issue. It is an IDE configuration issue.

I figured it out.