brignet
brignet copied to clipboard
Automatic rigging using neural network from RigNet
Been trying to install the modules needed to use this addon for Blender 4.0+ and Nvidia RTX 4090, but it seems Blender now uses Python 3.10+, and CUDA 11.8 is...
The version 3.1 release patch notes for Blender show the internal distribution of Python has been bumped up to 3.10: https://wiki.blender.org/wiki/Reference/Release_Notes/3.1/Python_API#Python_3.10 This causes problems for resolving dependencies upon installation through...
Thank you very much for your project. I have already run through quick_start.py in the Rignet project When I tried to use it in Blender, clicking on the Preidct rig...
hello i have tried enabling the addon but it gives this error: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 369, in enable mod.register() File "C:\Users\Name\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\brignet\__init__.py",...
Python: Traceback (most recent call last): File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\brignet-main\brignet.py", line 220, in invoke from . import rignetconnect File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\brignet-main\rignetconnect.py", line 10, in from .RigNet.utils.rig_parser import Info ModuleNotFoundError: No module...
I am having trouble with the brignet add-on for Blender. The error message suggests that the PointConv class is not found in the torch_geometric.nn module. it’s possible that the brignet...
👋Lots of people use standardized rigs that they reuse for several models, in such cases, the only work done on a per-character basis is the bone weighting process which can...
How about using Google colab to rig the model? like this https://www.bilibili.com/video/BV13h411v7px
I think I have managed to install brignet correctly as I no longer get an error and the plugin shows up correctly in the viewport. However, when I click "Predict...
Traceback (most recent call last): File "C:\Program Files\blender-2.91.2-windows64\2.91\scripts\modules\addon_utils.py", line 351, in enable mod = __import__(module_name) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\brignet-main\__init__.py", line 32, in from . import brignet, preferences, loadskeleton File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\brignet-main\brignet.py",...