-
When I run the command
"/Applications/Blender.app/Contents/Resources/3.5/python/bin/python3.10 -m pip install mediapipe-silicon==0.8.11 --target /Applications/Blender.app/Contents/Resources/3.5/pyt…
-
Hi and thanks for this repo!
On 2.92.0 I am getting this error when importing my .zip.
```
Warning: No mesh data to join
Python: Traceback (most recent call last):
File "/sh3d_xml_to_blender_…
-
I have a fairly simple PBR material generated depending on a slope.
Without this material everything exports fine.
![image](https://user-images.githubusercontent.com/68532183/231180494-0facd66c-2…
-
```
adw_export.py uses the old interface "faces".
Should be "tessfaces" now.
http://www.blender.org/documentation/blender_python_api_2_62_2/info_gotcha.html#
ngons-and-tessellation-faces
@awd_expo…
-
Not sure if this is the right place to create this issue, so please do close it if it's not appropriate.
```
Blender could not be found.
Make sure that Blender is installed and the .blend file has Bl…
esijg updated
9 years ago
-
Thank you very much for creating this addon. I wanted to try it out, to see if I could use it on an upcoming project. Installation works fine, but when I hit the "Render Region" button, I get the foll…
-
I was fixing #2742 by changing element representation context from `Plan/Annotation/PLAN_VIEW` to `Plan/Body/PLAN_VIEW` and noticed some error - when I defined `Plan/Body/PLAN_VIEW` first and `Model/B…
-
## glb_io.py
Blender script that sanitizes a glb model, it's got some hardcoded names in there like BBody and Armature, but people can change that if they wish. Here's a before and after processing…
-
I try to use [blender addon](https://github.com/NSACloud/Blender-RE-Mesh-Noesis-Wrapper) which use this plugin.
The addon generate commands like following.
```
D:\Game\MonsterHunterRise_Mod\Tool\…
-
Hi there!
I just built Blender as a python module, and I'd really love to get autocomplete going. I've tested SublimeCodeIntel with python standard packages and it works fine, but I run into problems…