fake-bpy-module 20250904__py3-none-any.whl → 20250905__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

bpy/types/__init__.pyi CHANGED
@@ -2378,11 +2378,13 @@
2378
2378
  * StripModifier.name
2379
2379
  * StripModifier.type
2380
2380
  * StripModifier.mute
2381
+ * StripModifier.enable
2381
2382
  * StripModifier.show_expanded
2382
2383
  * StripModifier.input_mask_type
2383
2384
  * StripModifier.mask_time
2384
2385
  * StripModifier.input_mask_strip
2385
2386
  * StripModifier.input_mask_id
2387
+ * StripModifier.is_active
2386
2388
 
2387
2389
  :columns: 2
2388
2390
 
@@ -28704,11 +28706,13 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
28704
28706
  * StripModifier.name
28705
28707
  * StripModifier.type
28706
28708
  * StripModifier.mute
28709
+ * StripModifier.enable
28707
28710
  * StripModifier.show_expanded
28708
28711
  * StripModifier.input_mask_type
28709
28712
  * StripModifier.mask_time
28710
28713
  * StripModifier.input_mask_strip
28711
28714
  * StripModifier.input_mask_id
28715
+ * StripModifier.is_active
28712
28716
 
28713
28717
  :columns: 2
28714
28718
 
@@ -34864,11 +34868,13 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
34864
34868
  * StripModifier.name
34865
34869
  * StripModifier.type
34866
34870
  * StripModifier.mute
34871
+ * StripModifier.enable
34867
34872
  * StripModifier.show_expanded
34868
34873
  * StripModifier.input_mask_type
34869
34874
  * StripModifier.mask_time
34870
34875
  * StripModifier.input_mask_strip
34871
34876
  * StripModifier.input_mask_id
34877
+ * StripModifier.is_active
34872
34878
 
34873
34879
  :columns: 2
34874
34880
 
@@ -40645,11 +40651,13 @@ of the scene and only show nodes of the renderer they are designed for.
40645
40651
  * StripModifier.name
40646
40652
  * StripModifier.type
40647
40653
  * StripModifier.mute
40654
+ * StripModifier.enable
40648
40655
  * StripModifier.show_expanded
40649
40656
  * StripModifier.input_mask_type
40650
40657
  * StripModifier.mask_time
40651
40658
  * StripModifier.input_mask_strip
40652
40659
  * StripModifier.input_mask_id
40660
+ * StripModifier.is_active
40653
40661
 
40654
40662
  :columns: 2
40655
40663
 
@@ -68044,11 +68052,13 @@ example of how to create/use filtering/reordering callbacks.
68044
68052
  * StripModifier.name
68045
68053
  * StripModifier.type
68046
68054
  * StripModifier.mute
68055
+ * StripModifier.enable
68047
68056
  * StripModifier.show_expanded
68048
68057
  * StripModifier.input_mask_type
68049
68058
  * StripModifier.mask_time
68050
68059
  * StripModifier.input_mask_strip
68051
68060
  * StripModifier.input_mask_id
68061
+ * StripModifier.is_active
68052
68062
 
68053
68063
  :columns: 2
68054
68064
 
@@ -75261,6 +75271,7 @@ example of how to create/use filtering/reordering callbacks.
75261
75271
  --------------------
75262
75272
 
75263
75273
  * Strip.modifiers
75274
+ * StripModifiers.active
75264
75275
  * StripModifiers.new
75265
75276
  * StripModifiers.remove
75266
75277
 
@@ -91580,11 +91591,13 @@ Operator.draw method for layout and display.
91580
91591
  * StripModifier.name
91581
91592
  * StripModifier.type
91582
91593
  * StripModifier.mute
91594
+ * StripModifier.enable
91583
91595
  * StripModifier.show_expanded
91584
91596
  * StripModifier.input_mask_type
91585
91597
  * StripModifier.mask_time
91586
91598
  * StripModifier.input_mask_strip
91587
91599
  * StripModifier.input_mask_id
91600
+ * StripModifier.is_active
91588
91601
 
91589
91602
  :columns: 2
91590
91603
 
@@ -108374,11 +108387,13 @@ database.
108374
108387
  * StripModifier.name
108375
108388
  * StripModifier.type
108376
108389
  * StripModifier.mute
108390
+ * StripModifier.enable
108377
108391
  * StripModifier.show_expanded
108378
108392
  * StripModifier.input_mask_type
108379
108393
  * StripModifier.mask_time
108380
108394
  * StripModifier.input_mask_strip
108381
108395
  * StripModifier.input_mask_id
108396
+ * StripModifier.is_active
108382
108397
 
108383
108398
  :columns: 2
108384
108399
 
@@ -112957,7 +112972,7 @@ class ArmatureBones(bpy_prop_collection[Bone], bpy_struct):
112957
112972
  """Collection of armature bones"""
112958
112973
 
112959
112974
  active: Bone | None
112960
- """ Armatures active bone
112975
+ """ Armature's active bone
112961
112976
 
112962
112977
  :type: Bone | None
112963
112978
  """
@@ -116528,25 +116543,25 @@ class BoneCollections(bpy_prop_collection[BoneCollection], bpy_struct):
116528
116543
  """The Bone Collections of this Armature"""
116529
116544
 
116530
116545
  active: BoneCollection | None
116531
- """ Armatures active bone collection
116546
+ """ Armature's active bone collection
116532
116547
 
116533
116548
  :type: BoneCollection | None
116534
116549
  """
116535
116550
 
116536
116551
  active_index: int | None
116537
- """ The index of the Armatures active bone collection; -1 when there is no active collection. Note that this is indexing the underlying array of bone collections, which may not be in the order you expect. Root collections are listed first, and siblings are always sequential. Apart from that, bone collections can be in any order, and thus incrementing or decrementing this index can make the active bone collection jump around in unexpected ways. For a more predictable interface, use active or active_name.
116552
+ """ The index of the Armature's active bone collection; -1 when there is no active collection. Note that this is indexing the underlying array of bone collections, which may not be in the order you expect. Root collections are listed first, and siblings are always sequential. Apart from that, bone collections can be in any order, and thus incrementing or decrementing this index can make the active bone collection jump around in unexpected ways. For a more predictable interface, use active or active_name.
116538
116553
 
116539
116554
  :type: int | None
116540
116555
  """
116541
116556
 
116542
116557
  active_name: str | None
116543
- """ The name of the Armatures active bone collection; empty when there is no active collection
116558
+ """ The name of the Armature's active bone collection; empty when there is no active collection
116544
116559
 
116545
116560
  :type: str | None
116546
116561
  """
116547
116562
 
116548
116563
  is_solo_active: bool
116549
- """ Read-only flag that indicates there is at least one bone collection marked as solo
116564
+ """ Read-only flag that indicates there is at least one bone collection marked as 'solo'
116550
116565
 
116551
116566
  :type: bool
116552
116567
  """
@@ -118647,7 +118662,7 @@ class KeyingSets(bpy_prop_collection[KeyingSet], bpy_struct):
118647
118662
  """
118648
118663
 
118649
118664
  active_index: int | None
118650
- """ Current Keying Set index (negative for builtin and positive for absolute)
118665
+ """ Current Keying Set index (negative for 'builtin' and positive for 'absolute')
118651
118666
 
118652
118667
  :type: int | None
118653
118668
  """
@@ -118705,7 +118720,7 @@ class KeyingSetsAll(bpy_prop_collection[KeyingSet], bpy_struct):
118705
118720
  """
118706
118721
 
118707
118722
  active_index: int | None
118708
- """ Current Keying Set index (negative for builtin and positive for absolute)
118723
+ """ Current Keying Set index (negative for 'builtin' and positive for 'absolute')
118709
118724
 
118710
118725
  :type: int | None
118711
118726
  """
@@ -122967,6 +122982,12 @@ class StripElements(bpy_prop_collection[StripElement], bpy_struct):
122967
122982
  class StripModifiers(bpy_prop_collection[StripModifier], bpy_struct):
122968
122983
  """Collection of strip modifiers"""
122969
122984
 
122985
+ active: StripModifier | None
122986
+ """ The active strip modifier in the list
122987
+
122988
+ :type: StripModifier | None
122989
+ """
122990
+
122970
122991
  def new(
122971
122992
  self, name: str, type: bpy.stub_internal.rna_enums.StripModifierTypeItems | None
122972
122993
  ) -> StripModifier:
@@ -124870,7 +124891,7 @@ class Action(ID, bpy_struct):
124870
124891
  """
124871
124892
 
124872
124893
  fcurves: ActionFCurves
124873
- """ Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curves for the actions first slot
124894
+ """ Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curves for the action's first slot
124874
124895
 
124875
124896
  :type: ActionFCurves
124876
124897
  """
@@ -124894,7 +124915,7 @@ class Action(ID, bpy_struct):
124894
124915
  """
124895
124916
 
124896
124917
  groups: ActionGroups
124897
- """ Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curve groups for the actions first slot
124918
+ """ Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curve groups for the action's first slot
124898
124919
 
124899
124920
  :type: ActionGroups
124900
124921
  """
@@ -124941,19 +124962,19 @@ class Action(ID, bpy_struct):
124941
124962
  "WORLD",
124942
124963
  "UNSPECIFIED",
124943
124964
  ]
124944
- """ Legacy API, for backward compatibility with code that does not handle slotted actions yet. Type of data-block that the actions first slot can be used on. Do not change unless you know what you are doing
124965
+ """ Legacy API, for backward compatibility with code that does not handle slotted actions yet. Type of data-block that the action's first slot can be used on. Do not change unless you know what you are doing
124945
124966
 
124946
124967
  :type: typing.Literal['ACTION','ARMATURE','BRUSH','CACHEFILE','CAMERA','COLLECTION','CURVE','CURVES','FONT','GREASEPENCIL','GREASEPENCIL_V3','IMAGE','KEY','LATTICE','LIBRARY','LIGHT','LIGHT_PROBE','LINESTYLE','MASK','MATERIAL','MESH','META','MOVIECLIP','NODETREE','OBJECT','PAINTCURVE','PALETTE','PARTICLE','POINTCLOUD','SCENE','SCREEN','SOUND','SPEAKER','TEXT','TEXTURE','VOLUME','WINDOWMANAGER','WORKSPACE','WORLD','UNSPECIFIED']
124947
124968
  """
124948
124969
 
124949
124970
  is_action_layered: bool
124950
- """ Return whether this is a layered Action. An empty Action is considered as both a legacy and a layered Action.
124971
+ """ Return whether this is a layered Action. An empty Action is considered as both a 'legacy' and a 'layered' Action.
124951
124972
 
124952
124973
  :type: bool
124953
124974
  """
124954
124975
 
124955
124976
  is_action_legacy: bool
124956
- """ Return whether this is a legacy Action. Legacy Actions have no layers or slots. An empty Action is considered as both a legacy and a layered Action. Since Blender 4.4 actions are automatically updated to layered actions, and thus this will only return True when the action is empty
124977
+ """ Return whether this is a legacy Action. Legacy Actions have no layers or slots. An empty Action is considered as both a 'legacy' and a 'layered' Action. Since Blender 4.4 actions are automatically updated to layered actions, and thus this will only return True when the action is empty
124957
124978
 
124958
124979
  :type: bool
124959
124980
  """
@@ -125067,7 +125088,7 @@ class ActionChannelbag(bpy_struct):
125067
125088
  """
125068
125089
 
125069
125090
  slot: ActionSlot | None
125070
- """ The Slot that the Channelbags animation data is for
125091
+ """ The Slot that the Channelbag's animation data is for
125071
125092
 
125072
125093
  :type: ActionSlot | None
125073
125094
  """
@@ -125216,7 +125237,7 @@ class ActionConstraint(Constraint, bpy_struct):
125216
125237
  """
125217
125238
 
125218
125239
  use_bone_object_action: bool
125219
- """ Bones only: apply the objects transformation channels of the action to the constrained bone, instead of bones channels
125240
+ """ Bones only: apply the object's transformation channels of the action to the constrained bone, instead of bone's channels
125220
125241
 
125221
125242
  :type: bool
125222
125243
  """
@@ -125275,7 +125296,7 @@ class ActionGroup(bpy_struct):
125275
125296
  """
125276
125297
 
125277
125298
  colors: ThemeBoneColorSet
125278
- """ Copy of the colors associated with the groups color set
125299
+ """ Copy of the colors associated with the group's color set
125279
125300
 
125280
125301
  :type: ThemeBoneColorSet
125281
125302
  """
@@ -125500,13 +125521,13 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
125500
125521
  """
125501
125522
 
125502
125523
  identifier: str
125503
- """ Used when connecting an Action to a data-block, to find the correct slot handle. This is the display name, prefixed by two characters determined by the slots ID type
125524
+ """ Used when connecting an Action to a data-block, to find the correct slot handle. This is the display name, prefixed by two characters determined by the slot's ID type
125504
125525
 
125505
125526
  :type: str
125506
125527
  """
125507
125528
 
125508
125529
  name_display: str
125509
- """ Name of the slot, for display in the user interface. This name combined with the slots data-block type is unique within its Action
125530
+ """ Name of the slot, for display in the user interface. This name combined with the slot's data-block type is unique within its Action
125510
125531
 
125511
125532
  :type: str
125512
125533
  """
@@ -125565,7 +125586,7 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
125565
125586
  "WORLD",
125566
125587
  "UNSPECIFIED",
125567
125588
  ]
125568
- """ Type of data-block that this slot is intended to animate; can be set when UNSPECIFIED but is otherwise read-only
125589
+ """ Type of data-block that this slot is intended to animate; can be set when 'UNSPECIFIED' but is otherwise read-only
125569
125590
 
125570
125591
  :type: typing.Literal['ACTION','ARMATURE','BRUSH','CACHEFILE','CAMERA','COLLECTION','CURVE','CURVES','FONT','GREASEPENCIL','GREASEPENCIL_V3','IMAGE','KEY','LATTICE','LIBRARY','LIGHT','LIGHT_PROBE','LINESTYLE','MASK','MATERIAL','MESH','META','MOVIECLIP','NODETREE','OBJECT','PAINTCURVE','PALETTE','PARTICLE','POINTCLOUD','SCENE','SCREEN','SOUND','SPEAKER','TEXT','TEXTURE','VOLUME','WINDOWMANAGER','WORKSPACE','WORLD','UNSPECIFIED']
125571
125592
  """
@@ -125988,13 +126009,13 @@ class AnimData(bpy_struct):
125988
126009
  action_blend_type: typing.Literal[
125989
126010
  "REPLACE", "COMBINE", "ADD", "SUBTRACT", "MULTIPLY"
125990
126011
  ]
125991
- """ Method used for combining Active Actions result with result of NLA stack
126012
+ """ Method used for combining Active Action's result with result of NLA stack
125992
126013
 
125993
126014
  :type: typing.Literal['REPLACE','COMBINE','ADD','SUBTRACT','MULTIPLY']
125994
126015
  """
125995
126016
 
125996
126017
  action_extrapolation: typing.Literal["NOTHING", "HOLD", "HOLD_FORWARD"]
125997
- """ Action to take for gaps past the Active Actions range (when evaluating with NLA)
126018
+ """ Action to take for gaps past the Active Action's range (when evaluating with NLA)
125998
126019
 
125999
126020
  :type: typing.Literal['NOTHING','HOLD','HOLD_FORWARD']
126000
126021
  """
@@ -126180,31 +126201,31 @@ class AnimVizMotionPaths(bpy_struct):
126180
126201
  """
126181
126202
 
126182
126203
  frame_after: int
126183
- """ Number of frames to show after the current frame (only for Around Frame Onion-skinning method)
126204
+ """ Number of frames to show after the current frame (only for 'Around Frame' Onion-skinning method)
126184
126205
 
126185
126206
  :type: int
126186
126207
  """
126187
126208
 
126188
126209
  frame_before: int
126189
- """ Number of frames to show before the current frame (only for Around Frame Onion-skinning method)
126210
+ """ Number of frames to show before the current frame (only for 'Around Frame' Onion-skinning method)
126190
126211
 
126191
126212
  :type: int
126192
126213
  """
126193
126214
 
126194
126215
  frame_end: int
126195
- """ End frame of range of paths to display/calculate (not for Around Frame Onion-skinning method)
126216
+ """ End frame of range of paths to display/calculate (not for 'Around Frame' Onion-skinning method)
126196
126217
 
126197
126218
  :type: int
126198
126219
  """
126199
126220
 
126200
126221
  frame_start: int
126201
- """ Starting frame of range of paths to display/calculate (not for Around Frame Onion-skinning method)
126222
+ """ Starting frame of range of paths to display/calculate (not for 'Around Frame' Onion-skinning method)
126202
126223
 
126203
126224
  :type: int
126204
126225
  """
126205
126226
 
126206
126227
  frame_step: int
126207
- """ Number of frames between paths shown (not for On Keyframes Onion-skinning method)
126228
+ """ Number of frames between paths shown (not for 'On Keyframes' Onion-skinning method)
126208
126229
 
126209
126230
  :type: int
126210
126231
  """
@@ -127222,13 +127243,13 @@ class ArrayModifier(Modifier, bpy_struct):
127222
127243
  """
127223
127244
 
127224
127245
  use_object_offset: bool
127225
- """ Add another objects transformation to the total offset
127246
+ """ Add another object's transformation to the total offset
127226
127247
 
127227
127248
  :type: bool
127228
127249
  """
127229
127250
 
127230
127251
  use_relative_offset: bool
127231
- """ Add an offset relative to the objects bounding box
127252
+ """ Add an offset relative to the object's bounding box
127232
127253
 
127233
127254
  :type: bool
127234
127255
  """
@@ -127349,13 +127370,13 @@ class AssetMetaData(bpy_struct):
127349
127370
  """
127350
127371
 
127351
127372
  catalog_id: str
127352
- """ Identifier for the assets catalog, used by Blender to look up the assets catalog path. Must be a UUID according to RFC4122.
127373
+ """ Identifier for the asset's catalog, used by Blender to look up the asset's catalog path. Must be a UUID according to RFC4122.
127353
127374
 
