File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,16 +128,16 @@ code .
128
128
129
129
For example, when using [ ` resolve_robotics_uri_py ` ] ( https://github.com/ami-iit/resolve-robotics-uri-py ) an error like the following one appears:
130
130
131
- #### Crush when running the script
132
-
133
- If Blender crashes when running the script from ` Visual Studio Code ` , try to run the script from the ` Scripting ` tab of Blender.
134
-
135
131
```
136
132
FileNotFoundError: resolve-robotics-uri-py: No file corresponding to uri "package://iCub/robots/iCubGazeboV2_7/model.urdf" found
137
133
```
138
134
139
135
This is due to the fact that environmental variables are not sourced. Activating the conda environment before opening ` vscode ` solves this issue!
140
136
137
+ #### Crush when running the script
138
+
139
+ If Blender crashes when running the script from ` Visual Studio Code ` , try to run the script from the ` Scripting ` tab of Blender.
140
+
141
141
## 🦸♂️ Contributing
142
142
143
143
` blend-my-bot ` is an open-source project. Contributions are very welcome!
You can’t perform that action at this time.
0 commit comments