Skip to content

Commit

Permalink
turn off bone trails panel for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Nov 8, 2023
1 parent bbe6b68 commit f2394dc
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@
'target': 'right_index',
'track_axis': 'TRACK_Y'},
{'type': 'LOCKED_TRACK',
'target': 'right_index',
'target': 'right_hand_thumb_cmc',
'track_axis': 'TRACK_Z',

'lock_axis': 'LOCK_Y',
'influence': 1.0},
{'type': 'LIMIT_ROTATION',
Expand All @@ -162,9 +161,8 @@
'target': 'left_index',
'track_axis': 'TRACK_Y'},
{'type': 'LOCKED_TRACK',
'target': 'left_index',
'target': 'left_hand_thumb_cmc',
'track_axis': 'TRACK_Z',

'lock_axis': 'LOCK_Y',
'influence': 1.0},
{'type': 'LIMIT_ROTATION',
Expand Down

0 comments on commit f2394dc

Please sign in to comment.