Skip to content
Snippets Groups Projects
Commit 2c4470fa authored by Philipp Oeser's avatar Philipp Oeser Committed by Gitea
Browse files
parent db685b15
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ from mathutils import Vector ...@@ -30,6 +30,7 @@ from mathutils import Vector
from bpy.app.translations import pgettext_iface as iface_ from bpy.app.translations import pgettext_iface as iface_
class SegmentEntry(NamedTuple): class SegmentEntry(NamedTuple):
org: str # ORG bone org: str # ORG bone
org_idx: int # Index in the ORG chain org_idx: int # Index in the ORG chain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment