Skip to content

Commit 3ae8c1c

Browse files
author
Roberto De Ioris
committed
2 parents 120e16d + 1ad6f81 commit 3ae8c1c

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)