127354
127375
  :type: str
127355
127376
  """
127356
127377
 
127357
127378
  catalog_simple_name: str
127358
- """ Simple name of the assets catalog, for debugging and data recovery purposes
127379
+ """ Simple name of the asset's catalog, for debugging and data recovery purposes
127359
127380
 
127360
127381
  :type: str
127361
127382
  """
@@ -127432,7 +127453,7 @@ class AssetRepresentation(bpy_struct):
127432
127453
  """
127433
127454
 
127434
127455
  id_type: bpy.stub_internal.rna_enums.IdTypeItems
127435
- """ The type of the data-block, if the asset represents one (NONE otherwise)
127456
+ """ The type of the data-block, if the asset represents one ('NONE' otherwise)
127436
127457
 
127437
127458
  :type: bpy.stub_internal.rna_enums.IdTypeItems
127438
127459
  """
@@ -127571,7 +127592,7 @@ class AssetShelf(bpy_struct):
127571
127592
  def get_active_asset(cls) -> AssetWeakReference:
127572
127593
  """Return a reference to the asset that should be highlighted as active in the asset shelf
127573
127594
 
127574
- :return: The weak reference to the asset to be hightlighted as active, or None
127595
+ :return: The weak reference to the asset to be highlighted as active, or None
127575
127596
  :rtype: AssetWeakReference
127576
127597
  """
127577
127598
 
@@ -128878,7 +128899,7 @@ class BlendTexture(Texture, ID, bpy_struct):
128878
128899
  """
128879
128900
 
128880
128901
  use_flip_axis: typing.Literal["HORIZONTAL", "VERTICAL"]
128881
- """ Flip the textures X and Y axis
128902
+ """ Flip the texture's X and Y axis
128882
128903
 
128883
128904
  :type: typing.Literal['HORIZONTAL','VERTICAL']
128884
128905
  """
@@ -129033,7 +129054,7 @@ class BoidRule(bpy_struct):
129033
129054
 
129034
129055
  class BoidRuleAverageSpeed(BoidRule, bpy_struct):
129035
129056
  level: float
129036
- """ How much velocitys z-component is kept constant
129057
+ """ How much velocity's z-component is kept constant
129037
129058
 
129038
129059
  :type: float
129039
129060
  """
@@ -129045,7 +129066,7 @@ class BoidRuleAverageSpeed(BoidRule, bpy_struct):
129045
129066
  """
129046
129067
 
129047
129068
  wander: float
129048
- """ How fast velocitys direction is randomized
129069
+ """ How fast velocity's direction is randomized
129049
129070
 
129050
129071
  :type: float
129051
129072
  """
@@ -129609,25 +129630,25 @@ class Bone(bpy_struct):
129609
129630
  """Bone in an Armature data-block"""
129610
129631
 
129611
129632
  bbone_curveinx: float
129612
- """ X-axis handle offset for start of the B-Bones curve, adjusts curvature
129633
+ """ X-axis handle offset for start of the B-Bone's curve, adjusts curvature
129613
129634
 
129614
129635
  :type: float
129615
129636
  """
129616
129637
 
129617
129638
  bbone_curveinz: float
129618
- """ Z-axis handle offset for start of the B-Bones curve, adjusts curvature
129639
+ """ Z-axis handle offset for start of the B-Bone's curve, adjusts curvature
129619
129640
 
129620
129641
  :type: float
129621
129642
  """
129622
129643
 
129623
129644
  bbone_curveoutx: float
129624
- """ X-axis handle offset for end of the B-Bones curve, adjusts curvature
129645
+ """ X-axis handle offset for end of the B-Bone's curve, adjusts curvature
129625
129646
 
129626
129647
  :type: float
129627
129648
  """
129628
129649
 
129629
129650
  bbone_curveoutz: float
129630
- """ Z-axis handle offset for end of the B-Bones curve, adjusts curvature
129651
+ """ Z-axis handle offset for end of the B-Bone's curve, adjusts curvature
129631
129652
 
129632
129653
  :type: float
129633
129654
  """
@@ -129669,25 +129690,25 @@ class Bone(bpy_struct):
129669
129690
  """
129670
129691
 
129671
129692
  bbone_handle_use_ease_end: bool
129672
- """ Multiply the B-Bone Ease Out channel by the local Y scale value of the end handle. This is done after the Scale Easing option and isnt affected by it.
129693
+ """ Multiply the B-Bone Ease Out channel by the local Y scale value of the end handle. This is done after the Scale Easing option and isn't affected by it.
129673
129694
 
129674
129695
  :type: bool
129675
129696
  """
129676
129697
 
129677
129698
  bbone_handle_use_ease_start: bool
129678
- """ Multiply the B-Bone Ease In channel by the local Y scale value of the start handle. This is done after the Scale Easing option and isnt affected by it.
129699
+ """ Multiply the B-Bone Ease In channel by the local Y scale value of the start handle. This is done after the Scale Easing option and isn't affected by it.
129679
129700
 
129680
129701
  :type: bool
129681
129702
  """
129682
129703
 
129683
129704
  bbone_handle_use_scale_end: bpy_prop_array[bool]
129684
- """ Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and isnt affected by it.
129705
+ """ Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and isn't affected by it.
129685
129706
 
129686
129707
  :type: bpy_prop_array[bool]
129687
129708
  """
129688
129709
 
129689
129710
  bbone_handle_use_scale_start: bpy_prop_array[bool]
129690
- """ Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and isnt affected by it.
129711
+ """ Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and isn't affected by it.
129691
129712
 
129692
129713
  :type: bpy_prop_array[bool]
129693
129714
  """
@@ -129889,7 +129910,7 @@ class Bone(bpy_struct):
129889
129910
  """
129890
129911
 
129891
129912
  use_connect: bool
129892
- """ When bone has a parent, bones head is stuck to the parents tail
129913
+ """ When bone has a parent, bone's head is stuck to the parent's tail
129893
129914
 
129894
129915
  :type: bool
129895
129916
  """
@@ -130131,7 +130152,7 @@ class BoneCollection(bpy_struct):
130131
130152
  """
130132
130153
 
130133
130154
  child_number: int
130134
- """ Index of this collection into its parents list of children. Note that finding this index requires a scan of all the bone collections, so do access this with care.
130155
+ """ Index of this collection into its parent's list of children. Note that finding this index requires a scan of all the bone collections, so do access this with care.
130135
130156
 
130136
130157
  :type: int
130137
130158
  """
@@ -130167,7 +130188,7 @@ class BoneCollection(bpy_struct):
130167
130188
  """
130168
130189
 
130169
130190
  is_solo: bool
130170
- """ Show only this bone collection, and others also marked as solo
130191
+ """ Show only this bone collection, and others also marked as 'solo'
130171
130192
 
130172
130193
  :type: bool
130173
130194
  """
@@ -130185,7 +130206,7 @@ class BoneCollection(bpy_struct):
130185
130206
  """
130186
130207
 
130187
130208
  is_visible_effectively: bool
130188
- """ Whether this bone collection is effectively visible in the viewport. This is True when this bone collection and all of its ancestors are visible, or when it is marked as solo.
130209
+ """ Whether this bone collection is effectively visible in the viewport. This is True when this bone collection and all of its ancestors are visible, or when it is marked as 'solo'.
130189
130210
 
130190
130211
  :type: bool
130191
130212
  """
@@ -130270,7 +130291,7 @@ class BoneColor(bpy_struct):
130270
130291
  """Theme color or custom color of a bone"""
130271
130292
 
130272
130293
  custom: ThemeBoneColorSet
130273
- """ The custom bone colors, used when palette is CUSTOM
130294
+ """ The custom bone colors, used when palette is 'CUSTOM'
130274
130295
 
130275
130296
  :type: ThemeBoneColorSet
130276
130297
  """
@@ -130499,7 +130520,7 @@ class BooleanModifier(Modifier, bpy_struct):
130499
130520
  """
130500
130521
 
130501
130522
  debug_options: typing.Any
130502
- """ Debugging options, only when started with -d"""
130523
+ """ Debugging options, only when started with '-d' """
130503
130524
 
130504
130525
  double_threshold: float
130505
130526
  """ Threshold for checking overlapping geometry
@@ -130596,6 +130617,12 @@ class BrightContrastModifier(StripModifier, bpy_struct):
130596
130617
  :type: float
130597
130618
  """
130598
130619
 
130620
+ open_mask_input_panel: bool
130621
+ """
130622
+
130623
+ :type: bool
130624
+ """
130625
+
130599
130626
  @classmethod
