Skip to content

Commit 1ad6f81

Browse files
author
Roberto De Ioris
authored
Update FixingMixamoRootMotionWithPython.md
1 parent 9920aac commit 1ad6f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/FixingMixamoRootMotionWithPython.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ bone_map = mesh.skeletal_mesh_get_bone_map()
169169
and to assign a new one:
170170

171171
```python
172-
mesh.skeletal_mesh_get_bone_map([17, 22, 26, 30, ...])
172+
mesh.skeletal_mesh_set_bone_map([17, 22, 26, 30, ...])
173173
```
174174

175175
In the same way you can retrieve soft skin vertices:

0 commit comments

Comments
 (0)