Skip to content

Commit 3a3904e

Browse files
committed
Clean up project and upgrade to latest Docusaurus.
1 parent cdbd97c commit 3a3904e

File tree

171 files changed

+190
-10392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+190
-10392
lines changed

docs/webaverse/index.md

-6
This file was deleted.

website/docs/art/_category_.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Art"
3+
}

docs/art/character-workflow.md website/docs/art/character-workflow.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -388,19 +388,19 @@ This part of the tutorial assumes you already have an avatar / know how to make
388388

389389
:::
390390

391-
| ![](../../website/static/img/bldr_vrm_export4.png) |
391+
| ![](/img/bldr_vrm_export4.png) |
392392
| :-- |
393393
| <b>The addon comes with a default humanoid rig that may help speed up the process of avatar creation. This is not super important, but it is nice to know that it exists.</b> |
394394

395-
| ![](../../website/static/img/bldr_vrm_export7.png) |
395+
| ![](/img/bldr_vrm_export7.png) |
396396
| :-- |
397397
| <b>To access the VRM properties you can select the rig then go into the object properties tab.</b> |
398398

399399
Lets now go over each option and what to do with each one.
400400

401401
#### VRM Meta
402402

403-
![](../../website/static/img/bldr_vrm_export5.png)
403+
![](/img/bldr_vrm_export5.png)
404404

405405
| Section Title | Description |
406406
| :-- | :-- |
@@ -417,37 +417,37 @@ Lets now go over each option and what to do with each one.
417417

418418
#### VRM Humanoid
419419

420-
![](../../website/static/img/bldr_vrm_export9.png)
420+
![](/img/bldr_vrm_export9.png)
421421

422422
In the VRM 0.x Humanoid section you will define what bones should be what parts of the humanoid rig. The head should be the head, the right arm should be the right arm… etc.
423423

424424
If you don't already have your model in a T-pose, you will need to either set them in a t-pose as the rest pose. Or create a pose in your pose library to be used as the T-pose. If you have that, this is where you would specify that.
425425

426-
![](../../website/static/img/bldr_vrm_export2.png)
426+
![](/img/bldr_vrm_export2.png)
427427

428428
VRM has two sets of bones, Required Bones, and Optional Bones. As the names suggest, You need to have all of the required bones in order for your model to work. And the optional bones are bones you can have or not have based on the design of your model.
429429

430-
![](../../website/static/img/bldr_vrm_export12.png)
430+
![](/img/bldr_vrm_export12.png)
431431

432432
After all of the bones are the arm and leg adjustments. These are usually ok to be left as their default values.
433433

434434
---
435435

436436
#### VRM Blend Shape Proxy
437437

438-
![](../../website/static/img/bldr_vrm_export13.png)
438+
![](/img/bldr_vrm_export13.png)
439439

440440
Next up is the VRM Blend Shape Proxys. All blendshapes are optional and do not effect the functionality of the model, but do add the fun facial expressions and lip syncing. If you have facial emotions and visiems(mouth shapes that represent different sounds like “ah” “oh” “ch”.) set up on your model, This is where you assign them.
441441

442442
Expand the blend shape, then expand the Binds, then click on +Add Blend Shape Bind.
443443

444-
![](../../website/static/img/bldr_vrm_export8.png)
444+
![](/img/bldr_vrm_export8.png)
445445

446446
Here you can select the mesh you want, then the shape key associated with the blendshape. After that make sure you set the Weight of the shape key to 1 (or whatever is appropriate for your model) otherwise the shape key will not activate even after being assigned.
447447

448448
Repeat this for every blendshape in this list if you want your avatar to have the full range of facial expressions. Webaverse, on the other hand, only requires the following blendshapes.
449449

450-
![](../../website/static/img/bldr_vrm_export11.png)
450+
![](/img/bldr_vrm_export11.png)
451451

452452
The ones crossed out in red are not required for Webaverse.
453453

@@ -457,11 +457,11 @@ The ones crossed out in red are not required for Webaverse.
457457

458458
This part is an optional part, If your character does not have eyes, or if they do have eyes and you don't care that they soullessly stair straight forward all the time. Then don't worry about it. But If you would like your character to have lively eyes that can observe the world around them. Then its worth it to figure out proper values.
459459

460-
![](../../website/static/img/bldr_vrm_export10.png)
460+
![](/img/bldr_vrm_export10.png)
461461

462462
The First person bone offset values should be the point between your character's eyes. The default values are enough for Webaverse.
463463

464-
![](../../website/static/img/bldr_vrm_export1.png)
464+
![](/img/bldr_vrm_export1.png)
465465

466466
These boxes define the curve and range of the eye movements. This is entirely dependent on your specific character's eyes and how they are set up.
467467

@@ -471,7 +471,7 @@ Editors note: “This is hard to visualize due to it being pure numbers. I would
471471

472472
#### VRM Spring Bone
473473

474-
![](../../website/static/img/bldr_vrm_export3.png)
474+
![](/img/bldr_vrm_export3.png)
475475

476476
If you have spring bones and colliders. This is where you assign those.
477477

@@ -481,7 +481,7 @@ If you have spring bones and colliders. This is where you assign those.
481481

482482
So after everything is nice and set up nicely how you want it. Go ahead and navigate over to File - Export - VRM. Then simply select the location you would like to save it to. And presto! You have successfully used Blender to export your model as a VRM.
483483

484-
![](../../website/static/img/bldr_vrm_export6.png)
484+
![](/img/bldr_vrm_export6.png)
485485

486486
---
487487

@@ -978,19 +978,19 @@ This is good for rebounding physics bones - for example a skirt should not clip
978978

979979
### Exporting
980980

981-
| ![](../../website/static/img/vrm-export3.png) |
981+
| ![](/img/vrm-export3.png) |
982982
| :--: |
983983
| <b>An example of what a finished model might look like while play mode is active in Unity</b> |
984984

985985
If you miss anything or don't set up your avatar correctly don’t fret, you can do your final export multiple times for different versions as long as you still have your Unity project.
986986

987-
![](../../website/static/img/vrm-export2.png)
987+
![](/img/vrm-export2.png)
988988

989989
Select your properly set up model and click on the “Export to VRM” option from the VRM0 tab. The VRM Exporter window should open and have your models information populated. If not, select the proper ExportRoot object.
990990

991991
Now is the time to double check and fill out any boxes you might have missed. Title, Version, and Author are not optional. It's also recommended to assign a screenshot as well. You can take one using the in-scene camera, or use your own image.
992992

993-
| ![](../../website/static/img/vrm-export1.png) |
993+
| ![](/img/vrm-export1.png) |
994994
| :--: |
995995
| <b>Highly recommended settings are in red, optional settings are in blue.</b> |
996996

@@ -1000,7 +1000,7 @@ Before you click Export, go to the ExportSettings tab in the VRM Exporter window
10001000

10011001
At this time you are ready to Export your model!
10021002

1003-
![](../../website/static/img/vrm-export4.png)
1003+
![](/img/vrm-export4.png)
10041004

10051005
Navigate to a location outside of Unity, and save your VRM to a more permanent location on your computer.
10061006

0 commit comments

Comments
 (0)