Skip to content

Commit

Permalink
Update: Add the note for PyCharm to avoid the file size limitation of…
Browse files Browse the repository at this point in the history
… IntelliSense (nutti#91)
  • Loading branch information
nutti committed Aug 5, 2021
1 parent e5535d0 commit 2ed1323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ If you install fake-bpy-module for Blender 2.8, run below command.
pip install fake-bpy-module-2.80
```

*Note: For PyCharm users, change the value `idea.max.intellisense.filesize` in `idea.properties` file to more than 2600 because some modules have the issue of being too big for intelliSense to work.*

#### Supported Blender Version

Expand Down
2 changes: 2 additions & 0 deletions docs/setup_pycharm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![Code Completion (PyCharm)](images/code_completion_pycharm.png)

*Note: For PyCharm users, change the value `idea.max.intellisense.filesize` in `idea.properties` file to more than 2600 because some modules have the issue of being too big for intelliSense to work.*


#### 1. Check the generated modules location

Expand Down

0 comments on commit 2ed1323

Please sign in to comment.