Skip to content

Commit 05b4ccf

Browse files
author
Roberto De Ioris
authored
Update FixingMixamoRootMotionWithPython.md
1 parent a81848f commit 05b4ccf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tutorials/FixingMixamoRootMotionWithPython.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Fixing it is a pretty heavy (and manual) task: you need to add a new bone to the
66

77
The following tutorial shows how you can accomplish the same task with a simple python script.
88

9-
# Steps
9+
## Steps
1010

1111
Once our mixamo assets are imported we need to do the following steps:
1212

@@ -18,14 +18,14 @@ Once our mixamo assets are imported we need to do the following steps:
1818

1919
To avoid damages, we will generate a copy of each asset, so you will be able to always use the original assets.
2020

21-
# Step 1: importing mixamo animations
21+
## Step 1: importing mixamo animations
2222

23-
# Step 2: generating a new skeleton
23+
## Step 2: generating a new skeleton
2424

25-
# Step 3: fixing skeletal mesh bone influences
25+
## Step 3: fixing skeletal mesh bone influences
2626

27-
# Step 4: splitting 'Hips' track in animation
27+
## Step 4: splitting 'Hips' track in animation
2828

29-
# Adding a context menu
29+
## Adding a context menu
3030

31-
# Final Notes
31+
## Final Notes

0 commit comments

Comments
 (0)