Skip to content

Commit

Permalink
chore: use_deform
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Nov 4, 2024
1 parent ceb4fc5 commit fe4be56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions typings/bpy-stubs/types/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@ class Bone(bpy_struct, __CustomProperty):
# ドキュメントには3要素のfloat配列と書いてあるが、実際にはVector
tail_local: Vector

def use_connect(self) -> bool: ...

use_deform: bool

# ドキュメントには二次元のfloat配列と書いてあるが、実際にはMatrix
matrix_local: Matrix

Expand Down Expand Up @@ -394,6 +398,7 @@ class EditBone(bpy_struct):
roll: float
use_local_location: bool
use_connect: bool
use_deform: bool
head_radius: float
tail_radius: float
envelope_distance: float
Expand Down

0 comments on commit fe4be56

Please sign in to comment.