0% found this document useful (0 votes)
1 views1 page

Skinning Rigging Setup Guide

The document provides a setup guide for a hands-on session on Skinning/Rigging scheduled for June 11, 2026. It includes instructions for creating a Conda environment, installing required libraries, and verifying installations. Additionally, it lists resources for downloading related materials from specified URLs.

Uploaded by

aarkaduttaa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views1 page

Skinning Rigging Setup Guide

The document provides a setup guide for a hands-on session on Skinning/Rigging scheduled for June 11, 2026. It includes instructions for creating a Conda environment, installing required libraries, and verifying installations. Additionally, it lists resources for downloading related materials from specified URLs.

Uploaded by

aarkaduttaa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Hands-on session Skinning/Rigging

June 11, 2026

Setup Guide

●​ Create a Conda Environment:​



conda create -n rig python=3.10 -y
conda activate rig

●​ Install Required Libraries:

pip install trimesh matplotlib open3d plotly pyvtk


​ pip install libigl
​ pip install torch
pip install smplx[all]

●​ Verify Installations:

import trimesh
import matplotlib
import open3d
import plotly
import pyvtk
from mpl_toolkits.mplot3d import Axes3D

import igl
import torch
​ import smpl smplx

Download resources

●​ [Link]
●​ [Link]

You might also like