130600
130627
  def bl_rna_get_subclass(
130601
130628
  cls,
@@ -130755,7 +130782,7 @@ class Brush(ID, bpy_struct):
130755
130782
  """
130756
130783
 
130757
130784
  brush_capabilities: BrushCapabilities
130758
- """ Brushs capabilities
130785
+ """ Brush's capabilities
130759
130786
 
130760
130787
  :type: BrushCapabilities
130761
130788
  """
@@ -131598,7 +131625,7 @@ class Brush(ID, bpy_struct):
131598
131625
  """
131599
131626
 
131600
131627
  use_cursor_overlay_override: bool
131601
- """ Dont show overlay during a stroke
131628
+ """ Don't show overlay during a stroke
131602
131629
 
131603
131630
  :type: bool
131604
131631
  """
@@ -131814,7 +131841,7 @@ class Brush(ID, bpy_struct):
131814
131841
  """
131815
131842
 
131816
131843
  use_primary_overlay_override: bool
131817
- """ Dont show overlay during a stroke
131844
+ """ Don't show overlay during a stroke
131818
131845
 
131819
131846
  :type: bool
131820
131847
  """
@@ -131856,7 +131883,7 @@ class Brush(ID, bpy_struct):
131856
131883
  """
131857
131884
 
131858
131885
  use_secondary_overlay_override: bool
131859
- """ Dont show overlay during a stroke
131886
+ """ Don't show overlay during a stroke
131860
131887
 
131861
131888
  :type: bool
131862
131889
  """
@@ -132507,7 +132534,7 @@ class BrushGpencilSettings(bpy_struct):
132507
132534
  """
132508
132535
 
132509
132536
  angle_factor: float
132510
- """ Reduce brush thickness by this factor when stroke is perpendicular to Angle direction
132537
+ """ Reduce brush thickness by this factor when stroke is perpendicular to 'Angle' direction
132511
132538
 
132512
132539
  :type: float
132513
132540
  """
@@ -132845,7 +132872,7 @@ class BrushGpencilSettings(bpy_struct):
132845
132872
  """
132846
132873
 
132847
132874
  use_keep_caps_eraser: bool
132848
- """ Keep the caps as they are and dont flatten them when erasing
132875
+ """ Keep the caps as they are and don't flatten them when erasing
132849
132876
 
132850
132877
  :type: bool
132851
132878
  """
@@ -133540,7 +133567,7 @@ class CacheFile(ID, bpy_struct):
133540
133567
  """
133541
133568
 
133542
133569
  scale: float
133543
- """ Value by which to enlarge or shrink the object with respect to the worlds origin (only applicable through a Transform Cache constraint)
133570
+ """ Value by which to enlarge or shrink the object with respect to the world's origin (only applicable through a Transform Cache constraint)
133544
133571
 
133545
133572
  :type: float
133546
133573
  """
@@ -133570,7 +133597,7 @@ class CacheFile(ID, bpy_struct):
133570
133597
  """
133571
133598
 
133572
133599
  velocity_unit: bpy.stub_internal.rna_enums.VelocityUnitItems
133573
- """ Define how the velocity vectors are interpreted with regard to time, frame means the delta time is 1 frame, second means the delta time is 1 / FPS
133600
+ """ Define how the velocity vectors are interpreted with regard to time, 'frame' means the delta time is 1 frame, 'second' means the delta time is 1 / FPS
133574
133601
 
133575
133602
  :type: bpy.stub_internal.rna_enums.VelocityUnitItems
133576
133603
  """
@@ -134019,7 +134046,7 @@ class Camera(ID, bpy_struct):
134019
134046
  """
134020
134047
 
134021
134048
  show_name: bool
134022
- """ Show the active Cameras name in Camera view
134049
+ """ Show the active Camera's name in Camera view
134023
134050
 
134024
134051
  :type: bool
134025
134052
  """
@@ -136069,6 +136096,12 @@ class ColorBalanceModifier(StripModifier, bpy_struct):
136069
136096
  :type: float
136070
136097
  """
136071
136098
 
136099
+ open_mask_input_panel: bool
136100
+ """
136101
+
136102
+ :type: bool
136103
+ """
136104
+
136072
136105
  @classmethod
136073
136106
  def bl_rna_get_subclass(
136074
136107
  cls,
@@ -136282,13 +136315,13 @@ class ColorManagedViewSettings(bpy_struct):
136282
136315
  """
136283
136316
 
136284
136317
  white_balance_temperature: float
136285
- """ Color temperature of the scenes white point
136318
+ """ Color temperature of the scene's white point
136286
136319
 
136287
136320
  :type: float
136288
136321
  """
136289
136322
 
136290
136323
  white_balance_tint: float
136291
- """ Color tint of the scenes white point (the default of 10 matches daylight)
136324
+ """ Color tint of the scene's white point (the default of 10 matches daylight)
136292
136325
 
136293
136326
  :type: float
136294
136327
  """
@@ -136463,7 +136496,7 @@ class ColorMixStrip(EffectStrip, Strip, bpy_struct):
136463
136496
  """
136464
136497
 
136465
136498
  factor: float
136466
- """ Percentage of how much the strips colors affect other strips
136499
+ """ Percentage of how much the strip's colors affect other strips
136467
136500
 
136468
136501
  :type: float
136469
136502
  """
@@ -137251,7 +137284,7 @@ class CompositorNodeChannelMatte(CompositorNode, NodeInternal, Node, bpy_struct)
137251
137284
  """
137252
137285
 
137253
137286
  limit_channel: typing.Literal["R", "G", "B"]
137254
- """ Limit by this channels value
137287
+ """ Limit by this channel's value
137255
137288
 
137256
137289
  :type: typing.Literal['R','G','B']
137257
137290
  """
@@ -143398,7 +143431,7 @@ class Constraint(bpy_struct):
143398
143431
  """
143399
143432
 
143400
143433
  show_expanded: bool
143401
- """ Constraints panel is expanded in UI
143434
+ """ Constraint's panel is expanded in UI
143402
143435
 
143403
143436
  :type: bool
143404
143437
  """
@@ -144372,19 +144405,19 @@ class CopyLocationConstraint(Constraint, bpy_struct):
144372
144405
  """
144373
144406
 
144374
144407
  use_x: bool
144375
- """ Copy the targets X location
144408
+ """ Copy the target's X location
144376
144409
 
144377
144410
  :type: bool
144378
144411
  """
144379
144412
 
144380
144413
  use_y: bool
144381
- """ Copy the targets Y location
144414
+ """ Copy the target's Y location
144382
144415
 
144383
144416
  :type: bool
144384
144417
  """
144385
144418
 
144386
144419
  use_z: bool
144387
- """ Copy the targets Z location
144420
+ """ Copy the target's Z location
144388
144421
 
144389
144422
  :type: bool
144390
144423
  """
@@ -144473,19 +144506,19 @@ class CopyRotationConstraint(Constraint, bpy_struct):
144473
144506
  """
144474
144507
 
144475
144508
  use_x: bool
144476
- """ Copy the targets X rotation
144509
+ """ Copy the target's X rotation
144477
144510
 
144478
144511
  :type: bool
144479
144512
  """
144480
144513
 
144481
144514
  use_y: bool
144482
- """ Copy the targets Y rotation
144515
+ """ Copy the target's Y rotation
144483
144516
 
144484
144517
  :type: bool
144485
144518
  """
144486
144519
 
144487
144520
  use_z: bool
144488
- """ Copy the targets Z rotation
144521
+ """ Copy the target's Z rotation
144489
144522
 
144490
144523
  :type: bool
144491
144524
  """
@@ -144526,7 +144559,7 @@ class CopyScaleConstraint(Constraint, bpy_struct):
144526
144559
  """Copy the scale of the target"""
144527
144560
 
144528
144561
  power: float
144529
- """ Raise the targets scale to the specified power
144562
+ """ Raise the target's scale to the specified power
144530
144563
 
144531
144564
  :type: float
144532
144565
  """
@@ -144562,19 +144595,19 @@ class CopyScaleConstraint(Constraint, bpy_struct):
144562
144595
  """
144563
144596
 
144564
144597
  use_x: bool
144565
- """ Copy the targets X scale
144598
+ """ Copy the target's X scale
144566
144599
 
144567
144600
  :type: bool
144568
144601
  """
144569
144602
 
144570
144603
  use_y: bool
144571
- """ Copy the targets Y scale
144604
+ """ Copy the target's Y scale
144572
144605
 
144573
144606
  :type: bool
144574
144607
  """
144575
144608
 
144576
144609
  use_z: bool
144577
- """ Copy the targets Z scale
144610
+ """ Copy the target's Z scale
144578
144611
 
144579
144612
  :type: bool
144580
144613
  """
@@ -144923,7 +144956,7 @@ class Curve(ID, bpy_struct):
144923
144956
  """
144924
144957
 
144925
144958
  bevel_mode: typing.Literal["ROUND", "OBJECT", "PROFILE"]
144926
- """ Determine how to build the curves bevel geometry
144959
+ """ Determine how to build the curve's bevel geometry
144927
144960
 
144928
144961
  :type: typing.Literal['ROUND','OBJECT','PROFILE']
144929
144962
  """
@@ -144935,7 +144968,7 @@ class Curve(ID, bpy_struct):
144935
144968
  """
144936
144969
 
144937
144970
  bevel_profile: CurveProfile | None
144938
- """ The path for the curves custom profile
144971
+ """ The path for the curve's custom profile
144939
144972
 
144940
144973
  :type: CurveProfile | None
144941
144974
  """
@@ -144959,7 +144992,7 @@ class Curve(ID, bpy_struct):
144959
144992
  """
144960
144993
 
144961
144994
  eval_time: float
144962
- """ Parametric position along the length of the curve that Objects following it should be at (position is evaluated by dividing by the Path Length value)
144995
+ """ Parametric position along the length of the curve that Objects 'following' it should be at (position is evaluated by dividing by the 'Path Length' value)
144963
144996
 
144964
144997
  :type: float
144965
144998
  """
@@ -144995,7 +145028,7 @@ class Curve(ID, bpy_struct):
144995
145028
  """
144996
145029
 
144997
145030
  path_duration: int
144998
- """ The number of frames that are needed to traverse the path, defining the maximum value for the Evaluation Time setting
145031
+ """ The number of frames that are needed to traverse the path, defining the maximum value for the 'Evaluation Time' setting
144999
145032
 
145000
145033
  :type: int
145001
145034
  """
@@ -145073,7 +145106,7 @@ class Curve(ID, bpy_struct):
145073
145106
  """
145074
145107
 
145075
145108
  use_auto_texspace: bool
145076
- """ Adjust active objects texture space automatically when transforming object
145109
+ """ Adjust active object's texture space automatically when transforming object
145077
145110
 
145078
145111
  :type: bool
145079
145112
  """
@@ -145484,7 +145517,7 @@ class CurvePaintSettings(bpy_struct):
145484
145517
  """
145485
145518
 
145486
145519
  radius_max: float
145487
- """ Radius to use when the maximum pressure is applied (or when a tablet isnt used)
145520
+ """ Radius to use when the maximum pressure is applied (or when a tablet isn't used)
145488
145521
 
145489
145522
  :type: float
145490
145523
  """
@@ -145526,7 +145559,7 @@ class CurvePaintSettings(bpy_struct):
145526
145559
  """
145527
145560
 
145528
145561
  use_offset_absolute: bool
145529
- """ Apply a fixed offset (dont scale by the radius)
145562
+ """ Apply a fixed offset (don't scale by the radius)
145530
145563
 
145531
145564
  :type: bool
145532
145565
  """
@@ -145790,7 +145823,7 @@ class CurveSlice(bpy_struct):
145790
145823
  """A single curve from a curves data-block"""
145791
145824
 
145792
145825
  first_point_index: int
145793
- """ The index of this curves first control point
145826
+ """ The index of this curve's first control point
145794
145827
 
145795
145828
  :type: int
145796
145829
  """
@@ -145885,7 +145918,7 @@ class Curves(ID, bpy_struct):
145885
145918
  """
145886
145919
 
145887
145920
  normals: bpy_prop_collection[FloatVectorValueReadOnly]
145888
- """ The curve normal value at each of the curves control points
145921
+ """ The curve normal value at each of the curve's control points
145889
145922
 
145890
145923
  :type: bpy_prop_collection[FloatVectorValueReadOnly]
145891
145924
  """
@@ -146058,6 +146091,12 @@ class CurvesModifier(StripModifier, bpy_struct):
146058
146091
  :type: CurveMapping | None
146059
146092
  """
146060
146093
 
146094
+ open_mask_input_panel: bool
146095
+ """
146096
+
146097
+ :type: bool
146098
+ """
146099
+
146061
146100
  @classmethod
146062
146101
  def bl_rna_get_subclass(
146063
146102
  cls,
@@ -146333,7 +146372,7 @@ class DataTransferModifier(Modifier, bpy_struct):
146333
146372
  """
146334
146373
 
146335
146374
  loop_mapping: bpy.stub_internal.rna_enums.DtMethodLoopItems
146336
- """ Method used to map source faces corners to destination ones
146375
+ """ Method used to map source faces' corners to destination ones
146337
146376
 
146338
146377
  :type: bpy.stub_internal.rna_enums.DtMethodLoopItems
146339
146378
  """
@@ -146369,7 +146408,7 @@ class DataTransferModifier(Modifier, bpy_struct):
146369
146408
  """
146370
146409
 
146371
146410
  ray_radius: float
146372
- """ Width of rays (especially useful when raycasting against vertices or edges)
146411
+ """ 'Width' of rays (especially useful when raycasting against vertices or edges)
146373
146412
 
146374
146413
  :type: float
146375
146414
  """
@@ -147290,7 +147329,7 @@ class DopeSheet(bpy_struct):
147290
147329
  """
147291
147330
 
147292
147331
  show_only_slot_of_active_object: bool
147293
- """ Only show the slot of the active Object. Otherwise show all the Actions Slots
147332
+ """ Only show the slot of the active Object. Otherwise show all the Action's Slots
147294
147333
 
147295
147334
  :type: bool
147296
147335
  """
@@ -147326,7 +147365,7 @@ class DopeSheet(bpy_struct):
147326
147365
  """
147327
147366
 
147328
147367
  show_summary: bool
147329
- """ Display an additional summary line (Dope Sheet editors only)
147368
+ """ Display an additional 'summary' line (Dope Sheet editors only)
147330
147369
 
147331
147370
  :type: bool
147332
147371
  """
@@ -147440,7 +147479,7 @@ class Driver(bpy_struct):
147440
147479
  """
147441
147480
 
147442
147481
  use_self: bool
147443
- """ Include a self variable in the name-space, so drivers can easily reference the data being modified (object, bone, etc...)
147482
+ """ Include a 'self' variable in the name-space, so drivers can easily reference the data being modified (object, bone, etc...)
147444
147483
 
147445
147484
  :type: bool
147446
147485
  """
@@ -147717,7 +147756,7 @@ class DynamicPaintBrushSettings(bpy_struct):
147717
147756
  """
147718
147757
 
147719
147758
  ray_direction: typing.Literal["CANVAS", "BRUSH", "Z_AXIS"]
147720
- """ Ray direction to use for projection (if brush object is located in that direction its painted)
147759
+ """ Ray direction to use for projection (if brush object is located in that direction it's painted)
147721
147760
 
147722
147761
  :type: typing.Literal['CANVAS','BRUSH','Z_AXIS']
147723
147762
  """
@@ -148418,25 +148457,25 @@ class EditBone(bpy_struct):
148418
148457
  """Edit mode bone in an armature data-block"""
148419
148458
 
148420
148459
  bbone_curveinx: float
148421
- """ X-axis handle offset for start of the B-Bones curve, adjusts curvature
148460
+ """ X-axis handle offset for start of the B-Bone's curve, adjusts curvature
148422
148461
 
148423
148462
  :type: float
148424
148463
  """
148425
148464
 
148426
148465
  bbone_curveinz: float
148427
- """ Z-axis handle offset for start of the B-Bones curve, adjusts curvature
148466
+ """ Z-axis handle offset for start of the B-Bone's curve, adjusts curvature
148428
148467
 
148429
148468
  :type: float
148430
148469
  """
148431
148470
 
148432
148471
  bbone_curveoutx: float
148433
- """ X-axis handle offset for end of the B-Bones curve, adjusts curvature
148472
+ """ X-axis handle offset for end of the B-Bone's curve, adjusts curvature
148434
148473
 
148435
148474
  :type: float
148436
148475
  """
148437
148476
 
148438
148477
  bbone_curveoutz: float
148439
- """ Z-axis handle offset for end of the B-Bones curve, adjusts curvature
148478
+ """ Z-axis handle offset for end of the B-Bone's curve, adjusts curvature
148440
148479
 
148441
148480
  :type: float
148442
148481
  """
@@ -148478,25 +148517,25 @@ class EditBone(bpy_struct):
148478
148517
  """
148479
148518
 
148480
148519
  bbone_handle_use_ease_end: bool
148481
- """ Multiply the B-Bone Ease Out channel by the local Y scale value of the end handle. This is done after the Scale Easing option and isnt affected by it.
148520
+ """ Multiply the B-Bone Ease Out channel by the local Y scale value of the end handle. This is done after the Scale Easing option and isn't affected by it.
148482
148521
 
148483
148522
  :type: bool
148484
148523
  """
148485
148524
 
148486
148525
  bbone_handle_use_ease_start: bool
148487
- """ Multiply the B-Bone Ease In channel by the local Y scale value of the start handle. This is done after the Scale Easing option and isnt affected by it.
148526
+ """ Multiply the B-Bone Ease In channel by the local Y scale value of the start handle. This is done after the Scale Easing option and isn't affected by it.
148488
148527
 
148489
148528
  :type: bool
148490
148529
  """
148491
148530
 
148492
148531
  bbone_handle_use_scale_end: bpy_prop_array[bool]
148493
- """ Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and isnt affected by it.
148532
+ """ Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and isn't affected by it.
148494
148533
 
148495
148534
  :type: bpy_prop_array[bool]
148496
148535
  """
148497
148536
 
148498
148537
  bbone_handle_use_scale_start: bpy_prop_array[bool]
148499
- """ Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and isnt affected by it.
148538
+ """ Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and isn't affected by it.
148500
148539
 
148501
148540
  :type: bpy_prop_array[bool]
148502
148541
  """
@@ -148626,7 +148665,7 @@ class EditBone(bpy_struct):
148626
148665
  """
148627
148666
 
148628
148667
  matrix: mathutils.Matrix
148629
- """ Matrix combining location and rotation of the bone (head position, direction and roll), in armature space (does not include/support bones length/size)
148668
+ """ Matrix combining location and rotation of the bone (head position, direction and roll), in armature space (does not include/support bone's length/size)
148630
148669
 
148631
148670
  :type: mathutils.Matrix
148632
148671
  """
@@ -148686,7 +148725,7 @@ class EditBone(bpy_struct):
148686
148725
  """
148687
148726
 
148688
148727
  use_connect: bool
148689
- """ When bone has a parent, bones head is stuck to the parents tail
148728
+ """ When bone has a parent, bone's head is stuck to the parent's tail
148690
148729
 
148691
148730
  :type: bool
148692
148731
  """
@@ -148882,7 +148921,7 @@ class EffectStrip(Strip, bpy_struct):
148882
148921
  """
148883
148922
 
148884
148923
  color_saturation: float
148885
- """ Adjust the intensity of the inputs color
148924
+ """ Adjust the intensity of the input's color
148886
148925
 
148887
148926
  :type: float
148888
148927
  """
@@ -148989,7 +149028,7 @@ class EffectorWeights(bpy_struct):
148989
149028
  """Effector weights for physics simulation"""
148990
149029
 
148991
149030
  all: float
148992
- """ All effectors weight
149031
+ """ All effector's weight
148993
149032
 
148994
149033
  :type: float
148995
149034
  """
@@ -149191,7 +149230,7 @@ class EnumPropertyItem(bpy_struct):
149191
149230
  """Definition of a choice in an RNA enum property"""
149192
149231
 
149193
149232
  description: str
149194
- """ Description of the items purpose
149233
+ """ Description of the item's purpose
149195
149234
 
149196
149235
  :type: str
149197
149236
  """
@@ -149671,7 +149710,7 @@ class FCurve(bpy_struct):
149671
149710
  """
149672
149711
 
149673
149712
  lock: bool
149674
- """ F-Curves settings cannot be edited
149713
+ """ F-Curve's settings cannot be edited
149675
149714
 
149676
149715
  :type: bool
149677
149716
  """
@@ -150139,13 +150178,13 @@ class FModifier(bpy_struct):
150139
150178
  """
150140
150179
 
150141
150180
  frame_end: float
150142
- """ Frame that modifiers influence ends (if Restrict Frame Range is in use)
150181
+ """ Frame that modifier's influence ends (if Restrict Frame Range is in use)
150143
150182
 
150144
150183
  :type: float
150145
150184
  """
150146
150185
 
150147
150186
  frame_start: float
150148
- """ Frame that modifiers influence starts (if Restrict Frame Range is in use)
150187
+ """ Frame that modifier's influence starts (if Restrict Frame Range is in use)
150149
150188
 
150150
150189
  :type: float
150151
150190
  """
@@ -150175,7 +150214,7 @@ class FModifier(bpy_struct):
150175
150214
  """
150176
150215
 
150177
150216
  show_expanded: bool
150178
- """ F-Curve Modifiers panel is expanded in UI
150217
+ """ F-Curve Modifier's panel is expanded in UI
150179
150218
 
150180
150219
  :type: bool
150181
150220
  """
@@ -150187,7 +150226,7 @@ class FModifier(bpy_struct):
150187
150226
  """
150188
150227
 
150189
150228
  use_influence: bool
150190
- """ F-Curve Modifiers effects will be tempered by a default factor
150229
+ """ F-Curve Modifier's effects will be tempered by a default factor
150191
150230
 
150192
150231
  :type: bool
150193
150232
  """
@@ -150311,7 +150350,7 @@ class FModifierEnvelope(FModifier, bpy_struct):
150311
150350
  """
150312
150351
 
150313
150352
  reference_value: float
150314
- """ Value that envelopes influence is centered around / based on
150353
+ """ Value that envelope's influence is centered around / based on
150315
150354
 
150316
150355
  :type: float
150317
150356
  """
@@ -150417,7 +150456,7 @@ class FModifierFunctionGenerator(FModifier, bpy_struct):
150417
150456
  """
150418
150457
 
150419
150458
  phase_multiplier: float
150420
- """ Scale factor determining the speed of the function
150459
+ """ Scale factor determining the 'speed' of the function
150421
150460
 
150422
150461
  :type: float
150423
150462
  """
@@ -150476,7 +150515,7 @@ class FModifierGenerator(FModifier, bpy_struct):
150476
150515
  """Deterministically generate values for the modified F-Curve"""
150477
150516
 
150478
150517
  coefficients: bpy_prop_array[float]
150479
- """ Coefficients for x (starting from lowest power of x^0)
150518
+ """ Coefficients for 'x' (starting from lowest power of x^0)
150480
150519
 
150481
150520
  :type: bpy_prop_array[float]
150482
150521
  """
@@ -150488,7 +150527,7 @@ class FModifierGenerator(FModifier, bpy_struct):
150488
150527
  """
150489
150528
 
150490
150529
  poly_order: int
150491
- """ The highest power of x for this polynomial (number of coefficients - 1)
150530
+ """ The highest power of 'x' for this polynomial (number of coefficients - 1)
150492
150531
 
150493
150532
  :type: int
150494
150533
  """
@@ -150707,19 +150746,19 @@ class FModifierStepped(FModifier, bpy_struct):
150707
150746
  """Hold each interpolated value from the F-Curve for several frames without changing the timing"""
150708
150747
 
150709
150748
  frame_end: float
150710
- """ Frame that modifiers influence ends (if applicable)
150749
+ """ Frame that modifier's influence ends (if applicable)
150711
150750
 
150712
150751
  :type: float
150713
150752
  """
150714
150753
 
150715
150754
  frame_offset: float
150716
- """ Reference number of frames before frames get held (use to get hold for 1-3 vs 5-7 holding patterns)
150755
+ """ Reference number of frames before frames get held (use to get hold for '1-3' vs '5-7' holding patterns)
150717
150756
 
150718
150757
  :type: float
150719
150758
  """
150720
150759
 
150721
150760
  frame_start: float
150722
- """ Frame that modifiers influence starts (if applicable)
150761
+ """ Frame that modifier's influence starts (if applicable)
150723
150762
 
150724
150763
  :type: float
150725
150764
  """
@@ -150731,13 +150770,13 @@ class FModifierStepped(FModifier, bpy_struct):
150731
150770
  """
150732
150771
 
150733
150772
  use_frame_end: bool
150734
- """ Restrict modifier to only act before its end frame
150773
+ """ Restrict modifier to only act before its 'end' frame
150735
150774
 
150736
150775
  :type: bool
150737
150776
  """
150738
150777
 
150739
150778
  use_frame_start: bool
150740
- """ Restrict modifier to only act after its start frame
150779
+ """ Restrict modifier to only act after its 'start' frame
150741
150780
 
150742
150781
  :type: bool
150743
150782
  """
@@ -150778,13 +150817,13 @@ class FieldSettings(bpy_struct):
150778
150817
  """Field settings for an object in physics simulation"""
150779
150818
 
150780
150819
  apply_to_location: bool
150781
- """ Affect particles location
150820
+ """ Affect particle's location
150782
150821
 
150783
150822
  :type: bool
150784
150823
  """
150785
150824
 
150786
150825
  apply_to_rotation: bool
150787
- """ Affect particles dynamic rotation
150826
+ """ Affect particle's dynamic rotation
150788
150827
 
150789
150828
  :type: bool
150790
150829
  """
@@ -150796,7 +150835,7 @@ class FieldSettings(bpy_struct):
150796
150835
  """
150797
150836
 
150798
150837
  distance_min: float
150799
- """ Minimum distance for the fields falloff
150838
+ """ Minimum distance for the field's falloff
150800
150839
 
150801
150840
  :type: float
150802
150841
  """
@@ -150832,7 +150871,7 @@ class FieldSettings(bpy_struct):
150832
150871
  """
150833
150872
 
150834
150873
  guide_free: float
150835
- """ Guide-free time from particle lifes end
150874
+ """ Guide-free time from particle life's end
150836
150875
 
150837
150876
  :type: float
150838
150877
  """
@@ -150918,7 +150957,7 @@ class FieldSettings(bpy_struct):
150918
150957
  """
150919
150958
 
150920
150959
  radial_min: float
150921
- """ Minimum radial distance for the fields falloff
150960
+ """ Minimum radial distance for the field's falloff
150922
150961
 
150923
150962
  :type: float
150924
150963
  """
@@ -151017,7 +151056,7 @@ class FieldSettings(bpy_struct):
151017
151056
  """
151018
151057
 
151019
151058
  use_gravity_falloff: bool
151020
- """ Multiply force by 1/distance
151059
+ """ Multiply force by 1/distance²
151021
151060
 
151022
151061
  :type: bool
151023
151062
  """
@@ -151041,7 +151080,7 @@ class FieldSettings(bpy_struct):
151041
151080
  """
151042
151081
 
151043
151082
  use_min_distance: bool
151044
- """ Use a minimum distance for the fields falloff
151083
+ """ Use a minimum distance for the field's falloff
151045
151084
 
151046
151085
  :type: bool
151047
151086
  """
@@ -151065,7 +151104,7 @@ class FieldSettings(bpy_struct):
151065
151104
  """
151066
151105
 
151067
151106
  use_radial_min: bool
151068
- """ Use a minimum radial distance for the fields falloff
151107
+ """ Use a minimum radial distance for the field's falloff
151069
151108
 
151070
151109
  :type: bool
151071
151110
  """
@@ -151196,7 +151235,7 @@ class FileAssetSelectIDFilter(bpy_struct):
151196
151235
  """
151197
151236
 
151198
151237
  experimental_filter_linestyle: bool
151199
- """ Show Freestyles Line Style data-blocks
151238
+ """ Show Freestyle's Line Style data-blocks
151200
151239
 
151201
151240
  :type: bool
151202
151241
  """
@@ -151676,7 +151715,7 @@ class FileSelectIDFilter(bpy_struct):
151676
151715
  """
151677
151716
 
151678
151717
  category_shading: bool
151679
- """ Show materials, node-trees, textures and Freestyles line-styles
151718
+ """ Show materials, node-trees, textures and Freestyle's line-styles
151680
151719
 
151681
151720
  :type: bool
151682
151721
  """
@@ -151766,7 +151805,7 @@ class FileSelectIDFilter(bpy_struct):
151766
151805
  """
151767
151806
 
151768
151807
  filter_linestyle: bool
151769
- """ Show Freestyles Line Style data-blocks
151808
+ """ Show Freestyle's Line Style data-blocks
151770
151809
 
151771
151810
  :type: bool
151772
151811
  """
@@ -151948,7 +151987,7 @@ class FileSelectParams(bpy_struct):
151948
151987
  """
151949
151988
 
151950
151989
  filter_glob: str
151951
- """ UNIX shell-like filename patterns matching, supports wildcards (*) and list of patterns separated by ;
151990
+ """ UNIX shell-like filename patterns matching, supports wildcards ('*') and list of patterns separated by ';'
151952
151991
 
151953
151992
  :type: str
151954
151993
  """
@@ -151960,7 +151999,7 @@ class FileSelectParams(bpy_struct):
151960
151999
  """
151961
152000
 
151962
152001
  filter_search: str
151963
- """ Filter by name or tag, supports * wildcard
152002
+ """ Filter by name or tag, supports '*' wildcard
151964
152003
 
151965
152004
  :type: str
151966
152005
  """
@@ -152092,7 +152131,7 @@ class FileSelectParams(bpy_struct):
152092
152131
  """
152093
152132
 
152094
152133
  use_library_browsing: bool
152095
- """ Whether we may browse Blender files content or not
152134
+ """ Whether we may browse Blender files' content or not
152096
152135
 
152097
152136
  :type: bool
152098
152137
  """
@@ -152515,7 +152554,7 @@ class FloatProperty(Property, bpy_struct):
152515
152554
  """
152516
152555
 
152517
152556
  precision: int
152518
- """ Number of digits after the dot used by buttons. Fraction is automatically hidden for exact integer values of fields with unit NONE or TIME (frame count) and step divisible by 100.
152557
+ """ Number of digits after the dot used by buttons. Fraction is automatically hidden for exact integer values of fields with unit 'NONE' or 'TIME' (frame count) and step divisible by 100.
152519
152558
 
152520
152559
  :type: int
152521
152560
  """
@@ -152726,7 +152765,7 @@ class FloorConstraint(Constraint, bpy_struct):
152726
152765
  """
152727
152766
 
152728
152767
  use_rotation: bool
152729
- """ Use the targets rotation to determine floor
152768
+ """ Use the target's rotation to determine floor
152730
152769
 
152731
152770
  :type: bool
152732
152771
  """
@@ -155256,7 +155295,7 @@ class Function(bpy_struct):
155256
155295
  """RNA function definition"""
155257
155296
 
155258
155297
  description: str
155259
- """ Description of the Functions purpose
155298
+ """ Description of the Function's purpose
155260
155299
 
155261
155300
  :type: str
155262
155301
  """
@@ -158643,7 +158682,7 @@ class GPencilInterpolateSettings(bpy_struct):
158643
158682
  """Settings for Grease Pencil interpolation tools"""
158644
158683
 
158645
158684
  interpolation_curve: CurveMapping | None
158646
- """ Custom curve to control sequence interpolation between Grease Pencil frames
158685
+ """ Custom curve to control 'sequence' interpolation between Grease Pencil frames
158647
158686
 
158648
158687
  :type: CurveMapping | None
158649
158688
  """
@@ -174116,7 +174155,7 @@ class Gizmo(bpy_struct):
174116
174155
  """
174117
174156
 
174118
174157
  use_select_background: bool
174119
- """ Dont write into the depth buffer
174158
+ """ Don't write into the depth buffer
174120
174159
 
174121
174160
  :type: bool
174122
174161
  """
@@ -175079,13 +175118,13 @@ class GreasePencilArrayModifier(Modifier, bpy_struct):
175079
175118
  """
175080
175119
 
175081
175120
  use_object_offset: bool
175082
- """ Add another objects transformation to the total offset
175121
+ """ Add another object's transformation to the total offset
175083
175122
 
175084
175123
  :type: bool
175085
175124
  """
175086
175125
 
175087
175126
  use_relative_offset: bool
175088
- """ Add an offset relative to the objects bounding box
175127
+ """ Add an offset relative to the object's bounding box
175089
175128
 
175090
175129
  :type: bool
175091
175130
  """
@@ -175655,13 +175694,13 @@ class GreasePencilDashModifierSegment(bpy_struct):
175655
175694
  """
175656
175695
 
175657
175696
  opacity: float
175658
- """ The factor to apply to the original points opacity for the new points
175697
+ """ The factor to apply to the original point's opacity for the new points
175659
175698
 
175660
175699
  :type: float
175661
175700
  """
175662
175701
 
175663
175702
  radius: float
175664
- """ The factor to apply to the original points radius for the new points
175703
+ """ The factor to apply to the original point's radius for the new points
175665
175704
 
175666
175705
  :type: float
175667
175706
  """
@@ -176466,7 +176505,7 @@ class GreasePencilLayer(GreasePencilTreeNode, bpy_struct):
176466
176505
  """
176467
176506
 
176468
176507
  matrix_parent_inverse: mathutils.Matrix
176469
- """ Inverse of layers parent transformation matrix
176508
+ """ Inverse of layer's parent transformation matrix
176470
176509
 
176471
176510
  :type: mathutils.Matrix
176472
176511
  """
@@ -176723,7 +176762,7 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
176723
176762
  """
176724
176763
 
176725
176764
  invert_curvature: bool
176726
- """ Invert the curvature of the strokes extension
176765
+ """ Invert the curvature of the stroke's extension
176727
176766
 
176728
176767
  :type: bool
176729
176768
  """
@@ -176819,7 +176858,7 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
176819
176858
  """
176820
176859
 
176821
176860
  random_offset: float
176822
- """ Smoothly offset each strokes random value
176861
+ """ Smoothly offset each stroke's random value
176823
176862
 
176824
176863
  :type: float
176825
176864
  """
@@ -177004,7 +177043,7 @@ class GreasePencilLineartModifier(Modifier, bpy_struct):
177004
177043
  """
177005
177044
 
177006
177045
  shadow_camera_size: float
177007
- """ Represents the "Orthographic Scale" of an orthographic camera. If the camera is positioned at the lights location with this scale, it will represent the coverage of the shadow "camera".
177046
+ """ Represents the "Orthographic Scale" of an orthographic camera. If the camera is positioned at the light's location with this scale, it will represent the coverage of the shadow "camera".
177008
177047
 
177009
177048
  :type: float
177010
177049
  """
@@ -177500,13 +177539,13 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
177500
177539
  """
177501
177540
 
177502
177541
  fading_opacity: float
177503
- """ Fade influence of strokes opacity
177542
+ """ Fade influence of stroke's opacity
177504
177543
 
177505
177544
  :type: float
177506
177545
  """
177507
177546
 
177508
177547
  fading_thickness: float
177509
- """ Fade influence of strokes thickness
177548
+ """ Fade influence of stroke's thickness
177510
177549
 
177511
177550
  :type: float
177512
177551
  """
@@ -178415,7 +178454,7 @@ class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
178415
178454
  """
178416
178455
 
178417
178456
  subsurf_levels: int
178418
- """ Number of subdivisions that must be performed before extracting vertices positions and normals
178457
+ """ Number of subdivisions that must be performed before extracting vertices' positions and normals
178419
178458
 
178420
178459
  :type: int
178421
178460
  """
@@ -180129,13 +180168,13 @@ class GreasePencilv3(ID, bpy_struct):
180129
180168
  """
180130
180169
 
180131
180170
  ghost_after_range: int
180132
- """ Maximum number of frames to show after current frame (0 = dont show any frames after current)
180171
+ """ Maximum number of frames to show after current frame (0 = don't show any frames after current)
180133
180172
 
180134
180173
  :type: int
180135
180174
  """
180136
180175
 
180137
180176
  ghost_before_range: int
180138
- """ Maximum number of frames to show before current frame (0 = dont show any frames before current)
180177
+ """ Maximum number of frames to show before current frame (0 = don't show any frames before current)
180139
180178
 
180140
180179
  :type: int
180141
180180
  """
@@ -180179,7 +180218,7 @@ class GreasePencilv3(ID, bpy_struct):
180179
180218
  """
180180
180219
 
180181
180220
  stroke_depth_order: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
180182
- """ Defines how the strokes are ordered in 3D space (for objects not displayed In Front)
180221
+ """ Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
180183
180222
 
180184
180223
  :type: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
180185
180224
  """
@@ -180550,6 +180589,12 @@ class HueCorrectModifier(StripModifier, bpy_struct):
180550
180589
  :type: CurveMapping | None
180551
180590
  """
180552
180591
 
180592
+ open_mask_input_panel: bool
180593
+ """
180594
+
180595
+ :type: bool
180596
+ """
180597
+
180553
180598
  @classmethod
180554
180599
  def bl_rna_get_subclass(
180555
180600
  cls,
@@ -180696,7 +180741,7 @@ class ID(bpy_struct):
180696
180741
  """
180697
180742
 
180698
180743
  is_runtime_data: bool
180699
- """ This data-block is runtime data, i.e. it wont be saved in .blend file. Note that e.g. evaluated IDs are always runtime, so this value is only editable for data-blocks in Main data-base.
180744
+ """ This data-block is runtime data, i.e. it won't be saved in .blend file. Note that e.g. evaluated IDs are always runtime, so this value is only editable for data-blocks in Main data-base.
180700
180745
 
180701
180746
  :type: bool
180702
180747
  """
@@ -180803,13 +180848,13 @@ class ID(bpy_struct):
180803
180848
  :param mode: How to handle name collision, in case the requested new name is already used by another ID of the same type
180804
180849
 
180805
180850
  NEVER
180806
- Never Rename -- Never rename an exisitng ID whose name would conflict, the currently renamed ID will get a numeric suffix appended to its new name.
180851
+ Never Rename -- Never rename an existing ID whose name would conflict, the currently renamed ID will get a numeric suffix appended to its new name.
180807
180852
 
180808
180853
  ALWAYS
180809
- Always Rename -- Always rename an exisitng ID whose name would conflict, ensuring that the currently renamed ID will get requested name.
180854
+ Always Rename -- Always rename an existing ID whose name would conflict, ensuring that the currently renamed ID will get requested name.
180810
180855
 
180811
180856
  SAME_ROOT
180812
- Rename If Same Root -- Only rename an exisitng ID whose name would conflict if its name root (everything besides the numerical suffix) is the same as the existing name of the currently renamed ID.
180857
+ Rename If Same Root -- Only rename an existing ID whose name would conflict if its name root (everything besides the numerical suffix) is the same as the existing name of the currently renamed ID.
180813
180858
  :type mode: typing.Literal['NEVER','ALWAYS','SAME_ROOT'] | None
180814
180859
  :return: How did the renaming of the data-block went on
180815
180860
 
@@ -180823,7 +180868,7 @@ class ID(bpy_struct):
180823
180868
  Renamed Without Collision -- The ID was renamed as requested, without creating any name collision.
180824
180869
 
180825
180870
  RENAMED_COLLISION_ADJUSTED
180826
- Renamed With Collision -- The ID was renamed with adjustement of the requested name, to avoid a name collision.
180871
+ Renamed With Collision -- The ID was renamed with adjustment of the requested name, to avoid a name collision.
180827
180872
 
180828
180873
  RENAMED_COLLISION_FORCED
180829
180874
  Renamed Enforced With Collision -- The ID was renamed as requested, also renaming another ID to avoid a name collision.
@@ -181061,7 +181106,7 @@ class IDOverrideLibrary(bpy_struct):
181061
181106
  :type view_layer: ViewLayer | None
181062
181107
  :param residual_storage: Collection where to store objects that are instantiated in any other collection anymore (garbage collection, will be created if needed and none is provided)
181063
181108
  :type residual_storage: Collection | None
181064
- :param do_hierarchy_enforce: Enforce restoring the dependency hierarchy between data-blocks to match the one from the reference linked hierarchy (WARNING: if some ID pointers have been purposedly overridden, these will be reset to their default value)
181109
+ :param do_hierarchy_enforce: Enforce restoring the dependency hierarchy between data-blocks to match the one from the reference linked hierarchy (WARNING: if some ID pointers have been purposely overridden, these will be reset to their default value)
181065
181110
  :type do_hierarchy_enforce: bool | None
181066
181111
  :param do_whole_hierarchy: Resync the whole hierarchy this data-block belongs to, not only its own sub-hierarchy
181067
181112
  :type do_whole_hierarchy: bool | None
@@ -182343,7 +182388,7 @@ class ImagePaint(Paint, bpy_struct):
182343
182388
  """
182344
182389
 
182345
182390
  seam_bleed: int
182346
- """ Extend paint beyond the faces UVs to reduce seams (in pixels, slower)
182391
+ """ Extend paint beyond the faces' UVs to reduce seams (in pixels, slower)
182347
182392
 
182348
182393
  :type: int
182349
182394
  """
@@ -182549,7 +182594,7 @@ class ImageStrip(Strip, bpy_struct):
182549
182594
  """
182550
182595
 
182551
182596
  color_saturation: float
182552
- """ Adjust the intensity of the inputs color
182597
+ """ Adjust the intensity of the input's color
182553
182598
 
182554
182599
  :type: float
182555
182600
  """
@@ -182792,7 +182837,7 @@ class ImageTexture(Texture, ID, bpy_struct):
182792
182837
  """
182793
182838
 
182794
182839
  use_flip_axis: bool
182795
- """ Flip the textures X and Y axis
182840
+ """ Flip the texture's X and Y axis
182796
182841
 
182797
182842
  :type: bool
182798
182843
  """
@@ -183585,7 +183630,7 @@ class KeyMap(bpy_struct):
183585
183630
  """
183586
183631
 
183587
183632
  modal_event_values: bpy_prop_collection[EnumPropertyItem]
183588
- """ Give access to the possible event values of this modal keymaps items (#KeyMapItem.propvalue), for API introspection
183633
+ """ Give access to the possible event values of this modal keymap's items (#KeyMapItem.propvalue), for API introspection
183589
183634
 
183590
183635
  :type: bpy_prop_collection[EnumPropertyItem]
183591
183636
  """
@@ -183882,13 +183927,13 @@ class Keyframe(bpy_struct):
183882
183927
  """Bézier curve point with two handles defining a Keyframe on an F-Curve"""
183883
183928
 
183884
183929
  amplitude: float
183885
- """ Amount to boost elastic bounces for elastic easing
183930
+ """ Amount to boost elastic bounces for 'elastic' easing
183886
183931
 
183887
183932
  :type: float
183888
183933
  """
183889
183934
 
183890
183935
  back: float
183891
- """ Amount of overshoot for back easing
183936
+ """ Amount of overshoot for 'back' easing
183892
183937
 
183893
183938
  :type: float
183894
183939
  """
@@ -184043,25 +184088,25 @@ class KeyingSet(bpy_struct):
184043
184088
  """
184044
184089
 
184045
184090
  use_insertkey_needed: bool
184046
- """ Only insert keyframes where theyre needed in the relevant F-Curves
184091
+ """ Only insert keyframes where they're needed in the relevant F-Curves
184047
184092
 
184048
184093
  :type: bool
184049
184094
  """
184050
184095
 
184051
184096
  use_insertkey_override_needed: bool
184052
- """ Override default setting to only insert keyframes where theyre needed in the relevant F-Curves
184097
+ """ Override default setting to only insert keyframes where they're needed in the relevant F-Curves
184053
184098
 
184054
184099
  :type: bool
184055
184100
  """
184056
184101
 
184057
184102
  use_insertkey_override_visual: bool
184058
- """ Override default setting to insert keyframes based on visual transforms
184103
+ """ Override default setting to insert keyframes based on 'visual transforms'
184059
184104
 
184060
184105
  :type: bool
184061
184106
  """
184062
184107
 
184063
184108
  use_insertkey_visual: bool
184064
- """ Insert keyframes based on visual transforms
184109
+ """ Insert keyframes based on 'visual transforms'
184065
184110
 
184066
184111
  :type: bool
184067
184112
  """
@@ -184231,31 +184276,31 @@ class KeyingSetPath(bpy_struct):
184231
184276
  """
184232
184277
 
184233
184278
  use_entire_array: bool
184234
- """ When an array/vector type is chosen (Location, Rotation, Color, etc.), entire array is to be used
184279
+ """ When an 'array/vector' type is chosen (Location, Rotation, Color, etc.), entire array is to be used
184235
184280
 
184236
184281
  :type: bool
184237
184282
  """
184238
184283
 
184239
184284
  use_insertkey_needed: bool
184240
- """ Only insert keyframes where theyre needed in the relevant F-Curves
184285
+ """ Only insert keyframes where they're needed in the relevant F-Curves
184241
184286
 
184242
184287
  :type: bool
184243
184288
  """
184244
184289
 
184245
184290
  use_insertkey_override_needed: bool
184246
- """ Override default setting to only insert keyframes where theyre needed in the relevant F-Curves
184291
+ """ Override default setting to only insert keyframes where they're needed in the relevant F-Curves
184247
184292
 
184248
184293
  :type: bool
184249
184294
  """
184250
184295
 
184251
184296
  use_insertkey_override_visual: bool
184252
- """ Override default setting to insert keyframes based on visual transforms
184297
+ """ Override default setting to insert keyframes based on 'visual transforms'
184253
184298
 
184254
184299
  :type: bool
184255
184300
  """
184256
184301
 
184257
184302
  use_insertkey_visual: bool
184258
- """ Insert keyframes based on visual transforms
184303
+ """ Insert keyframes based on 'visual transforms'
184259
184304
 
184260
184305
  :type: bool
184261
184306
  """
@@ -184424,7 +184469,7 @@ class KinematicConstraint(Constraint, bpy_struct):
184424
184469
  """
184425
184470
 
184426
184471
  use_tail: bool
184427
- """ Include bones tail as last element in chain
184472
+ """ Include bone's tail as last element in chain
184428
184473
 
184429
184474
  :type: bool
184430
184475
  """
@@ -185128,7 +185173,7 @@ class LibraryWeakReference(bpy_struct):
185128
185173
  """
185129
185174
 
185130
185175
  id_name: str
185131
- """ Full ID name in the library .blend file (including the two leading id type chars)
185176
+ """ Full ID name in the library .blend file (including the two leading 'id type' chars)
185132
185177
 
185133
185178
  :type: str
185134
185179
  """
@@ -190866,7 +190911,7 @@ class Mask(ID, bpy_struct):
190866
190911
  """Mask data-block defining mask for compositing"""
190867
190912
 
190868
190913
  active_layer_index: int | None
190869
- """ Index of active layer in list of all masks layers
190914
+ """ Index of active layer in list of all mask's layers
190870
190915
 
190871
190916
  :type: int | None
190872
190917
  """
@@ -191457,7 +191502,7 @@ class MaskStrip(Strip, bpy_struct):
191457
191502
  """
191458
191503
 
191459
191504
  color_saturation: float
191460
- """ Adjust the intensity of the inputs color
191505
+ """ Adjust the intensity of the input's color
191461
191506
 
191462
191507
  :type: float
191463
191508
  """
@@ -191570,7 +191615,7 @@ class Material(ID, bpy_struct):
191570
191615
  """
191571
191616
 
191572
191617
  blend_method: typing.Literal["OPAQUE", "CLIP", "HASHED", "BLEND"]
191573
- """ Blend Mode for Transparent Faces (Deprecated: use surface_render_method)
191618
+ """ Blend Mode for Transparent Faces (Deprecated: use 'surface_render_method')
191574
191619
 
191575
191620
  :type: typing.Literal['OPAQUE','CLIP','HASHED','BLEND']
191576
191621
  """
@@ -191680,7 +191725,7 @@ class Material(ID, bpy_struct):
191680
191725
  """
191681
191726
 
191682
191727
  show_transparent_back: bool
191683
- """ Render multiple transparent layers (may introduce transparency sorting problems) (Deprecated: use use_tranparency_overlap)
191728
+ """ Render multiple transparent layers (may introduce transparency sorting problems) (Deprecated: use 'use_tranparency_overlap')
191684
191729
 
191685
191730
  :type: bool
191686
191731
  """
@@ -191758,7 +191803,7 @@ class Material(ID, bpy_struct):
191758
191803
  """
191759
191804
 
191760
191805
  use_screen_refraction: bool
191761
- """ Use raytracing to determine transmitted color instead of using only light probes. This prevents the surface from contributing to the lighting of surfaces not using this setting. Deprecated: use use_raytrace_refraction.
191806
+ """ Use raytracing to determine transmitted color instead of using only light probes. This prevents the surface from contributing to the lighting of surfaces not using this setting. Deprecated: use 'use_raytrace_refraction'.
191762
191807
 
191763
191808
  :type: bool
191764
191809
  """
@@ -192105,7 +192150,7 @@ class MaterialSlot(bpy_struct):
192105
192150
  """Material slot in an object"""
192106
192151
 
192107
192152
  link: typing.Literal["OBJECT", "DATA"]
192108
- """ Link material to object or the objects data
192153
+ """ Link material to object or the object's data
192109
192154
 
192110
192155
  :type: typing.Literal['OBJECT','DATA']
192111
192156
  """
@@ -192348,7 +192393,7 @@ class Mesh(ID, bpy_struct):
192348
192393
  """
192349
192394
 
192350
192395
  auto_texspace: bool
192351
- """ Adjust active objects texture space automatically when transforming object
192396
+ """ Adjust active object's texture space automatically when transforming object
192352
192397
 
192353
192398
  :type: bool
192354
192399
  """
@@ -192414,7 +192459,7 @@ class Mesh(ID, bpy_struct):
192414
192459
  """
192415
192460
 
192416
192461
  normals_domain: typing.Literal["POINT", "FACE", "CORNER"]
192417
- """ The attribute domain that gives enough information to represent the meshs normals
192462
+ """ The attribute domain that gives enough information to represent the mesh's normals
192418
192463
 
192419
192464
  :type: typing.Literal['POINT','FACE','CORNER']
192420
192465
  """
@@ -192510,7 +192555,7 @@ class Mesh(ID, bpy_struct):
192510
192555
  """
192511
192556
 
192512
192557
  use_auto_texspace: bool
192513
- """ Adjust active objects texture space automatically when transforming object
192558
+ """ Adjust active object's texture space automatically when transforming object
192514
192559
 
192515
192560
  :type: bool
192516
192561
  """
@@ -193977,7 +194022,7 @@ class MeshUVLoopLayer(bpy_struct):
193977
194022
  """
193978
194023
 
193979
194024
  data: bpy_prop_collection[MeshUVLoop]
193980
- """ Deprecated, use uv, vertex_select, edge_select or pin properties instead
194025
+ """ Deprecated, use 'uv', 'vertex_select', 'edge_select' or 'pin' properties instead
193981
194026
 
193982
194027
  :type: bpy_prop_collection[MeshUVLoop]
193983
194028
  """
@@ -194191,7 +194236,7 @@ class MetaBall(ID, bpy_struct):
194191
194236
  """
194192
194237
 
194193
194238
  use_auto_texspace: bool
194194
- """ Adjust active objects texture space automatically when transforming object
194239
+ """ Adjust active object's texture space automatically when transforming object
194195
194240
 
194196
194241
  :type: bool
194197
194242
  """
@@ -194384,7 +194429,7 @@ class MetaStrip(Strip, bpy_struct):
194384
194429
  """
194385
194430
 
194386
194431
  color_saturation: float
194387
- """ Adjust the intensity of the inputs color
194432
+ """ Adjust the intensity of the input's color
194388
194433
 
194389
194434
  :type: float
194390
194435
  """
@@ -194697,7 +194742,7 @@ class Modifier(bpy_struct):
194697
194742
  """
194698
194743
 
194699
194744
  use_apply_on_spline: bool
194700
- """ Apply this and all preceding deformation modifiers on splines points rather than on filled curve/surface
194745
+ """ Apply this and all preceding deformation modifiers on splines' points rather than on filled curve/surface
194701
194746
 
194702
194747
  :type: bool
194703
194748
  """
@@ -195235,7 +195280,7 @@ class MovieClipStrip(Strip, bpy_struct):
195235
195280
  """
195236
195281
 
195237
195282
  color_saturation: float
195238
- """ Adjust the intensity of the inputs color
195283
+ """ Adjust the intensity of the input's color
195239
195284
 
195240
195285
  :type: float
195241
195286
  """
@@ -195480,7 +195525,7 @@ class MovieStrip(Strip, bpy_struct):
195480
195525
  """
195481
195526
 
195482
195527
  color_saturation: float
195483
- """ Adjust the intensity of the inputs color
195528
+ """ Adjust the intensity of the input's color
195484
195529
 
195485
195530
  :type: float
195486
195531
  """
@@ -195798,13 +195843,13 @@ class MovieTrackingCamera(bpy_struct):
195798
195843
  """
195799
195844
 
195800
195845
  focal_length: float
195801
- """ Cameras focal length
195846
+ """ Camera's focal length
195802
195847
 
195803
195848
  :type: float
195804
195849
  """
195805
195850
 
195806
195851
  focal_length_pixels: float
195807
- """ Cameras focal length
195852
+ """ Camera's focal length
195808
195853
 
195809
195854
  :type: float
195810
195855
  """
@@ -196003,7 +196048,7 @@ class MovieTrackingMarker(bpy_struct):
196003
196048
  tuple[float, float],
196004
196049
  tuple[float, float],
196005
196050
  ]
196006
- """ Array of coordinates which represents patterns corners in normalized coordinates relative to marker position
196051
+ """ Array of coordinates which represents pattern's corners in normalized coordinates relative to marker position
196007
196052
 
196008
196053
  :type: list[list[float]] | tuple[tuple[float, float], tuple[float, float], tuple[float, float], tuple[float, float]]
196009
196054
  """
@@ -196526,7 +196571,7 @@ class MovieTrackingStabilization(bpy_struct):
196526
196571
  """
196527
196572
 
196528
196573
  anchor_frame: int
196529
- """ Reference point to anchor stabilization (other frames will be adjusted relative to this frames position)
196574
+ """ Reference point to anchor stabilization (other frames will be adjusted relative to this frame's position)
196530
196575
 
196531
196576
  :type: int
196532
196577
  """
@@ -196755,25 +196800,25 @@ class MovieTrackingTrack(bpy_struct):
196755
196800
  """
196756
196801
 
196757
196802
  select_anchor: bool
196758
- """ Tracks anchor point is selected
196803
+ """ Track's anchor point is selected
196759
196804
 
196760
196805
  :type: bool
196761
196806
  """
196762
196807
 
196763
196808
  select_pattern: bool
196764
- """ Tracks pattern area is selected
196809
+ """ Track's pattern area is selected
196765
196810
 
196766
196811
  :type: bool
196767
196812
  """
196768
196813
 
196769
196814
  select_search: bool
196770
- """ Tracks search area is selected
196815
+ """ Track's search area is selected
196771
196816
 
196772
196817
  :type: bool
196773
196818
  """
196774
196819
 
196775
196820
  use_alpha_preview: bool
196776
- """ Apply tracks mask on displaying preview
196821
+ """ Apply track's mask on displaying preview
196777
196822
 
196778
196823
  :type: bool
196779
196824
  """
@@ -197402,7 +197447,7 @@ class NlaStrip(bpy_struct):
197402
197447
  """
197403
197448
 
197404
197449
  blend_type: typing.Literal["REPLACE", "COMBINE", "ADD", "SUBTRACT", "MULTIPLY"]
197405
- """ Method used for combining strips result with accumulated result
197450
+ """ Method used for combining strip's result with accumulated result
197406
197451
 
197407
197452
  :type: typing.Literal['REPLACE','COMBINE','ADD','SUBTRACT','MULTIPLY']
197408
197453
  """
@@ -197414,7 +197459,7 @@ class NlaStrip(bpy_struct):
197414
197459
  """
197415
197460
 
197416
197461
  fcurves: NlaStripFCurves
197417
- """ F-Curves for controlling the strips influence and timing
197462
+ """ F-Curves for controlling the strip's influence and timing
197418
197463
 
197419
197464
  :type: NlaStripFCurves
197420
197465
  """
@@ -197432,7 +197477,7 @@ class NlaStrip(bpy_struct):
197432
197477
  """
197433
197478
 
197434
197479
  frame_end_ui: float
197435
- """ End frame of the NLA strip. Note: changing this value also updates the value of the strips repeats or its actions end frame. If only the end frame should be changed, see the "frame_end" property instead.
197480
+ """ End frame of the NLA strip. Note: changing this value also updates the value of the strip's repeats or its action's end frame. If only the end frame should be changed, see the "frame_end" property instead.
197436
197481
 
197437
197482
  :type: float
197438
197483
  """
@@ -197450,7 +197495,7 @@ class NlaStrip(bpy_struct):
197450
197495
  """
197451
197496
 
197452
197497
  frame_start_ui: float
197453
- """ Start frame of the NLA strip. Note: changing this value also updates the value of the strips end frame. If only the start frame should be changed, see the "frame_start" property instead.
197498
+ """ Start frame of the NLA strip. Note: changing this value also updates the value of the strip's end frame. If only the start frame should be changed, see the "frame_start" property instead.
197454
197499
 
197455
197500
  :type: float
197456
197501
  """
@@ -203244,7 +203289,7 @@ Deprecated. Will be remove in 5.0.
203244
203289
  """
203245
203290
 
203246
203291
  hide_in_modifier: bool
203247
- """ Dont show the input value in the geometry nodes modifier interface
203292
+ """ Don't show the input value in the geometry nodes modifier interface
203248
203293
 
203249
203294
  :type: bool
203250
203295
  """
@@ -208943,7 +208988,7 @@ class NormalEditModifier(Modifier, bpy_struct):
208943
208988
  """
208944
208989
 
208945
208990
  offset: mathutils.Vector
208946
- """ Offset from objects center
208991
+ """ Offset from object's center
208947
208992
 
208948
208993
  :type: mathutils.Vector
208949
208994
  """
@@ -208955,7 +209000,7 @@ class NormalEditModifier(Modifier, bpy_struct):
208955
209000
  """
208956
209001
 
208957
209002
  use_direction_parallel: bool
208958
- """ Use same direction for all normals, from origin to targets center (Directional mode only)
209003
+ """ Use same direction for all normals, from origin to target's center (Directional mode only)
208959
209004
 
208960
209005
  :type: bool
208961
209006
  """
@@ -209059,7 +209104,7 @@ class Object(ID, bpy_struct):
209059
209104
  tuple[float, float, float],
209060
209105
  tuple[float, float, float],
209061
209106
  ]
209062
- """ Objects bounding box in object-space coordinates, all values are -1.0 when not available
209107
+ """ Object's bounding box in object-space coordinates, all values are -1.0 when not available
209063
209108
 
209064
209109
  :type: list[list[float]] | tuple[tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float]]
209065
209110
  """
@@ -209306,7 +209351,7 @@ Warning: Assigning to it or its members multiple consecutive times will not work
209306
209351
  """
209307
209352
 
209308
209353
  lock_rotation_w: bool
209309
- """ Lock editing of angle component of four-component rotations when transforming
209354
+ """ Lock editing of 'angle' component of four-component rotations when transforming
209310
209355
 
209311
209356
  :type: bool
209312
209357
  """
@@ -209343,7 +209388,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
209343
209388
  """
209344
209389
 
209345
209390
  matrix_parent_inverse: mathutils.Matrix
209346
- """ Inverse of objects parent matrix at time of parenting
209391
+ """ Inverse of object's parent matrix at time of parenting
209347
209392
 
209348
209393
  :type: mathutils.Matrix
209349
209394
  """
@@ -209495,13 +209540,13 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
209495
209540
  """
209496
209541
 
209497
209542
  show_axis: bool
209498
- """ Display the objects origin and axes
209543
+ """ Display the object's origin and axes
209499
209544
 
209500
209545
  :type: bool
209501
209546
  """
209502
209547
 
209503
209548
  show_bounds: bool
209504
- """ Display the objects bounds
209549
+ """ Display the object's bounds
209505
209550
 
209506
209551
  :type: bool
209507
209552
  """
@@ -209543,7 +209588,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
209543
209588
  """
209544
209589
 
209545
209590
  show_name: bool
209546
- """ Display the objects name
209591
+ """ Display the object's name
209547
209592
 
209548
209593
  :type: bool
209549
209594
  """
@@ -209555,7 +209600,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
209555
209600
  """
209556
209601
 
209557
209602
  show_texture_space: bool
209558
- """ Display the objects texture space
209603
+ """ Display the object's texture space
209559
209604
 
209560
209605
  :type: bool
209561
209606
  """
@@ -209567,7 +209612,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
209567
209612
  """
209568
209613
 
209569
209614
  show_wire: bool
209570
- """ Display the objects wireframe over solid shading
209615
+ """ Display the object's wireframe over solid shading
209571
209616
 
209572
209617
  :type: bool
209573
209618
  """
@@ -209579,7 +209624,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
209579
209624
  """
209580
209625
 
209581
209626
  track_axis: bpy.stub_internal.rna_enums.ObjectAxisItems
209582
- """ Axis that points in the forward direction (applies to Instance Vertices when Align to Vertex Normal is enabled)
209627
+ """ Axis that points in the 'forward' direction (applies to Instance Vertices when Align to Vertex Normal is enabled)
209583
209628
 
209584
209629
  :type: bpy.stub_internal.rna_enums.ObjectAxisItems
209585
209630
  """
@@ -209597,7 +209642,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
209597
209642
  """
209598
209643
 
209599
209644
  use_camera_lock_parent: bool
209600
- """ View Lock 3D viewport camera transformation affects the objects parent instead
209645
+ """ View Lock 3D viewport camera transformation affects the object's parent instead
209601
209646
 
209602
209647
  :type: bool
209603
209648
  """
@@ -210356,13 +210401,13 @@ class ObjectLineArt(bpy_struct):
210356
210401
  """
210357
210402
 
210358
210403
  use_crease_override: bool
210359
- """ Use this objects crease setting to overwrite scene global
210404
+ """ Use this object's crease setting to overwrite scene global
210360
210405
 
210361
210406
  :type: bool
210362
210407
  """
210363
210408
 
210364
210409
  use_intersection_priority_override: bool
210365
- """ Use this objects intersection priority to override collection setting
210410
+ """ Use this object's intersection priority to override collection setting
210366
210411
 
210367
210412
  :type: bool
210368
210413
  """
@@ -210474,7 +210519,7 @@ class OceanModifier(Modifier, bpy_struct):
210474
210519
  """
210475
210520
 
210476
210521
  choppiness: float
210477
- """ Choppiness of the waves crest (adds some horizontal component to the displacement)
210522
+ """ Choppiness of the wave's crest (adds some horizontal component to the displacement)
210478
210523
 
210479
210524
  :type: float
210480
210525
  """
@@ -210492,7 +210537,7 @@ class OceanModifier(Modifier, bpy_struct):
210492
210537
  """
210493
210538
 
210494
210539
  fetch_jonswap: float
210495
- """ This is the distance from a lee shore, called the fetch, or the distance over which the wind blows with constant velocity. Used by JONSWAP and TMA models.
210540
+ """ This is the distance from a lee shore, called the fetch, or the distance over which the wind blows with constant velocity. Used by 'JONSWAP' and 'TMA' models.
210496
210541
 
210497
210542
  :type: float
210498
210543
  """
@@ -210570,7 +210615,7 @@ class OceanModifier(Modifier, bpy_struct):
210570
210615
  """
210571
210616
 
210572
210617
  sharpen_peak_jonswap: float
210573
- """ Peak sharpening for JONSWAP and TMA models
210618
+ """ Peak sharpening for 'JONSWAP' and 'TMA' models
210574
210619
 
210575
210620
  :type: float
210576
210621
  """
@@ -210614,7 +210659,7 @@ class OceanModifier(Modifier, bpy_struct):
210614
210659
  """
210615
210660
 
210616
210661
  use_normals: bool
210617
- """ Output normals for bump mapping - disabling can speed up performance if its not needed
210662
+ """ Output normals for bump mapping - disabling can speed up performance if it's not needed
210618
210663
 
210619
210664
  :type: bool
210620
210665
  """
@@ -211083,13 +211128,13 @@ class OperatorOptions(bpy_struct):
211083
211128
  """
211084
211129
 
211085
211130
  is_repeat: bool
211086
- """ True when run from the Adjust Last Operation panel
211131
+ """ True when run from the 'Adjust Last Operation' panel
211087
211132
 
211088
211133
  :type: bool
211089
211134
  """
211090
211135
 
211091
211136
  is_repeat_last: bool
211092
- """ True when run from the operator Repeat Last
211137
+ """ True when run from the operator 'Repeat Last'
211093
211138
 
211094
211139
  :type: bool
211095
211140
  """
@@ -212718,7 +212763,7 @@ class ParticleInstanceModifier(Modifier, bpy_struct):
212718
212763
  """
212719
212764
 
212720
212765
  use_preserve_shape: bool
212721
- """ Dont stretch the object
212766
+ """ Don't stretch the object
212722
212767
 
212723
212768
  :type: bool
212724
212769
  """
@@ -213325,13 +213370,13 @@ class ParticleSettings(ID, bpy_struct):
213325
213370
  """
213326
213371
 
213327
213372
  line_length_head: float
213328
- """ Length of the lines head
213373
+ """ Length of the line's head
213329
213374
 
213330
213375
  :type: float
213331
213376
  """
213332
213377
 
213333
213378
  line_length_tail: float
213334
- """ Length of the lines tail
213379
+ """ Length of the line's tail
213335
213380
 
213336
213381
  :type: float
213337
213382
  """
@@ -213433,7 +213478,7 @@ class ParticleSettings(ID, bpy_struct):
213433
213478
  """
213434
213479
 
213435
213480
  reactor_factor: float
213436
- """ Let the vector away from the target particles location give the particle a starting velocity
213481
+ """ Let the vector away from the target particle's location give the particle a starting velocity
213437
213482
 
213438
213483
  :type: float
213439
213484
  """
@@ -213480,7 +213525,7 @@ class ParticleSettings(ID, bpy_struct):
213480
213525
  "OB_Y",
213481
213526
  "OB_Z",
213482
213527
  ]
213483
- """ Particle orientation axis (does not affect Explode modifiers results)
213528
+ """ Particle orientation axis (does not affect Explode modifier's results)
213484
213529
 
213485
213530
  :type: typing.Literal['NONE','NOR','NOR_TAN','VEL','GLOB_X','GLOB_Y','GLOB_Z','OB_X','OB_Y','OB_Z']
213486
213531
  """
@@ -213732,7 +213777,7 @@ class ParticleSettings(ID, bpy_struct):
213732
213777
  """
213733
213778
 
213734
213779
  use_global_instance: bool
213735
- """ Use objects global coordinates for duplication
213780
+ """ Use object's global coordinates for duplication
213736
213781
 
213737
213782
  :type: bool
213738
213783
  """
@@ -213786,7 +213831,7 @@ class ParticleSettings(ID, bpy_struct):
213786
213831
  """
213787
213832
 
213788
213833
  use_rotation_instance: bool
213789
- """ Use objects rotation for duplication (global x-axis is aligned particle rotation axis)
213834
+ """ Use object's rotation for duplication (global x-axis is aligned particle rotation axis)
213790
213835
 
213791
213836
  :type: bool
213792
213837
  """
@@ -213804,7 +213849,7 @@ class ParticleSettings(ID, bpy_struct):
213804
213849
  """
213805
213850
 
213806
213851
  use_scale_instance: bool
213807
- """ Use objects scale for duplication
213852
+ """ Use object's scale for duplication
213808
213853
 
213809
213854
  :type: bool
213810
213855
  """
@@ -213816,7 +213861,7 @@ class ParticleSettings(ID, bpy_struct):
213816
213861
  """
213817
213862
 
213818
213863
  use_size_deflect: bool
213819
- """ Use particles size in deflection
213864
+ """ Use particle's size in deflection
213820
213865
 
213821
213866
  :type: bool
213822
213867
  """
@@ -214282,7 +214327,7 @@ class ParticleSystem(bpy_struct):
214282
214327
  """
214283
214328
 
214284
214329
  parent: Object | None
214285
- """ Use this objects coordinate system instead of global coordinate system
214330
+ """ Use this object's coordinate system instead of global coordinate system
214286
214331
 
214287
214332
  :type: Object | None
214288
214333
  """
@@ -214685,7 +214730,7 @@ class PivotConstraint(Constraint, bpy_struct):
214685
214730
  """
214686
214731
 
214687
214732
  offset: mathutils.Vector
214688
- """ Offset of pivot from target (when set), or from owners location (when Fixed Position is off), or the absolute pivot point
214733
+ """ Offset of pivot from target (when set), or from owner's location (when Fixed Position is off), or the absolute pivot point
214689
214734
 
214690
214735
  :type: mathutils.Vector
214691
214736
  """
@@ -214893,7 +214938,7 @@ class PointCache(bpy_struct):
214893
214938
  """
214894
214939
 
214895
214940
  use_library_path: bool
214896
- """ Use this files path for the disk cache when library linked into another file (for local bakes per scene file, disable this option)
214941
+ """ Use this file's path for the disk cache when library linked into another file (for local bakes per scene file, disable this option)
214897
214942
 
214898
214943
  :type: bool
214899
214944
  """
@@ -215012,7 +215057,7 @@ class PointCacheItem(bpy_struct):
215012
215057
  """
215013
215058
 
215014
215059
  use_library_path: bool
215015
- """ Use this files path for the disk cache when library linked into another file (for local bakes per scene file, disable this option)
215060
+ """ Use this file's path for the disk cache when library linked into another file (for local bakes per scene file, disable this option)
215016
215061
 
215017
215062
  :type: bool
215018
215063
  """
@@ -215375,25 +215420,25 @@ class PoseBone(bpy_struct):
215375
215420
  """Channel defining pose data for a bone in a Pose"""
215376
215421
 
215377
215422
  bbone_curveinx: float
215378
- """ X-axis handle offset for start of the B-Bones curve, adjusts curvature
215423
+ """ X-axis handle offset for start of the B-Bone's curve, adjusts curvature
215379
215424
 
215380
215425
  :type: float
215381
215426
  """
215382
215427
 
215383
215428
  bbone_curveinz: float
215384
- """ Z-axis handle offset for start of the B-Bones curve, adjusts curvature
215429
+ """ Z-axis handle offset for start of the B-Bone's curve, adjusts curvature
215385
215430
 
215386
215431
  :type: float
215387
215432
  """
215388
215433
 
215389
215434
  bbone_curveoutx: float
215390
- """ X-axis handle offset for end of the B-Bones curve, adjusts curvature
215435
+ """ X-axis handle offset for end of the B-Bone's curve, adjusts curvature
215391
215436
 
215392
215437
  :type: float
215393
215438
  """
215394
215439
 
215395
215440
  bbone_curveoutz: float
215396
- """ Z-axis handle offset for end of the B-Bones curve, adjusts curvature
215441
+ """ Z-axis handle offset for end of the B-Bone's curve, adjusts curvature
215397
215442
 
215398
215443
  :type: float
215399
215444
  """
@@ -215507,7 +215552,7 @@ class PoseBone(bpy_struct):
215507
215552
  """
215508
215553
 
215509
215554
  head: mathutils.Vector
215510
- """ Location of head of the channels bone
215555
+ """ Location of head of the channel's bone
215511
215556
 
215512
215557
  :type: mathutils.Vector
215513
215558
  """
@@ -215639,7 +215684,7 @@ class PoseBone(bpy_struct):
215639
215684
  """
215640
215685
 
215641
215686
  lock_rotation_w: bool
215642
- """ Lock editing of angle component of four-component rotations when transforming
215687
+ """ Lock editing of 'angle' component of four-component rotations when transforming
215643
215688
 
215644
215689
  :type: bool
215645
215690
  """
@@ -215669,7 +215714,7 @@ class PoseBone(bpy_struct):
215669
215714
  """
215670
215715
 
215671
215716
  matrix_channel: mathutils.Matrix
215672
- """ 4×4 matrix of the bones location/rotation/scale channels (including animation and drivers) and the effect of bone constraints
215717
+ """ 4×4 matrix of the bone's location/rotation/scale channels (including animation and drivers) and the effect of bone constraints
215673
215718
 
215674
215719
  :type: mathutils.Matrix
215675
215720
  """
@@ -215723,7 +215768,7 @@ class PoseBone(bpy_struct):
215723
215768
  """
215724
215769
 
215725
215770
  tail: mathutils.Vector
215726
- """ Location of tail of the channels bone
215771
+ """ Location of tail of the channel's bone
215727
215772
 
215728
215773
  :type: mathutils.Vector
215729
215774
  """
@@ -216166,7 +216211,7 @@ class PreferencesEdit(bpy_struct):
216166
216211
  """
216167
216212
 
216168
216213
  grease_pencil_eraser_radius: int
216169
- """ Radius of eraser brush
216214
+ """ Radius of eraser 'brush'
216170
216215
 
216171
216216
  :type: int
216172
216217
  """
@@ -216259,7 +216304,7 @@ class PreferencesEdit(bpy_struct):
216259
216304
  """
216260
216305
 
216261
216306
  use_auto_keyframe_insert_needed: bool
216262
- """ Auto-Keying will skip inserting keys that dont affect the animation
216307
+ """ Auto-Keying will skip inserting keys that don't affect the animation
216263
216308
 
216264
216309
  :type: bool
216265
216310
  """
@@ -216277,7 +216322,7 @@ class PreferencesEdit(bpy_struct):
216277
216322
  """
216278
216323
 
216279
216324
  use_cursor_lock_adjust: bool
216280
- """ Place the cursor without jumping to the new location (when lock-to-cursor is used)
216325
+ """ Place the cursor without 'jumping' to the new location (when lock-to-cursor is used)
216281
216326
 
216282
216327
  :type: bool
216283
216328
  """
@@ -216427,7 +216472,7 @@ class PreferencesEdit(bpy_struct):
216427
216472
  """
216428
216473
 
216429
216474
  use_keyframe_insert_needed: bool
216430
- """ When keying manually, skip inserting keys that dont affect the animation
216475
+ """ When keying manually, skip inserting keys that don't affect the animation
216431
216476
 
216432
216477
  :type: bool
216433
216478
  """
@@ -216588,7 +216633,7 @@ class PreferencesExperimental(bpy_struct):
216588
216633
  """
216589
216634
 
216590
216635
  write_legacy_blend_file_format: bool
216591
- """ Use file format used before Blender 5.0. This format is more limited but it may have better compatibility with tools that dont support the new format yet
216636
+ """ Use file format used before Blender 5.0. This format is more limited but it may have better compatibility with tools that don't support the new format yet
216592
216637
 
216593
216638
  :type: bool
216594
216639
  """
@@ -216726,7 +216771,7 @@ class PreferencesFilePaths(bpy_struct):
216726
216771
  """
216727
216772
 
216728
216773
  i18n_branches_directory: str
216729
- """ The path to the /branches directory of your local svn-translation copy, to allow translating from the UI
216774
+ """ The path to the '/branches' directory of your local svn-translation copy, to allow translating from the UI
216730
216775
 
216731
216776
  :type: str
216732
216777
  """
@@ -216822,7 +216867,7 @@ Example: -f $filepath -l $line -c $column
216822
216867
 
216823
216868
  use_auto_save_temporary_files: bool
216824
216869
  """ Automatic saving of temporary files in temp directory, uses process ID.
216825
- Warning: Sculpt and edit mode data wont be saved
216870
+ Warning: Sculpt and edit mode data won't be saved
216826
216871
 
216827
216872
  :type: bool
216828
216873
  """
@@ -216959,7 +217004,7 @@ class PreferencesInput(bpy_struct):
216959
217004
  """
216960
217005
 
216961
217006
  ndof_deadzone: float
216962
- """ Threshold of initial movement needed from the devices rest position
217007
+ """ Threshold of initial movement needed from the device's rest position
216963
217008
 
216964
217009
  :type: float
216965
217010
  """
@@ -217145,7 +217190,7 @@ class PreferencesInput(bpy_struct):
217145
217190
  """
217146
217191
 
217147
217192
  use_zoom_to_mouse: bool
217148
- """ Zoom in towards the mouse pointers position in the 3D view, rather than the 2D window center
217193
+ """ Zoom in towards the mouse pointer's position in the 3D view, rather than the 2D window center
217149
217194
 
217150
217195
  :type: bool
217151
217196
  """
@@ -217630,7 +217675,7 @@ class PreferencesView(bpy_struct):
217630
217675
  """
217631
217676
 
217632
217677
  mini_axis_size: int
217633
- """ The axes icons size
217678
+ """ The axes icon's size
217634
217679
 
217635
217680
  :type: int
217636
217681
  """
@@ -217719,6 +217764,12 @@ class PreferencesView(bpy_struct):
217719
217764
  :type: bool
217720
217765
  """
217721
217766
 
217767
+ show_area_handle: bool
217768
+ """ Show visible area maintenance corner handles
217769
+
217770
+ :type: bool
217771
+ """
217772
+
217722
217773
  show_column_layout: bool
217723
217774
  """ Use a column layout for toolbox
217724
217775
 
@@ -218236,7 +218287,7 @@ class Property(bpy_struct):
218236
218287
  """
218237
218288
 
218238
218289
  is_path_supports_blend_relative: bool
218239
- """ Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend" files directory
218290
+ """ Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend" file's directory
218240
218291
 
218241
218292
  :type: bool
218242
218293
  """
@@ -218314,7 +218365,7 @@ class Property(bpy_struct):
218314
218365
  """
218315
218366
 
218316
218367
  translation_context: str
218317
- """ Translation context of the propertys name
218368
+ """ Translation context of the property's name
218318
218369
 
218319
218370
  :type: str
218320
218371
  """
@@ -218674,7 +218725,7 @@ class RaytraceEEVEE(bpy_struct):
218674
218725
  """
218675
218726
 
218676
218727
  denoise_spatial: bool
218677
- """ Reuse neighbor pixels rays
218728
+ """ Reuse neighbor pixels' rays
218678
218729
 
218679
218730
  :type: bool
218680
218731
  """
@@ -219185,7 +219236,7 @@ class RenderEngine(bpy_struct):
219185
219236
  """
219186
219237
 
219187
219238
  bl_use_shading_nodes_custom: bool
219188
- """ Dont expose Cycles and EEVEE shading nodes in the node editor user interface, so separate nodes can be used instead
219239
+ """ Don't expose Cycles and EEVEE shading nodes in the node editor user interface, so separate nodes can be used instead
219189
219240
 
219190
219241
  :type: bool
219191
219242
  """
@@ -220105,13 +220156,13 @@ class RenderSettings(bpy_struct):
220105
220156
  """
220106
220157
 
220107
220158
  compositor_denoise_final_quality: typing.Literal["HIGH", "BALANCED", "FAST"]
220108
- """ The quality used by denoise nodes during the compositing of final renders if the nodes quality option is set to Follow Scene
220159
+ """ The quality used by denoise nodes during the compositing of final renders if the nodes' quality option is set to Follow Scene
220109
220160
 
220110
220161
  :type: typing.Literal['HIGH','BALANCED','FAST']
220111
220162
  """
220112
220163
 
220113
220164
  compositor_denoise_preview_quality: typing.Literal["HIGH", "BALANCED", "FAST"]
220114
- """ The quality used by denoise nodes during viewport and interactive compositing if the nodes quality option is set to Follow Scene
220165
+ """ The quality used by denoise nodes during viewport and interactive compositing if the nodes' quality option is set to Follow Scene
220115
220166
 
220116
220167
  :type: typing.Literal['HIGH','BALANCED','FAST']
220117
220168
  """
@@ -220243,7 +220294,7 @@ class RenderSettings(bpy_struct):
220243
220294
  """
220244
220295
 
220245
220296
  motion_blur_position: typing.Literal["START", "CENTER", "END"]
220246
- """ Offset for the shutters time interval, allows to change the motion blur trails
220297
+ """ Offset for the shutter's time interval, allows to change the motion blur trails
220247
220298
 
220248
220299
  :type: typing.Literal['START','CENTER','END']
220249
220300
  """
@@ -220255,7 +220306,7 @@ class RenderSettings(bpy_struct):
220255
220306
  """
220256
220307
 
220257
220308
  motion_blur_shutter_curve: CurveMapping | None
220258
- """ Curve defining the shutters openness over time
220309
+ """ Curve defining the shutter's openness over time
220259
220310
 
220260
220311
  :type: CurveMapping | None
220261
220312
  """
@@ -220495,7 +220546,7 @@ class RenderSettings(bpy_struct):
220495
220546
  """
220496
220547
 
220497
220548
  use_placeholder: bool
220498
- """ Create empty placeholder files while rendering frames (similar to Unix touch)
220549
+ """ Create empty placeholder files while rendering frames (similar to Unix 'touch')
220499
220550
 
220500
220551
  :type: bool
220501
220552
  """
@@ -220591,7 +220642,7 @@ class RenderSettings(bpy_struct):
220591
220642
  """
220592
220643
 
220593
220644
  use_stamp_lens: bool
220594
- """ Include the active cameras lens in image metadata
220645
+ """ Include the active camera's lens in image metadata
220595
220646
 
220596
220647
  :type: bool
220597
220648
  """
@@ -221333,7 +221384,7 @@ class RigidBodyObject(bpy_struct):
221333
221384
  """
221334
221385
 
221335
221386
  mass: float
221336
- """ How much the object weighs irrespective of gravity
221387
+ """ How much the object 'weighs' irrespective of gravity
221337
221388
 
221338
221389
  :type: float
221339
221390
  """
@@ -221840,7 +221891,7 @@ class SPHFluidSettings(bpy_struct):
221840
221891
  """
221841
221892
 
221842
221893
  use_viscoelastic_springs: bool
221843
- """ Use viscoelastic springs instead of Hookes springs
221894
+ """ Use viscoelastic springs instead of Hooke's springs
221844
221895
 
221845
221896
  :type: bool
221846
221897
  """
@@ -221887,7 +221938,7 @@ class Scene(ID, bpy_struct):
221887
221938
  """Scene data-block, consisting in objects and defining time and render related settings"""
221888
221939
 
221889
221940
  active_clip: MovieClip | None
221890
- """ Active Movie Clip that can be used by motion tracking constraints or as a cameras background image
221941
+ """ Active Movie Clip that can be used by motion tracking constraints or as a camera's background image
221891
221942
 
221892
221943
  :type: MovieClip | None
221893
221944
  """
@@ -222087,7 +222138,7 @@ class Scene(ID, bpy_struct):
222087
222138
  """
222088
222139
 
222089
222140
  lock_frame_selection_to_range: bool
222090
- """ Dont allow frame to be selected with mouse outside of frame range
222141
+ """ Don't allow frame to be selected with mouse outside of frame range
222091
222142
 
222092
222143
  :type: bool
222093
222144
  """
@@ -222195,7 +222246,7 @@ class Scene(ID, bpy_struct):
222195
222246
  """
222196
222247
 
222197
222248
  use_custom_simulation_range: bool
222198
- """ Use a simulation range that is different from the scene range for simulation nodes that dont override the frame range themselves
222249
+ """ Use a simulation range that is different from the scene range for simulation nodes that don't override the frame range themselves
222199
222250
 
222200
222251
  :type: bool
222201
222252
  """
@@ -223045,7 +223096,7 @@ class SceneStrip(Strip, bpy_struct):
223045
223096
  """
223046
223097
 
223047
223098
  color_saturation: float
223048
- """ Adjust the intensity of the inputs color
223099
+ """ Adjust the intensity of the input's color
223049
223100
 
223050
223101
  :type: float
223051
223102
  """
@@ -223087,7 +223138,7 @@ class SceneStrip(Strip, bpy_struct):
223087
223138
  """
223088
223139
 
223089
223140
  scene_camera: Object | None
223090
- """ Override the scenes active camera
223141
+ """ Override the scene's active camera
223091
223142
 
223092
223143
  :type: Object | None
223093
223144
  """
@@ -223851,7 +223902,7 @@ class SequenceEditor(bpy_struct):
223851
223902
  """Sequence editing data for a Scene data-block"""
223852
223903
 
223853
223904
  active_strip: Strip | None
223854
- """ Sequencers active strip
223905
+ """ Sequencer's active strip
223855
223906
 
223856
223907
  :type: Strip | None
223857
223908
  """
@@ -224308,6 +224359,12 @@ class SequencerTonemapModifierData(StripModifier, bpy_struct):
224308
224359
  :type: float
224309
224360
  """
224310
224361
 
224362
+ open_mask_input_panel: bool
224363
+ """
224364
+
224365
+ :type: bool
224366
+ """
224367
+
224311
224368
  tonemap_type: typing.Literal["RD_PHOTORECEPTOR", "RH_SIMPLE"]
224312
224369
  """ Tone mapping algorithm
224313
224370
 
@@ -224372,13 +224429,13 @@ class SequencerToolSettings(bpy_struct):
224372
224429
  """
224373
224430
 
224374
224431
  snap_ignore_muted: bool
224375
- """ Dont snap to hidden strips
224432
+ """ Don't snap to hidden strips
224376
224433
 
224377
224434
  :type: bool
224378
224435
  """
224379
224436
 
224380
224437
  snap_ignore_sound: bool
224381
- """ Dont snap to sound strips
224438
+ """ Don't snap to sound strips
224382
224439
 
224383
224440
  :type: bool
224384
224441
  """
@@ -225947,7 +226004,7 @@ class ShaderNodeBsdfHairPrincipled(ShaderNode, NodeInternal, Node, bpy_struct):
225947
226004
  """
225948
226005
 
225949
226006
  parametrization: typing.Literal["ABSORPTION", "MELANIN", "COLOR"]
225950
- """ Select the shaders color parametrization
226007
+ """ Select the shader's color parametrization
225951
226008
 
225952
226009
  :type: typing.Literal['ABSORPTION','MELANIN','COLOR']
225953
226010
  """
@@ -229811,7 +229868,7 @@ class ShaderNodeTexBrick(ShaderNode, NodeInternal, Node, bpy_struct):
229811
229868
  """
229812
229869
 
229813
229870
  squash: float
229814
- """ Factor to adjust the bricks width for particular rows determined by the Offset Frequency
229871
+ """ Factor to adjust the brick's width for particular rows determined by the Offset Frequency
229815
229872
 
229816
229873
  :type: float
229817
229874
  """
@@ -232846,7 +232903,7 @@ class ShrinkwrapModifier(Modifier, bpy_struct):
232846
232903
  """
232847
232904
 
232848
232905
  subsurf_levels: int
232849
- """ Number of subdivisions that must be performed before extracting vertices positions and normals
232906
+ """ Number of subdivisions that must be performed before extracting vertices' positions and normals
232850
232907
 
232851
232908
  :type: int
232852
232909
  """
@@ -233333,7 +233390,7 @@ class SoftBodySettings(bpy_struct):
233333
233390
  """Soft body simulation settings for an object"""
233334
233391
 
233335
233392
  aero: int
233336
- """ Make edges sail
233393
+ """ Make edges 'sail'
233337
233394
 
233338
233395
  :type: int
233339
233396
  """
@@ -233369,7 +233426,7 @@ class SoftBodySettings(bpy_struct):
233369
233426
  """
233370
233427
 
233371
233428
  choke: int
233372
- """ Viscosity inside collision target
233429
+ """ 'Viscosity' inside collision target
233373
233430
 
233374
233431
  :type: int
233375
233432
  """
@@ -234627,43 +234684,43 @@ class SpaceDopeSheetEditor(Space, bpy_struct):
234627
234684
  """
234628
234685
 
234629
234686
  cache_cloth: bool
234630
- """ Show the active objects cloth point cache
234687
+ """ Show the active object's cloth point cache
234631
234688
 
234632
234689
  :type: bool
234633
234690
  """
234634
234691
 
234635
234692
  cache_dynamicpaint: bool
234636
- """ Show the active objects Dynamic Paint cache
234693
+ """ Show the active object's Dynamic Paint cache
234637
234694
 
234638
234695
  :type: bool
234639
234696
  """
234640
234697
 
234641
234698
  cache_particles: bool
234642
- """ Show the active objects particle point cache
234699
+ """ Show the active object's particle point cache
234643
234700
 
234644
234701
  :type: bool
234645
234702
  """
234646
234703
 
234647
234704
  cache_rigidbody: bool
234648
- """ Show the active objects Rigid Body cache
234705
+ """ Show the active object's Rigid Body cache
234649
234706
 
234650
234707
  :type: bool
234651
234708
  """
234652
234709
 
234653
234710
  cache_simulation_nodes: bool
234654
- """ Show the active objects simulation nodes cache and bake data
234711
+ """ Show the active object's simulation nodes cache and bake data
234655
234712
 
234656
234713
  :type: bool
234657
234714
  """
234658
234715
 
234659
234716
  cache_smoke: bool
234660
- """ Show the active objects smoke cache
234717
+ """ Show the active object's smoke cache
234661
234718
 
234662
234719
  :type: bool
234663
234720
  """
234664
234721
 
234665
234722
  cache_softbody: bool
234666
- """ Show the active objects softbody point cache
234723
+ """ Show the active object's softbody point cache
234667
234724
 
234668
234725
  :type: bool
234669
234726
  """
@@ -234853,7 +234910,7 @@ class SpaceFileBrowser(Space, bpy_struct):
234853
234910
  """
234854
234911
 
234855
234912
  bookmarks: bpy_prop_collection[FileBrowserFSMenuEntry]
234856
- """ Users bookmarks
234913
+ """ User's bookmarks
234857
234914
 
234858
234915
  :type: bpy_prop_collection[FileBrowserFSMenuEntry]
234859
234916
  """
@@ -234913,7 +234970,7 @@ class SpaceFileBrowser(Space, bpy_struct):
234913
234970
  """
234914
234971
 
234915
234972
  system_bookmarks: bpy_prop_collection[FileBrowserFSMenuEntry]
234916
- """ Systems bookmarks
234973
+ """ System's bookmarks
234917
234974
 
234918
234975
  :type: bpy_prop_collection[FileBrowserFSMenuEntry]
234919
234976
  """
@@ -234925,7 +234982,7 @@ class SpaceFileBrowser(Space, bpy_struct):
234925
234982
  """
234926
234983
 
234927
234984
  system_folders: bpy_prop_collection[FileBrowserFSMenuEntry]
234928
- """ Systems folders (usually root, available hard drives, etc)
234985
+ """ System's folders (usually root, available hard drives, etc)
234929
234986
 
234930
234987
  :type: bpy_prop_collection[FileBrowserFSMenuEntry]
234931
234988
  """
@@ -235963,7 +236020,7 @@ class SpaceNodeEditor(Space, bpy_struct):
235963
236020
  """
235964
236021
 
235965
236022
  supports_previews: bool
235966
- """ Whether the node editors type supports displaying node previews
236023
+ """ Whether the node editor's type supports displaying node previews
235967
236024
 
235968
236025
  :type: bool
235969
236026
  """
@@ -236070,7 +236127,7 @@ class SpaceNodeOverlay(bpy_struct):
236070
236127
  """
236071
236128
 
236072
236129
  show_context_path: bool
236073
- """ Display breadcrumbs for the editors context
236130
+ """ Display breadcrumbs for the editor's context
236074
236131
 
236075
236132
  :type: bool
236076
236133
  """
@@ -236088,7 +236145,7 @@ class SpaceNodeOverlay(bpy_struct):
236088
236145
  """
236089
236146
 
236090
236147
  show_previews: bool
236091
- """ Display each nodes preview if node is toggled
236148
+ """ Display each node's preview if node is toggled
236092
236149
 
236093
236150
  :type: bool
236094
236151
  """
@@ -236100,7 +236157,7 @@ class SpaceNodeOverlay(bpy_struct):
236100
236157
  """
236101
236158
 
236102
236159
  show_timing: bool
236103
- """ Display each nodes last execution time
236160
+ """ Display each node's last execution time
236104
236161
 
236105
236162
  :type: bool
236106
236163
  """
@@ -237517,7 +237574,7 @@ class SpaceView3D(Space, bpy_struct):
237517
237574
  """3D View space data"""
237518
237575
 
237519
237576
  camera: Object | None
237520
- """ Active camera used in this view (when unlocked from the scenes active camera)
237577
+ """ Active camera used in this view (when unlocked from the scene's active camera)
237521
237578
 
237522
237579
  :type: Object | None
237523
237580
  """
@@ -237553,7 +237610,7 @@ class SpaceView3D(Space, bpy_struct):
237553
237610
  """
237554
237611
 
237555
237612
  lock_bone: str
237556
- """ 3D View center is locked to this bones position
237613
+ """ 3D View center is locked to this bone's position
237557
237614
 
237558
237615
  :type: str
237559
237616
  """
@@ -237565,13 +237622,13 @@ class SpaceView3D(Space, bpy_struct):
237565
237622
  """
237566
237623
 
237567
237624
  lock_cursor: bool
237568
- """ 3D View center is locked to the cursors position
237625
+ """ 3D View center is locked to the cursor's position
237569
237626
 
237570
237627
  :type: bool
237571
237628
  """
237572
237629
 
237573
237630
  lock_object: Object | None
237574
- """ 3D View center is locked to this objects position
237631
+ """ 3D View center is locked to this object's position
237575
237632
 
237576
237633
  :type: Object | None
237577
237634
  """
@@ -237595,7 +237652,7 @@ class SpaceView3D(Space, bpy_struct):
237595
237652
  """
237596
237653
 
237597
237654
  region_quadviews: bpy_prop_collection[RegionView3D]
237598
- """ 3D regions (the third one defines quad view settings, the fourth one is same as region_3d)
237655
+ """ 3D regions (the third one defines quad view settings, the fourth one is same as 'region_3d')
237599
237656
 
237600
237657
  :type: bpy_prop_collection[RegionView3D]
237601
237658
  """
@@ -237997,7 +238054,7 @@ class SpaceView3D(Space, bpy_struct):
237997
238054
  """
237998
238055
 
237999
238056
  stereo_3d_volume_alpha: float
238000
- """ Opacity (alpha) of the cameras frustum volume
238057
+ """ Opacity (alpha) of the cameras' frustum volume
238001
238058
 
238002
238059
  :type: float
238003
238060
  """
@@ -238017,7 +238074,7 @@ class SpaceView3D(Space, bpy_struct):
238017
238074
  """
238018
238075
 
238019
238076
  use_local_camera: bool
238020
- """ Use a local camera in this view, rather than scenes active camera
238077
+ """ Use a local camera in this view, rather than scene's active camera
238021
238078
 
238022
238079
  :type: bool
238023
238080
  """
@@ -238680,7 +238737,7 @@ class SpotLight(Light, ID, bpy_struct):
238680
238737
  """Directional cone Light"""
238681
238738
 
238682
238739
  energy: float
238683
- """ The energy this light would emit over its entire area if it wasnt limited by the spot angle, in units of radiant power (W)
238740
+ """ The energy this light would emit over its entire area if it wasn't limited by the spot angle, in units of radiant power (W)
238684
238741
 
238685
238742
  :type: float
238686
238743
  """
@@ -239357,7 +239414,7 @@ class StretchToConstraint(Constraint, bpy_struct):
239357
239414
  """
239358
239415
 
239359
239416
  volume: typing.Literal["VOLUME_XZX", "VOLUME_X", "VOLUME_Z", "NO_VOLUME"]
239360
- """ Maintain the objects volume as it stretches
239417
+ """ Maintain the object's volume as it stretches
239361
239418
 
239362
239419
  :type: typing.Literal['VOLUME_XZX','VOLUME_X','VOLUME_Z','NO_VOLUME']
239363
239420
  """
@@ -239523,7 +239580,7 @@ class Strip(bpy_struct):
239523
239580
  """Sequence strip in the sequence editor"""
239524
239581
 
239525
239582
  blend_alpha: float
239526
- """ Percentage of how much the strips colors affect other strips
239583
+ """ Percentage of how much the strip's colors affect other strips
239527
239584
 
239528
239585
  :type: float
239529
239586
  """
@@ -239707,7 +239764,7 @@ class Strip(bpy_struct):
239707
239764
  """
239708
239765
 
239709
239766
  use_linear_modifiers: bool
239710
- """ Calculate modifiers in linear space instead of sequencers space
239767
+ """ Calculate modifiers in linear space instead of sequencer's space
239711
239768
 
239712
239769
  :type: bool
239713
239770
  """
@@ -240074,6 +240131,12 @@ class StripElement(bpy_struct):
240074
240131
  class StripModifier(bpy_struct):
240075
240132
  """Modifier for sequence strip"""
240076
240133
 
240134
+ enable: bool
240135
+ """ Enable this modifier
240136
+
240137
+ :type: bool
240138
+ """
240139
+
240077
240140
  input_mask_id: Mask | None
240078
240141
  """ Mask ID used as mask input for the modifier
240079
240142
 
@@ -240092,6 +240155,12 @@ class StripModifier(bpy_struct):
240092
240155
  :type: typing.Literal['STRIP','ID']
240093
240156
  """
240094
240157
 
240158
+ is_active: bool
240159
+ """ This modifier is active
240160
+
240161
+ :type: bool
240162
+ """
240163
+
240095
240164
  mask_time: typing.Literal["RELATIVE", "ABSOLUTE"]
240096
240165
  """ Time to use for the Mask animation
240097
240166
 
@@ -240350,7 +240419,7 @@ class Struct(bpy_struct):
240350
240419
  """
240351
240420
 
240352
240421
  description: str
240353
- """ Description of the Structs purpose
240422
+ """ Description of the Struct's purpose
240354
240423
 
240355
240424
  :type: str
240356
240425
  """
@@ -240398,7 +240467,7 @@ class Struct(bpy_struct):
240398
240467
  """
240399
240468
 
240400
240469
  translation_context: str
240401
- """ Translation context of the structs name
240470
+ """ Translation context of the struct's name
240402
240471
 
240403
240472
  :type: str
240404
240473
  """
@@ -240776,7 +240845,7 @@ class SunLight(Light, ID, bpy_struct):
240776
240845
  """
240777
240846
 
240778
240847
  energy: float
240779
- """ Sunlight strength in watts per meter squared (W/m)
240848
+ """ Sunlight strength in watts per meter squared (W/m²)
240780
240849
 
240781
240850
  :type: float
240782
240851
  """
@@ -241679,7 +241748,7 @@ class TextCurve(Curve, ID, bpy_struct):
241679
241748
  """
241680
241749
 
241681
241750
  family: str
241682
- """ Use objects as font characters (give font objects a common name followed by the character they represent, eg. family-a, family-b, etc, set this setting to family-, and turn on Vertex Instancing)
241751
+ """ Use objects as font characters (give font objects a common name followed by the character they represent, eg. 'family-a', 'family-b', etc, set this setting to 'family-', and turn on Vertex Instancing)
241683
241752
 
241684
241753
  :type: str
241685
241754
  """
@@ -241817,7 +241886,7 @@ class TextCurve(Curve, ID, bpy_struct):
241817
241886
  """
241818
241887
 
241819
241888
  use_fast_edit: bool
241820
- """ Dont fill polygons while editing
241889
+ """ Don't fill polygons while editing
241821
241890
 
241822
241891
  :type: bool
241823
241892
  """
@@ -242324,7 +242393,7 @@ class TextureNodeBricks(TextureNode, NodeInternal, Node, bpy_struct):
242324
242393
  """
242325
242394
 
242326
242395
  squash: float
242327
- """ Factor to adjust the bricks width for particular rows determined by the Offset Frequency
242396
+ """ Factor to adjust the brick's width for particular rows determined by the Offset Frequency
242328
242397
 
242329
242398
  :type: float
242330
242399
  """
@@ -244627,7 +244696,7 @@ class TextureSlot(bpy_struct):
244627
244696
  """
244628
244697
 
244629
244698
  color: mathutils.Color
244630
- """ Default color for textures that dont return RGB or when RGB to intensity is enabled
244699
+ """ Default color for textures that don't return RGB or when RGB to intensity is enabled
244631
244700
 
244632
244701
  :type: mathutils.Color
244633
244702
  """
@@ -244657,7 +244726,7 @@ class TextureSlot(bpy_struct):
244657
244726
  """
244658
244727
 
244659
244728
  scale: mathutils.Vector
244660
- """ Set scaling for the textures X, Y and Z sizes
244729
+ """ Set scaling for the texture's X, Y and Z sizes
244661
244730
 
244662
244731
  :type: mathutils.Vector
244663
244732
  """
@@ -245061,7 +245130,7 @@ class ThemeClipEditor(bpy_struct):
245061
245130
  """
245062
245131
 
245063
245132
  marker_outline: mathutils.Color
245064
- """ Color of markers outline
245133
+ """ Color of marker's outline
245065
245134
 
245066
245135
  :type: mathutils.Color
245067
245136
  """
@@ -246831,12 +246900,6 @@ class ThemePreferences(bpy_struct):
246831
246900
  class ThemeProperties(bpy_struct):
246832
246901
  """Theme settings for the Properties"""
246833
246902
 
246834
- active_modifier: bpy_prop_array[float] | None
246835
- """
246836
-
246837
- :type: bpy_prop_array[float] | None
246838
- """
246839
-
246840
246903
  match: mathutils.Color
246841
246904
  """
246842
246905
 
@@ -246890,6 +246953,12 @@ class ThemeProperties(bpy_struct):
246890
246953
  class ThemeSequenceEditor(bpy_struct):
246891
246954
  """Theme settings for the Sequence Editor"""
246892
246955
 
246956
+ active_modifier: bpy_prop_array[float] | None
246957
+ """
246958
+
246959
+ :type: bpy_prop_array[float] | None
246960
+ """
246961
+
246893
246962
  active_strip: mathutils.Color | None
246894
246963
  """
246895
246964
 
@@ -247837,6 +247906,12 @@ class ThemeUserInterface(bpy_struct):
247837
247906
  :type: int
247838
247907
  """
247839
247908
 
247909
+ panel_active: bpy_prop_array[float]
247910
+ """ Color of the outline of top-level panels that are active
247911
+
247912
+ :type: bpy_prop_array[float]
247913
+ """
247914
+
247840
247915
  panel_back: bpy_prop_array[float]
247841
247916
  """
247842
247917
 
@@ -248891,7 +248966,7 @@ class ToolSettings(bpy_struct):
248891
248966
  """
248892
248967
 
248893
248968
  custom_bevel_profile_preset: CurveProfile | None
248894
- """ Used for defining a profiles path
248969
+ """ Used for defining a profile's path
248895
248970
 
248896
248971
  :type: CurveProfile | None
248897
248972
  """
@@ -249681,7 +249756,7 @@ class TrackToConstraint(Constraint, bpy_struct):
249681
249756
  """
249682
249757
 
249683
249758
  use_target_z: bool
249684
- """ Targets Z axis, not World Z axis, will constrain the Up direction
249759
+ """ Target's Z axis, not World Z axis, will constrain the Up direction
249685
249760
 
249686
249761
  :type: bool
249687
249762
  """
@@ -249895,19 +249970,19 @@ class TransformConstraint(Constraint, bpy_struct):
249895
249970
  """
249896
249971
 
249897
249972
  map_to_x_from: bpy.stub_internal.rna_enums.AxisXyzItems
249898
- """ The source axis constrained objects X axis uses
249973
+ """ The source axis constrained object's X axis uses
249899
249974
 
249900
249975
  :type: bpy.stub_internal.rna_enums.AxisXyzItems
249901
249976
  """
249902
249977
 
249903
249978
  map_to_y_from: bpy.stub_internal.rna_enums.AxisXyzItems
249904
- """ The source axis constrained objects Y axis uses
249979
+ """ The source axis constrained object's Y axis uses
249905
249980
 
249906
249981
  :type: bpy.stub_internal.rna_enums.AxisXyzItems
249907
249982
  """
249908
249983
 
249909
249984
  map_to_z_from: bpy.stub_internal.rna_enums.AxisXyzItems
249910
- """ The source axis constrained objects Z axis uses
249985
+ """ The source axis constrained object's Z axis uses
249911
249986
 
249912
249987
  :type: bpy.stub_internal.rna_enums.AxisXyzItems
249913
249988
  """
@@ -250494,7 +250569,7 @@ class UILayout(bpy_struct):
250494
250569
  """
250495
250570
 
250496
250571
  operator_context: bpy.stub_internal.rna_enums.OperatorContextItems
250497
- """ Typically set to INVOKE_REGION_WIN, except some cases in `bpy.types.Menu` when its set to EXEC_REGION_WIN.
250572
+ """ Typically set to 'INVOKE_REGION_WIN', except some cases in `bpy.types.Menu` when it's set to 'EXEC_REGION_WIN'.
250498
250573
 
250499
250574
  :type: bpy.stub_internal.rna_enums.OperatorContextItems
250500
250575
  """
@@ -250582,7 +250657,7 @@ class UILayout(bpy_struct):
250582
250657
  def panel(
250583
250658
  self, idname: str, *, default_closed: bool | None = False
250584
250659
  ) -> tuple[UILayout, UILayout]:
250585
- """Creates a collapsable panel. Whether it is open or closed is stored in the region using the given idname. This can only be used when the panel has the full width of the panel region available to it. So it cant be used in e.g. in a box or columns.
250660
+ """Creates a collapsible panel. Whether it is open or closed is stored in the region using the given idname. This can only be used when the panel has the full width of the panel region available to it. So it cant be used in e.g. in a box or columns.
250586
250661
 
250587
250662
  :param idname: Identifier of the panel
250588
250663
  :type idname: str
@@ -251523,6 +251598,9 @@ class UILayout(bpy_struct):
251523
251598
  def template_modifiers(self) -> None:
251524
251599
  """Generates the UI layout for the modifier stack"""
251525
251600
 
251601
+ def template_strip_modifiers(self) -> None:
251602
+ """Generates the UI layout for the strip modifier stack"""
251603
+
251526
251604
  def template_collection_exporters(self) -> None:
251527
251605
  """Generates the UI layout for collection exporters"""
251528
251606
 
@@ -252261,7 +252339,7 @@ class UIList(bpy_struct):
252261
252339
  """UI list containing the elements of a collection"""
252262
252340
 
252263
252341
  bitflag_filter_item: int
252264
- """ The value of the reserved bitflag FILTER_ITEM (in filter_flags values)
252342
+ """ The value of the reserved bitflag 'FILTER_ITEM' (in filter_flags values)
252265
252343
 
252266
252344
  :type: int
252267
252345
  """
@@ -252279,7 +252357,7 @@ class UIList(bpy_struct):
252279
252357
  """
252280
252358
 
252281
252359
  filter_name: str
252282
- """ Only show items matching this name (use * as wildcard)
252360
+ """ Only show items matching this name (use '*' as wildcard)
252283
252361
 
252284
252362
  :type: str
252285
252363
  """
@@ -253462,7 +253540,7 @@ class UserExtensionRepo(bpy_struct):
253462
253540
  """
253463
253541
 
253464
253542
  use_custom_directory: bool
253465
- """ Manually set the path for extensions to be stored. When disabled a users extensions directory is created.
253543
+ """ Manually set the path for extensions to be stored. When disabled a user's extensions directory is created.
253466
253544
 
253467
253545
  :type: bool
253468
253546
  """
@@ -253515,7 +253593,7 @@ class UserSolidLight(bpy_struct):
253515
253593
  """Light used for Studio lighting in solid shading mode"""
253516
253594
 
253517
253595
  diffuse_color: mathutils.Color
253518
- """ Color of the lights diffuse highlight
253596
+ """ Color of the light's diffuse highlight
253519
253597
 
253520
253598
  :type: mathutils.Color
253521
253599
  """
@@ -253533,7 +253611,7 @@ class UserSolidLight(bpy_struct):
253533
253611
  """
253534
253612
 
253535
253613
  specular_color: mathutils.Color
253536
- """ Color of the lights specular highlight
253614
+ """ Color of the light's specular highlight
253537
253615
 
253538
253616
  :type: mathutils.Color
253539
253617
  """
@@ -254757,7 +254835,7 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
254757
254835
  """Edit the weights of vertices in a group"""
254758
254836
 
254759
254837
  add_threshold: float
254760
- """ Lower (inclusive) bound for a vertexs weight to be added to the vgroup
254838
+ """ Lower (inclusive) bound for a vertex's weight to be added to the vgroup
254761
254839
 
254762
254840
  :type: float
254763
254841
  """
@@ -254858,7 +254936,7 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
254858
254936
  """
254859
254937
 
254860
254938
  remove_threshold: float
254861
- """ Upper (inclusive) bound for a vertexs weight to be removed from the vgroup
254939
+ """ Upper (inclusive) bound for a vertex's weight to be removed from the vgroup
254862
254940
 
254863
254941
  :type: float
254864
254942
  """
@@ -255165,7 +255243,7 @@ class VertexWeightProximityModifier(Modifier, bpy_struct):
255165
255243
  """
255166
255244
 
255167
255245
  proximity_geometry: typing.Any
255168
- """ Use the shortest computed distance to target objects geometry as weight"""
255246
+ """ Use the shortest computed distance to target object's geometry as weight"""
255169
255247
 
255170
255248
  proximity_mode: typing.Literal["OBJECT", "GEOMETRY"]
255171
255249
  """ Which distances to target object to use
@@ -256275,7 +256353,7 @@ class ViewLayer(bpy_struct):
256275
256353
  """
256276
256354
 
256277
256355
  active_layer_collection: LayerCollection | None
256278
- """ Active layer collection in this view layers hierarchy
256356
+ """ Active layer collection in this view layer's hierarchy
256279
256357
 
256280
256358
  :type: LayerCollection | None
256281
256359
  """
@@ -256329,7 +256407,7 @@ class ViewLayer(bpy_struct):
256329
256407
  """
256330
256408
 
256331
256409
  layer_collection: LayerCollection
256332
- """ Root of collections hierarchy of this view layer, its collection pointer property is the same as the scenes master collection
256410
+ """ Root of collections hierarchy of this view layer, its 'collection' pointer property is the same as the scene's master collection
256333
256411
 
256334
256412
  :type: LayerCollection
256335
256413
  """
@@ -256949,7 +257027,7 @@ class Volume(ID, bpy_struct):
256949
257027
  """
256950
257028
 
256951
257029
  velocity_unit: bpy.stub_internal.rna_enums.VelocityUnitItems
256952
- """ Define how the velocity vectors are interpreted with regard to time, frame means the delta time is 1 frame, second means the delta time is 1 / FPS
257030
+ """ Define how the velocity vectors are interpreted with regard to time, 'frame' means the delta time is 1 frame, 'second' means the delta time is 1 / FPS
256953
257031
 
256954
257032
  :type: bpy.stub_internal.rna_enums.VelocityUnitItems
256955
257033
  """
@@ -257987,7 +258065,7 @@ class WeightedNormalModifier(Modifier, bpy_struct):
257987
258065
  """
257988
258066
 
257989
258067
  weight: int
257990
- """ Corrective factor applied to faces weights, 50 is neutral, lower values increase weight of weak faces, higher values increase weight of strong faces
258068
+ """ Corrective factor applied to faces' weights, 50 is neutral, lower values increase weight of weak faces, higher values increase weight of strong faces
257991
258069
 
257992
258070
  :type: int
257993
258071
  """
@@ -258092,6 +258170,12 @@ class WeldModifier(Modifier, bpy_struct):
258092
258170
  class WhiteBalanceModifier(StripModifier, bpy_struct):
258093
258171
  """White balance modifier for sequence strip"""
258094
258172
 
258173
+ open_mask_input_panel: bool
258174
+ """
258175
+
258176
+ :type: bool
258177
+ """
258178
+
258095
258179
  white_value: mathutils.Color
258096
258180
  """ This color defines white in the strip
258097
258181
 
@@ -259440,7 +259524,7 @@ class World(ID, bpy_struct):
259440
259524
  """
259441
259525
 
259442
259526
  use_eevee_finite_volume: bool
259443
- """ The worlds volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly.
259527
+ """ The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly.
259444
259528
 
259445
259529
  :type: bool
259446
259530
  """
@@ -259767,7 +259851,7 @@ class XrActionMapItem(bpy_struct):
259767
259851
  """
259768
259852
 
259769
259853
  haptic_frequency: float
259770
- """ Frequency of the haptic vibration in hertz. 0.0 specifies the OpenXR runtimes default frequency.
259854
+ """ Frequency of the haptic vibration in hertz. 0.0 specifies the OpenXR runtime's default frequency.
259771
259855
 
259772
259856
  :type: float
259773
259857
  """
@@ -259943,7 +260027,7 @@ class XrEventData(bpy_struct):
259943
260027
  """
259944
260028
 
259945
260029
  controller_location: mathutils.Vector
259946
- """ Location of the actions corresponding controller aim in world space
260030
+ """ Location of the action's corresponding controller aim in world space
259947
260031
 
259948
260032
  :type: mathutils.Vector
259949
260033
  """
@@ -259955,7 +260039,7 @@ class XrEventData(bpy_struct):
259955
260039
  """
259956
260040
 
259957
260041
  controller_rotation: mathutils.Quaternion
259958
- """ Rotation of the actions corresponding controller aim in world space
260042
+ """ Rotation of the action's corresponding controller aim in world space
259959
260043
 
259960
260044
  :type: mathutils.Quaternion
259961
260045
  """
@@ -264037,32 +264121,6 @@ VIEW3D_PT_tools_brush_swatches: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_brush
264037
264121
 
264038
264122
  VIEW3D_PT_tools_brush_texture: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_brush_texture
264039
264123
 
264040
- VIEW3D_PT_tools_grease_pencil_brush_advanced: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_advanced
264041
-
264042
- VIEW3D_PT_tools_grease_pencil_brush_eraser: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_eraser
264043
-
264044
- VIEW3D_PT_tools_grease_pencil_brush_gap_closure: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_gap_closure
264045
-
264046
- VIEW3D_PT_tools_grease_pencil_brush_mix_palette: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_mix_palette
264047
-
264048
- VIEW3D_PT_tools_grease_pencil_brush_mixcolor: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_mixcolor
264049
-
264050
- VIEW3D_PT_tools_grease_pencil_brush_paint_falloff: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_paint_falloff
264051
-
264052
- VIEW3D_PT_tools_grease_pencil_brush_post_processing: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_post_processing
264053
-
264054
- VIEW3D_PT_tools_grease_pencil_brush_random: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_random
264055
-
264056
- VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff
264057
-
264058
- VIEW3D_PT_tools_grease_pencil_brush_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_select
264059
-
264060
- VIEW3D_PT_tools_grease_pencil_brush_settings: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_settings
264061
-
264062
- VIEW3D_PT_tools_grease_pencil_brush_stabilizer: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_stabilizer
264063
-
264064
- VIEW3D_PT_tools_grease_pencil_brush_stroke: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_stroke
264065
-
264066
264124
  VIEW3D_PT_tools_grease_pencil_brush_vertex_color: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_vertex_color
264067
264125
 
264068
264126
  VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff
@@ -264075,14 +264133,8 @@ VIEW3D_PT_tools_grease_pencil_paint_appearance: bl_ui.space_view3d_toolbar.VIEW3
264075
264133
 
264076
264134
  VIEW3D_PT_tools_grease_pencil_sculpt_appearance: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_appearance
264077
264135
 
264078
- VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced
264079
-
264080
264136
  VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover
264081
264137
 
264082
- VIEW3D_PT_tools_grease_pencil_sculpt_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_select
264083
-
264084
- VIEW3D_PT_tools_grease_pencil_sculpt_settings: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_settings
264085
-
264086
264138
  VIEW3D_PT_tools_grease_pencil_v3_brush_advanced: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_advanced
264087
264139
 
264088
264140
  VIEW3D_PT_tools_grease_pencil_v3_brush_eraser: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_eraser