fake-bpy-module 20250903__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.
- aud/__init__.pyi +11 -11
- bl_ui/properties_paint_common/__init__.pyi +0 -9
- bl_ui/space_sequencer/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -0
- bl_ui/space_view3d/__init__.pyi +0 -9
- bl_ui/space_view3d_toolbar/__init__.pyi +11 -609
- bmesh/types/__init__.pyi +9 -9
- bpy/app/__init__.pyi +7 -0
- bpy/ops/armature/__init__.pyi +3 -0
- bpy/ops/poselib/__init__.pyi +0 -3
- bpy/ops/sequencer/__init__.pyi +72 -0
- bpy/ops/uv/__init__.pyi +38 -8
- bpy/props/__init__.pyi +56 -3
- bpy/types/__init__.pyi +442 -422
- {fake_bpy_module-20250903.dist-info → fake_bpy_module-20250905.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250903.dist-info → fake_bpy_module-20250905.dist-info}/RECORD +20 -20
- freestyle/types/__init__.pyi +2 -2
- idprop/types/__init__.pyi +1 -1
- {fake_bpy_module-20250903.dist-info → fake_bpy_module-20250905.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250903.dist-info → fake_bpy_module-20250905.dist-info}/top_level.txt +0 -0
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
|
|
|
@@ -8033,9 +8035,12 @@ The USDHookExample
|
|
|
8033
8035
|
|
|
8034
8036
|
* Brush.automasking_cavity_curve
|
|
8035
8037
|
* Brush.curve
|
|
8038
|
+
* Brush.curve_jitter
|
|
8036
8039
|
* Brush.curve_random_hue
|
|
8037
8040
|
* Brush.curve_random_saturation
|
|
8038
8041
|
* Brush.curve_random_value
|
|
8042
|
+
* Brush.curve_size
|
|
8043
|
+
* Brush.curve_strength
|
|
8039
8044
|
* BrushCurvesSculptSettings.curve_parameter_falloff
|
|
8040
8045
|
* BrushGpencilSettings.curve_jitter
|
|
8041
8046
|
* BrushGpencilSettings.curve_random_hue
|
|
@@ -28701,11 +28706,13 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
28701
28706
|
* StripModifier.name
|
|
28702
28707
|
* StripModifier.type
|
|
28703
28708
|
* StripModifier.mute
|
|
28709
|
+
* StripModifier.enable
|
|
28704
28710
|
* StripModifier.show_expanded
|
|
28705
28711
|
* StripModifier.input_mask_type
|
|
28706
28712
|
* StripModifier.mask_time
|
|
28707
28713
|
* StripModifier.input_mask_strip
|
|
28708
28714
|
* StripModifier.input_mask_id
|
|
28715
|
+
* StripModifier.is_active
|
|
28709
28716
|
|
|
28710
28717
|
:columns: 2
|
|
28711
28718
|
|
|
@@ -34861,11 +34868,13 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
34861
34868
|
* StripModifier.name
|
|
34862
34869
|
* StripModifier.type
|
|
34863
34870
|
* StripModifier.mute
|
|
34871
|
+
* StripModifier.enable
|
|
34864
34872
|
* StripModifier.show_expanded
|
|
34865
34873
|
* StripModifier.input_mask_type
|
|
34866
34874
|
* StripModifier.mask_time
|
|
34867
34875
|
* StripModifier.input_mask_strip
|
|
34868
34876
|
* StripModifier.input_mask_id
|
|
34877
|
+
* StripModifier.is_active
|
|
34869
34878
|
|
|
34870
34879
|
:columns: 2
|
|
34871
34880
|
|
|
@@ -35256,15 +35265,12 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
35256
35265
|
* GammaCrossStrip.input_2
|
|
35257
35266
|
* GaussianBlurStrip.input_1
|
|
35258
35267
|
* GlowStrip.input_1
|
|
35259
|
-
* MetaStrip.sequences
|
|
35260
35268
|
* MetaStrip.strips
|
|
35261
35269
|
* MultiplyStrip.input_1
|
|
35262
35270
|
* MultiplyStrip.input_2
|
|
35263
35271
|
* SequenceEditor.active_strip
|
|
35264
35272
|
* SequenceEditor.display_stack
|
|
35265
35273
|
* SequenceEditor.meta_stack
|
|
35266
|
-
* SequenceEditor.sequences
|
|
35267
|
-
* SequenceEditor.sequences_all
|
|
35268
35274
|
* SequenceEditor.strips
|
|
35269
35275
|
* SequenceEditor.strips_all
|
|
35270
35276
|
* SpeedControlStrip.input_1
|
|
@@ -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
|
|
|
@@ -52497,7 +52505,6 @@ print(positions_data)
|
|
|
52497
52505
|
|
|
52498
52506
|
--------------------
|
|
52499
52507
|
|
|
52500
|
-
* MetaStrip.sequences
|
|
52501
52508
|
* MetaStrip.strips
|
|
52502
52509
|
|
|
52503
52510
|
:columns: 2
|
|
@@ -68045,11 +68052,13 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
68045
68052
|
* StripModifier.name
|
|
68046
68053
|
* StripModifier.type
|
|
68047
68054
|
* StripModifier.mute
|
|
68055
|
+
* StripModifier.enable
|
|
68048
68056
|
* StripModifier.show_expanded
|
|
68049
68057
|
* StripModifier.input_mask_type
|
|
68050
68058
|
* StripModifier.mask_time
|
|
68051
68059
|
* StripModifier.input_mask_strip
|
|
68052
68060
|
* StripModifier.input_mask_id
|
|
68061
|
+
* StripModifier.is_active
|
|
68053
68062
|
|
|
68054
68063
|
:columns: 2
|
|
68055
68064
|
|
|
@@ -75262,6 +75271,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
75262
75271
|
--------------------
|
|
75263
75272
|
|
|
75264
75273
|
* Strip.modifiers
|
|
75274
|
+
* StripModifiers.active
|
|
75265
75275
|
* StripModifiers.new
|
|
75266
75276
|
* StripModifiers.remove
|
|
75267
75277
|
|
|
@@ -91581,11 +91591,13 @@ Operator.draw method for layout and display.
|
|
|
91581
91591
|
* StripModifier.name
|
|
91582
91592
|
* StripModifier.type
|
|
91583
91593
|
* StripModifier.mute
|
|
91594
|
+
* StripModifier.enable
|
|
91584
91595
|
* StripModifier.show_expanded
|
|
91585
91596
|
* StripModifier.input_mask_type
|
|
91586
91597
|
* StripModifier.mask_time
|
|
91587
91598
|
* StripModifier.input_mask_strip
|
|
91588
91599
|
* StripModifier.input_mask_id
|
|
91600
|
+
* StripModifier.is_active
|
|
91589
91601
|
|
|
91590
91602
|
:columns: 2
|
|
91591
91603
|
|
|
@@ -105553,7 +105565,6 @@ database.
|
|
|
105553
105565
|
|
|
105554
105566
|
--------------------
|
|
105555
105567
|
|
|
105556
|
-
* SequenceEditor.sequences
|
|
105557
105568
|
* SequenceEditor.strips
|
|
105558
105569
|
|
|
105559
105570
|
:columns: 2
|
|
@@ -108376,11 +108387,13 @@ database.
|
|
|
108376
108387
|
* StripModifier.name
|
|
108377
108388
|
* StripModifier.type
|
|
108378
108389
|
* StripModifier.mute
|
|
108390
|
+
* StripModifier.enable
|
|
108379
108391
|
* StripModifier.show_expanded
|
|
108380
108392
|
* StripModifier.input_mask_type
|
|
108381
108393
|
* StripModifier.mask_time
|
|
108382
108394
|
* StripModifier.input_mask_strip
|
|
108383
108395
|
* StripModifier.input_mask_id
|
|
108396
|
+
* StripModifier.is_active
|
|
108384
108397
|
|
|
108385
108398
|
:columns: 2
|
|
108386
108399
|
|
|
@@ -112959,7 +112972,7 @@ class ArmatureBones(bpy_prop_collection[Bone], bpy_struct):
|
|
|
112959
112972
|
"""Collection of armature bones"""
|
|
112960
112973
|
|
|
112961
112974
|
active: Bone | None
|
|
112962
|
-
"""
|
|
112975
|
+
""" Armature's active bone
|
|
112963
112976
|
|
|
112964
112977
|
:type: Bone | None
|
|
112965
112978
|
"""
|
|
@@ -116530,25 +116543,25 @@ class BoneCollections(bpy_prop_collection[BoneCollection], bpy_struct):
|
|
|
116530
116543
|
"""The Bone Collections of this Armature"""
|
|
116531
116544
|
|
|
116532
116545
|
active: BoneCollection | None
|
|
116533
|
-
"""
|
|
116546
|
+
""" Armature's active bone collection
|
|
116534
116547
|
|
|
116535
116548
|
:type: BoneCollection | None
|
|
116536
116549
|
"""
|
|
116537
116550
|
|
|
116538
116551
|
active_index: int | None
|
|
116539
|
-
""" The index of the
|
|
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.
|
|
116540
116553
|
|
|
116541
116554
|
:type: int | None
|
|
116542
116555
|
"""
|
|
116543
116556
|
|
|
116544
116557
|
active_name: str | None
|
|
116545
|
-
""" The name of the
|
|
116558
|
+
""" The name of the Armature's active bone collection; empty when there is no active collection
|
|
116546
116559
|
|
|
116547
116560
|
:type: str | None
|
|
116548
116561
|
"""
|
|
116549
116562
|
|
|
116550
116563
|
is_solo_active: bool
|
|
116551
|
-
""" 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'
|
|
116552
116565
|
|
|
116553
116566
|
:type: bool
|
|
116554
116567
|
"""
|
|
@@ -118649,7 +118662,7 @@ class KeyingSets(bpy_prop_collection[KeyingSet], bpy_struct):
|
|
|
118649
118662
|
"""
|
|
118650
118663
|
|
|
118651
118664
|
active_index: int | None
|
|
118652
|
-
""" Current Keying Set index (negative for builtin and positive for absolute)
|
|
118665
|
+
""" Current Keying Set index (negative for 'builtin' and positive for 'absolute')
|
|
118653
118666
|
|
|
118654
118667
|
:type: int | None
|
|
118655
118668
|
"""
|
|
@@ -118707,7 +118720,7 @@ class KeyingSetsAll(bpy_prop_collection[KeyingSet], bpy_struct):
|
|
|
118707
118720
|
"""
|
|
118708
118721
|
|
|
118709
118722
|
active_index: int | None
|
|
118710
|
-
""" Current Keying Set index (negative for builtin and positive for absolute)
|
|
118723
|
+
""" Current Keying Set index (negative for 'builtin' and positive for 'absolute')
|
|
118711
118724
|
|
|
118712
118725
|
:type: int | None
|
|
118713
118726
|
"""
|
|
@@ -122969,6 +122982,12 @@ class StripElements(bpy_prop_collection[StripElement], bpy_struct):
|
|
|
122969
122982
|
class StripModifiers(bpy_prop_collection[StripModifier], bpy_struct):
|
|
122970
122983
|
"""Collection of strip modifiers"""
|
|
122971
122984
|
|
|
122985
|
+
active: StripModifier | None
|
|
122986
|
+
""" The active strip modifier in the list
|
|
122987
|
+
|
|
122988
|
+
:type: StripModifier | None
|
|
122989
|
+
"""
|
|
122990
|
+
|
|
122972
122991
|
def new(
|
|
122973
122992
|
self, name: str, type: bpy.stub_internal.rna_enums.StripModifierTypeItems | None
|
|
122974
122993
|
) -> StripModifier:
|
|
@@ -124872,7 +124891,7 @@ class Action(ID, bpy_struct):
|
|
|
124872
124891
|
"""
|
|
124873
124892
|
|
|
124874
124893
|
fcurves: ActionFCurves
|
|
124875
|
-
""" Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curves for the
|
|
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
|
|
124876
124895
|
|
|
124877
124896
|
:type: ActionFCurves
|
|
124878
124897
|
"""
|
|
@@ -124896,7 +124915,7 @@ class Action(ID, bpy_struct):
|
|
|
124896
124915
|
"""
|
|
124897
124916
|
|
|
124898
124917
|
groups: ActionGroups
|
|
124899
|
-
""" Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curve groups for the
|
|
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
|
|
124900
124919
|
|
|
124901
124920
|
:type: ActionGroups
|
|
124902
124921
|
"""
|
|
@@ -124943,19 +124962,19 @@ class Action(ID, bpy_struct):
|
|
|
124943
124962
|
"WORLD",
|
|
124944
124963
|
"UNSPECIFIED",
|
|
124945
124964
|
]
|
|
124946
|
-
""" Legacy API, for backward compatibility with code that does not handle slotted actions yet. Type of data-block that the
|
|
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
|
|
124947
124966
|
|
|
124948
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']
|
|
124949
124968
|
"""
|
|
124950
124969
|
|
|
124951
124970
|
is_action_layered: bool
|
|
124952
|
-
""" 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.
|
|
124953
124972
|
|
|
124954
124973
|
:type: bool
|
|
124955
124974
|
"""
|
|
124956
124975
|
|
|
124957
124976
|
is_action_legacy: bool
|
|
124958
|
-
""" 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
|
|
124959
124978
|
|
|
124960
124979
|
:type: bool
|
|
124961
124980
|
"""
|
|
@@ -125069,7 +125088,7 @@ class ActionChannelbag(bpy_struct):
|
|
|
125069
125088
|
"""
|
|
125070
125089
|
|
|
125071
125090
|
slot: ActionSlot | None
|
|
125072
|
-
""" The Slot that the
|
|
125091
|
+
""" The Slot that the Channelbag's animation data is for
|
|
125073
125092
|
|
|
125074
125093
|
:type: ActionSlot | None
|
|
125075
125094
|
"""
|
|
@@ -125218,7 +125237,7 @@ class ActionConstraint(Constraint, bpy_struct):
|
|
|
125218
125237
|
"""
|
|
125219
125238
|
|
|
125220
125239
|
use_bone_object_action: bool
|
|
125221
|
-
""" Bones only: apply the
|
|
125240
|
+
""" Bones only: apply the object's transformation channels of the action to the constrained bone, instead of bone's channels
|
|
125222
125241
|
|
|
125223
125242
|
:type: bool
|
|
125224
125243
|
"""
|
|
@@ -125277,7 +125296,7 @@ class ActionGroup(bpy_struct):
|
|
|
125277
125296
|
"""
|
|
125278
125297
|
|
|
125279
125298
|
colors: ThemeBoneColorSet
|
|
125280
|
-
""" Copy of the colors associated with the
|
|
125299
|
+
""" Copy of the colors associated with the group's color set
|
|
125281
125300
|
|
|
125282
125301
|
:type: ThemeBoneColorSet
|
|
125283
125302
|
"""
|
|
@@ -125502,13 +125521,13 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
|
|
|
125502
125521
|
"""
|
|
125503
125522
|
|
|
125504
125523
|
identifier: str
|
|
125505
|
-
""" 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
|
|
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
|
|
125506
125525
|
|
|
125507
125526
|
:type: str
|
|
125508
125527
|
"""
|
|
125509
125528
|
|
|
125510
125529
|
name_display: str
|
|
125511
|
-
""" Name of the slot, for display in the user interface. This name combined with the
|
|
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
|
|
125512
125531
|
|
|
125513
125532
|
:type: str
|
|
125514
125533
|
"""
|
|
@@ -125567,7 +125586,7 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
|
|
|
125567
125586
|
"WORLD",
|
|
125568
125587
|
"UNSPECIFIED",
|
|
125569
125588
|
]
|
|
125570
|
-
""" 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
|
|
125571
125590
|
|
|
125572
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']
|
|
125573
125592
|
"""
|
|
@@ -125990,13 +126009,13 @@ class AnimData(bpy_struct):
|
|
|
125990
126009
|
action_blend_type: typing.Literal[
|
|
125991
126010
|
"REPLACE", "COMBINE", "ADD", "SUBTRACT", "MULTIPLY"
|
|
125992
126011
|
]
|
|
125993
|
-
""" Method used for combining Active
|
|
126012
|
+
""" Method used for combining Active Action's result with result of NLA stack
|
|
125994
126013
|
|
|
125995
126014
|
:type: typing.Literal['REPLACE','COMBINE','ADD','SUBTRACT','MULTIPLY']
|
|
125996
126015
|
"""
|
|
125997
126016
|
|
|
125998
126017
|
action_extrapolation: typing.Literal["NOTHING", "HOLD", "HOLD_FORWARD"]
|
|
125999
|
-
""" Action to take for gaps past the Active
|
|
126018
|
+
""" Action to take for gaps past the Active Action's range (when evaluating with NLA)
|
|
126000
126019
|
|
|
126001
126020
|
:type: typing.Literal['NOTHING','HOLD','HOLD_FORWARD']
|
|
126002
126021
|
"""
|
|
@@ -126182,31 +126201,31 @@ class AnimVizMotionPaths(bpy_struct):
|
|
|
126182
126201
|
"""
|
|
126183
126202
|
|
|
126184
126203
|
frame_after: int
|
|
126185
|
-
""" 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)
|
|
126186
126205
|
|
|
126187
126206
|
:type: int
|
|
126188
126207
|
"""
|
|
126189
126208
|
|
|
126190
126209
|
frame_before: int
|
|
126191
|
-
""" 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)
|
|
126192
126211
|
|
|
126193
126212
|
:type: int
|
|
126194
126213
|
"""
|
|
126195
126214
|
|
|
126196
126215
|
frame_end: int
|
|
126197
|
-
""" 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)
|
|
126198
126217
|
|
|
126199
126218
|
:type: int
|
|
126200
126219
|
"""
|
|
126201
126220
|
|
|
126202
126221
|
frame_start: int
|
|
126203
|
-
""" 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)
|
|
126204
126223
|
|
|
126205
126224
|
:type: int
|
|
126206
126225
|
"""
|
|
126207
126226
|
|
|
126208
126227
|
frame_step: int
|
|
126209
|
-
""" 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)
|
|
126210
126229
|
|
|
126211
126230
|
:type: int
|
|
126212
126231
|
"""
|
|
@@ -127224,13 +127243,13 @@ class ArrayModifier(Modifier, bpy_struct):
|
|
|
127224
127243
|
"""
|
|
127225
127244
|
|
|
127226
127245
|
use_object_offset: bool
|
|
127227
|
-
""" Add another
|
|
127246
|
+
""" Add another object's transformation to the total offset
|
|
127228
127247
|
|
|
127229
127248
|
:type: bool
|
|
127230
127249
|
"""
|
|
127231
127250
|
|
|
127232
127251
|
use_relative_offset: bool
|
|
127233
|
-
""" Add an offset relative to the
|
|
127252
|
+
""" Add an offset relative to the object's bounding box
|
|
127234
127253
|
|
|
127235
127254
|
:type: bool
|
|
127236
127255
|
"""
|
|
@@ -127351,13 +127370,13 @@ class AssetMetaData(bpy_struct):
|
|
|
127351
127370
|
"""
|
|
127352
127371
|
|
|
127353
127372
|
catalog_id: str
|
|
127354
|
-
""" Identifier for the
|
|
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.
|
|
127355
127374
|
|
|
127356
127375
|
:type: str
|
|
127357
127376
|
"""
|
|
127358
127377
|
|
|
127359
127378
|
catalog_simple_name: str
|
|
127360
|
-
""" Simple name of the
|
|
127379
|
+
""" Simple name of the asset's catalog, for debugging and data recovery purposes
|
|
127361
127380
|
|
|
127362
127381
|
:type: str
|
|
127363
127382
|
"""
|
|
@@ -127434,7 +127453,7 @@ class AssetRepresentation(bpy_struct):
|
|
|
127434
127453
|
"""
|
|
127435
127454
|
|
|
127436
127455
|
id_type: bpy.stub_internal.rna_enums.IdTypeItems
|
|
127437
|
-
""" 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)
|
|
127438
127457
|
|
|
127439
127458
|
:type: bpy.stub_internal.rna_enums.IdTypeItems
|
|
127440
127459
|
"""
|
|
@@ -127573,7 +127592,7 @@ class AssetShelf(bpy_struct):
|
|
|
127573
127592
|
def get_active_asset(cls) -> AssetWeakReference:
|
|
127574
127593
|
"""Return a reference to the asset that should be highlighted as active in the asset shelf
|
|
127575
127594
|
|
|
127576
|
-
:return: The weak reference to the asset to be
|
|
127595
|
+
:return: The weak reference to the asset to be highlighted as active, or None
|
|
127577
127596
|
:rtype: AssetWeakReference
|
|
127578
127597
|
"""
|
|
127579
127598
|
|
|
@@ -128880,7 +128899,7 @@ class BlendTexture(Texture, ID, bpy_struct):
|
|
|
128880
128899
|
"""
|
|
128881
128900
|
|
|
128882
128901
|
use_flip_axis: typing.Literal["HORIZONTAL", "VERTICAL"]
|
|
128883
|
-
""" Flip the
|
|
128902
|
+
""" Flip the texture's X and Y axis
|
|
128884
128903
|
|
|
128885
128904
|
:type: typing.Literal['HORIZONTAL','VERTICAL']
|
|
128886
128905
|
"""
|
|
@@ -129035,7 +129054,7 @@ class BoidRule(bpy_struct):
|
|
|
129035
129054
|
|
|
129036
129055
|
class BoidRuleAverageSpeed(BoidRule, bpy_struct):
|
|
129037
129056
|
level: float
|
|
129038
|
-
""" How much
|
|
129057
|
+
""" How much velocity's z-component is kept constant
|
|
129039
129058
|
|
|
129040
129059
|
:type: float
|
|
129041
129060
|
"""
|
|
@@ -129047,7 +129066,7 @@ class BoidRuleAverageSpeed(BoidRule, bpy_struct):
|
|
|
129047
129066
|
"""
|
|
129048
129067
|
|
|
129049
129068
|
wander: float
|
|
129050
|
-
""" How fast
|
|
129069
|
+
""" How fast velocity's direction is randomized
|
|
129051
129070
|
|
|
129052
129071
|
:type: float
|
|
129053
129072
|
"""
|
|
@@ -129611,25 +129630,25 @@ class Bone(bpy_struct):
|
|
|
129611
129630
|
"""Bone in an Armature data-block"""
|
|
129612
129631
|
|
|
129613
129632
|
bbone_curveinx: float
|
|
129614
|
-
""" X-axis handle offset for start of the B-
|
|
129633
|
+
""" X-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
129615
129634
|
|
|
129616
129635
|
:type: float
|
|
129617
129636
|
"""
|
|
129618
129637
|
|
|
129619
129638
|
bbone_curveinz: float
|
|
129620
|
-
""" Z-axis handle offset for start of the B-
|
|
129639
|
+
""" Z-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
129621
129640
|
|
|
129622
129641
|
:type: float
|
|
129623
129642
|
"""
|
|
129624
129643
|
|
|
129625
129644
|
bbone_curveoutx: float
|
|
129626
|
-
""" X-axis handle offset for end of the B-
|
|
129645
|
+
""" X-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
129627
129646
|
|
|
129628
129647
|
:type: float
|
|
129629
129648
|
"""
|
|
129630
129649
|
|
|
129631
129650
|
bbone_curveoutz: float
|
|
129632
|
-
""" Z-axis handle offset for end of the B-
|
|
129651
|
+
""" Z-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
129633
129652
|
|
|
129634
129653
|
:type: float
|
|
129635
129654
|
"""
|
|
@@ -129671,25 +129690,25 @@ class Bone(bpy_struct):
|
|
|
129671
129690
|
"""
|
|
129672
129691
|
|
|
129673
129692
|
bbone_handle_use_ease_end: bool
|
|
129674
|
-
""" 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
|
|
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.
|
|
129675
129694
|
|
|
129676
129695
|
:type: bool
|
|
129677
129696
|
"""
|
|
129678
129697
|
|
|
129679
129698
|
bbone_handle_use_ease_start: bool
|
|
129680
|
-
""" 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
|
|
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.
|
|
129681
129700
|
|
|
129682
129701
|
:type: bool
|
|
129683
129702
|
"""
|
|
129684
129703
|
|
|
129685
129704
|
bbone_handle_use_scale_end: bpy_prop_array[bool]
|
|
129686
|
-
""" Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and
|
|
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.
|
|
129687
129706
|
|
|
129688
129707
|
:type: bpy_prop_array[bool]
|
|
129689
129708
|
"""
|
|
129690
129709
|
|
|
129691
129710
|
bbone_handle_use_scale_start: bpy_prop_array[bool]
|
|
129692
|
-
""" Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and
|
|
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.
|
|
129693
129712
|
|
|
129694
129713
|
:type: bpy_prop_array[bool]
|
|
129695
129714
|
"""
|
|
@@ -129891,7 +129910,7 @@ class Bone(bpy_struct):
|
|
|
129891
129910
|
"""
|
|
129892
129911
|
|
|
129893
129912
|
use_connect: bool
|
|
129894
|
-
""" When bone has a parent,
|
|
129913
|
+
""" When bone has a parent, bone's head is stuck to the parent's tail
|
|
129895
129914
|
|
|
129896
129915
|
:type: bool
|
|
129897
129916
|
"""
|
|
@@ -130133,7 +130152,7 @@ class BoneCollection(bpy_struct):
|
|
|
130133
130152
|
"""
|
|
130134
130153
|
|
|
130135
130154
|
child_number: int
|
|
130136
|
-
""" Index of this collection into its
|
|
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.
|
|
130137
130156
|
|
|
130138
130157
|
:type: int
|
|
130139
130158
|
"""
|
|
@@ -130169,7 +130188,7 @@ class BoneCollection(bpy_struct):
|
|
|
130169
130188
|
"""
|
|
130170
130189
|
|
|
130171
130190
|
is_solo: bool
|
|
130172
|
-
""" Show only this bone collection, and others also marked as solo
|
|
130191
|
+
""" Show only this bone collection, and others also marked as 'solo'
|
|
130173
130192
|
|
|
130174
130193
|
:type: bool
|
|
130175
130194
|
"""
|
|
@@ -130187,7 +130206,7 @@ class BoneCollection(bpy_struct):
|
|
|
130187
130206
|
"""
|
|
130188
130207
|
|
|
130189
130208
|
is_visible_effectively: bool
|
|
130190
|
-
""" 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'.
|
|
130191
130210
|
|
|
130192
130211
|
:type: bool
|
|
130193
130212
|
"""
|
|
@@ -130272,7 +130291,7 @@ class BoneColor(bpy_struct):
|
|
|
130272
130291
|
"""Theme color or custom color of a bone"""
|
|
130273
130292
|
|
|
130274
130293
|
custom: ThemeBoneColorSet
|
|
130275
|
-
""" The custom bone colors, used when palette is CUSTOM
|
|
130294
|
+
""" The custom bone colors, used when palette is 'CUSTOM'
|
|
130276
130295
|
|
|
130277
130296
|
:type: ThemeBoneColorSet
|
|
130278
130297
|
"""
|
|
@@ -130501,7 +130520,7 @@ class BooleanModifier(Modifier, bpy_struct):
|
|
|
130501
130520
|
"""
|
|
130502
130521
|
|
|
130503
130522
|
debug_options: typing.Any
|
|
130504
|
-
""" Debugging options, only when started with -d"""
|
|
130523
|
+
""" Debugging options, only when started with '-d' """
|
|
130505
130524
|
|
|
130506
130525
|
double_threshold: float
|
|
130507
130526
|
""" Threshold for checking overlapping geometry
|
|
@@ -130598,6 +130617,12 @@ class BrightContrastModifier(StripModifier, bpy_struct):
|
|
|
130598
130617
|
:type: float
|
|
130599
130618
|
"""
|
|
130600
130619
|
|
|
130620
|
+
open_mask_input_panel: bool
|
|
130621
|
+
"""
|
|
130622
|
+
|
|
130623
|
+
:type: bool
|
|
130624
|
+
"""
|
|
130625
|
+
|
|
130601
130626
|
@classmethod
|
|
130602
130627
|
def bl_rna_get_subclass(
|
|
130603
130628
|
cls,
|
|
@@ -130757,7 +130782,7 @@ class Brush(ID, bpy_struct):
|
|
|
130757
130782
|
"""
|
|
130758
130783
|
|
|
130759
130784
|
brush_capabilities: BrushCapabilities
|
|
130760
|
-
"""
|
|
130785
|
+
""" Brush's capabilities
|
|
130761
130786
|
|
|
130762
130787
|
:type: BrushCapabilities
|
|
130763
130788
|
"""
|
|
@@ -130861,6 +130886,12 @@ class Brush(ID, bpy_struct):
|
|
|
130861
130886
|
:type: CurveMapping
|
|
130862
130887
|
"""
|
|
130863
130888
|
|
|
130889
|
+
curve_jitter: CurveMapping | None
|
|
130890
|
+
""" Curve used to map pressure to brush jitter
|
|
130891
|
+
|
|
130892
|
+
:type: CurveMapping | None
|
|
130893
|
+
"""
|
|
130894
|
+
|
|
130864
130895
|
curve_preset: bpy.stub_internal.rna_enums.BrushCurvePresetItems
|
|
130865
130896
|
"""
|
|
130866
130897
|
|
|
@@ -130885,6 +130916,18 @@ class Brush(ID, bpy_struct):
|
|
|
130885
130916
|
:type: CurveMapping | None
|
|
130886
130917
|
"""
|
|
130887
130918
|
|
|
130919
|
+
curve_size: CurveMapping | None
|
|
130920
|
+
""" Curve used to map pressure to brush size
|
|
130921
|
+
|
|
130922
|
+
:type: CurveMapping | None
|
|
130923
|
+
"""
|
|
130924
|
+
|
|
130925
|
+
curve_strength: CurveMapping | None
|
|
130926
|
+
""" Curve used to map pressure to brush strength
|
|
130927
|
+
|
|
130928
|
+
:type: CurveMapping | None
|
|
130929
|
+
"""
|
|
130930
|
+
|
|
130888
130931
|
curves_sculpt_brush_type: bpy.stub_internal.rna_enums.BrushCurvesSculptBrushTypeItems
|
|
130889
130932
|
"""
|
|
130890
130933
|
|
|
@@ -131582,7 +131625,7 @@ class Brush(ID, bpy_struct):
|
|
|
131582
131625
|
"""
|
|
131583
131626
|
|
|
131584
131627
|
use_cursor_overlay_override: bool
|
|
131585
|
-
"""
|
|
131628
|
+
""" Don't show overlay during a stroke
|
|
131586
131629
|
|
|
131587
131630
|
:type: bool
|
|
131588
131631
|
"""
|
|
@@ -131798,7 +131841,7 @@ class Brush(ID, bpy_struct):
|
|
|
131798
131841
|
"""
|
|
131799
131842
|
|
|
131800
131843
|
use_primary_overlay_override: bool
|
|
131801
|
-
"""
|
|
131844
|
+
""" Don't show overlay during a stroke
|
|
131802
131845
|
|
|
131803
131846
|
:type: bool
|
|
131804
131847
|
"""
|
|
@@ -131840,7 +131883,7 @@ class Brush(ID, bpy_struct):
|
|
|
131840
131883
|
"""
|
|
131841
131884
|
|
|
131842
131885
|
use_secondary_overlay_override: bool
|
|
131843
|
-
"""
|
|
131886
|
+
""" Don't show overlay during a stroke
|
|
131844
131887
|
|
|
131845
131888
|
:type: bool
|
|
131846
131889
|
"""
|
|
@@ -132491,7 +132534,7 @@ class BrushGpencilSettings(bpy_struct):
|
|
|
132491
132534
|
"""
|
|
132492
132535
|
|
|
132493
132536
|
angle_factor: float
|
|
132494
|
-
""" 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
|
|
132495
132538
|
|
|
132496
132539
|
:type: float
|
|
132497
132540
|
"""
|
|
@@ -132829,7 +132872,7 @@ class BrushGpencilSettings(bpy_struct):
|
|
|
132829
132872
|
"""
|
|
132830
132873
|
|
|
132831
132874
|
use_keep_caps_eraser: bool
|
|
132832
|
-
""" Keep the caps as they are and
|
|
132875
|
+
""" Keep the caps as they are and don't flatten them when erasing
|
|
132833
132876
|
|
|
132834
132877
|
:type: bool
|
|
132835
132878
|
"""
|
|
@@ -133524,7 +133567,7 @@ class CacheFile(ID, bpy_struct):
|
|
|
133524
133567
|
"""
|
|
133525
133568
|
|
|
133526
133569
|
scale: float
|
|
133527
|
-
""" Value by which to enlarge or shrink the object with respect to the
|
|
133570
|
+
""" Value by which to enlarge or shrink the object with respect to the world's origin (only applicable through a Transform Cache constraint)
|
|
133528
133571
|
|
|
133529
133572
|
:type: float
|
|
133530
133573
|
"""
|
|
@@ -133554,7 +133597,7 @@ class CacheFile(ID, bpy_struct):
|
|
|
133554
133597
|
"""
|
|
133555
133598
|
|
|
133556
133599
|
velocity_unit: bpy.stub_internal.rna_enums.VelocityUnitItems
|
|
133557
|
-
""" 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
|
|
133558
133601
|
|
|
133559
133602
|
:type: bpy.stub_internal.rna_enums.VelocityUnitItems
|
|
133560
133603
|
"""
|
|
@@ -134003,7 +134046,7 @@ class Camera(ID, bpy_struct):
|
|
|
134003
134046
|
"""
|
|
134004
134047
|
|
|
134005
134048
|
show_name: bool
|
|
134006
|
-
""" Show the active
|
|
134049
|
+
""" Show the active Camera's name in Camera view
|
|
134007
134050
|
|
|
134008
134051
|
:type: bool
|
|
134009
134052
|
"""
|
|
@@ -136053,6 +136096,12 @@ class ColorBalanceModifier(StripModifier, bpy_struct):
|
|
|
136053
136096
|
:type: float
|
|
136054
136097
|
"""
|
|
136055
136098
|
|
|
136099
|
+
open_mask_input_panel: bool
|
|
136100
|
+
"""
|
|
136101
|
+
|
|
136102
|
+
:type: bool
|
|
136103
|
+
"""
|
|
136104
|
+
|
|
136056
136105
|
@classmethod
|
|
136057
136106
|
def bl_rna_get_subclass(
|
|
136058
136107
|
cls,
|
|
@@ -136266,13 +136315,13 @@ class ColorManagedViewSettings(bpy_struct):
|
|
|
136266
136315
|
"""
|
|
136267
136316
|
|
|
136268
136317
|
white_balance_temperature: float
|
|
136269
|
-
""" Color temperature of the
|
|
136318
|
+
""" Color temperature of the scene's white point
|
|
136270
136319
|
|
|
136271
136320
|
:type: float
|
|
136272
136321
|
"""
|
|
136273
136322
|
|
|
136274
136323
|
white_balance_tint: float
|
|
136275
|
-
""" Color tint of the
|
|
136324
|
+
""" Color tint of the scene's white point (the default of 10 matches daylight)
|
|
136276
136325
|
|
|
136277
136326
|
:type: float
|
|
136278
136327
|
"""
|
|
@@ -136447,7 +136496,7 @@ class ColorMixStrip(EffectStrip, Strip, bpy_struct):
|
|
|
136447
136496
|
"""
|
|
136448
136497
|
|
|
136449
136498
|
factor: float
|
|
136450
|
-
""" Percentage of how much the
|
|
136499
|
+
""" Percentage of how much the strip's colors affect other strips
|
|
136451
136500
|
|
|
136452
136501
|
:type: float
|
|
136453
136502
|
"""
|
|
@@ -137235,7 +137284,7 @@ class CompositorNodeChannelMatte(CompositorNode, NodeInternal, Node, bpy_struct)
|
|
|
137235
137284
|
"""
|
|
137236
137285
|
|
|
137237
137286
|
limit_channel: typing.Literal["R", "G", "B"]
|
|
137238
|
-
""" Limit by this
|
|
137287
|
+
""" Limit by this channel's value
|
|
137239
137288
|
|
|
137240
137289
|
:type: typing.Literal['R','G','B']
|
|
137241
137290
|
"""
|
|
@@ -143382,7 +143431,7 @@ class Constraint(bpy_struct):
|
|
|
143382
143431
|
"""
|
|
143383
143432
|
|
|
143384
143433
|
show_expanded: bool
|
|
143385
|
-
"""
|
|
143434
|
+
""" Constraint's panel is expanded in UI
|
|
143386
143435
|
|
|
143387
143436
|
:type: bool
|
|
143388
143437
|
"""
|
|
@@ -144079,30 +144128,6 @@ class Context(bpy_struct):
|
|
|
144079
144128
|
:type: Object | None
|
|
144080
144129
|
"""
|
|
144081
144130
|
|
|
144082
|
-
active_sequence_strip: Strip | None
|
|
144083
|
-
"""
|
|
144084
|
-
|
|
144085
|
-
:type: Strip | None
|
|
144086
|
-
"""
|
|
144087
|
-
|
|
144088
|
-
sequences: list[Strip]
|
|
144089
|
-
"""
|
|
144090
|
-
|
|
144091
|
-
:type: list[Strip]
|
|
144092
|
-
"""
|
|
144093
|
-
|
|
144094
|
-
selected_sequences: list[Strip]
|
|
144095
|
-
"""
|
|
144096
|
-
|
|
144097
|
-
:type: list[Strip]
|
|
144098
|
-
"""
|
|
144099
|
-
|
|
144100
|
-
selected_editable_sequences: list[Strip]
|
|
144101
|
-
"""
|
|
144102
|
-
|
|
144103
|
-
:type: list[Strip]
|
|
144104
|
-
"""
|
|
144105
|
-
|
|
144106
144131
|
active_nla_track: NlaTrack | None
|
|
144107
144132
|
"""
|
|
144108
144133
|
|
|
@@ -144380,19 +144405,19 @@ class CopyLocationConstraint(Constraint, bpy_struct):
|
|
|
144380
144405
|
"""
|
|
144381
144406
|
|
|
144382
144407
|
use_x: bool
|
|
144383
|
-
""" Copy the
|
|
144408
|
+
""" Copy the target's X location
|
|
144384
144409
|
|
|
144385
144410
|
:type: bool
|
|
144386
144411
|
"""
|
|
144387
144412
|
|
|
144388
144413
|
use_y: bool
|
|
144389
|
-
""" Copy the
|
|
144414
|
+
""" Copy the target's Y location
|
|
144390
144415
|
|
|
144391
144416
|
:type: bool
|
|
144392
144417
|
"""
|
|
144393
144418
|
|
|
144394
144419
|
use_z: bool
|
|
144395
|
-
""" Copy the
|
|
144420
|
+
""" Copy the target's Z location
|
|
144396
144421
|
|
|
144397
144422
|
:type: bool
|
|
144398
144423
|
"""
|
|
@@ -144481,19 +144506,19 @@ class CopyRotationConstraint(Constraint, bpy_struct):
|
|
|
144481
144506
|
"""
|
|
144482
144507
|
|
|
144483
144508
|
use_x: bool
|
|
144484
|
-
""" Copy the
|
|
144509
|
+
""" Copy the target's X rotation
|
|
144485
144510
|
|
|
144486
144511
|
:type: bool
|
|
144487
144512
|
"""
|
|
144488
144513
|
|
|
144489
144514
|
use_y: bool
|
|
144490
|
-
""" Copy the
|
|
144515
|
+
""" Copy the target's Y rotation
|
|
144491
144516
|
|
|
144492
144517
|
:type: bool
|
|
144493
144518
|
"""
|
|
144494
144519
|
|
|
144495
144520
|
use_z: bool
|
|
144496
|
-
""" Copy the
|
|
144521
|
+
""" Copy the target's Z rotation
|
|
144497
144522
|
|
|
144498
144523
|
:type: bool
|
|
144499
144524
|
"""
|
|
@@ -144534,7 +144559,7 @@ class CopyScaleConstraint(Constraint, bpy_struct):
|
|
|
144534
144559
|
"""Copy the scale of the target"""
|
|
144535
144560
|
|
|
144536
144561
|
power: float
|
|
144537
|
-
""" Raise the
|
|
144562
|
+
""" Raise the target's scale to the specified power
|
|
144538
144563
|
|
|
144539
144564
|
:type: float
|
|
144540
144565
|
"""
|
|
@@ -144570,19 +144595,19 @@ class CopyScaleConstraint(Constraint, bpy_struct):
|
|
|
144570
144595
|
"""
|
|
144571
144596
|
|
|
144572
144597
|
use_x: bool
|
|
144573
|
-
""" Copy the
|
|
144598
|
+
""" Copy the target's X scale
|
|
144574
144599
|
|
|
144575
144600
|
:type: bool
|
|
144576
144601
|
"""
|
|
144577
144602
|
|
|
144578
144603
|
use_y: bool
|
|
144579
|
-
""" Copy the
|
|
144604
|
+
""" Copy the target's Y scale
|
|
144580
144605
|
|
|
144581
144606
|
:type: bool
|
|
144582
144607
|
"""
|
|
144583
144608
|
|
|
144584
144609
|
use_z: bool
|
|
144585
|
-
""" Copy the
|
|
144610
|
+
""" Copy the target's Z scale
|
|
144586
144611
|
|
|
144587
144612
|
:type: bool
|
|
144588
144613
|
"""
|
|
@@ -144931,7 +144956,7 @@ class Curve(ID, bpy_struct):
|
|
|
144931
144956
|
"""
|
|
144932
144957
|
|
|
144933
144958
|
bevel_mode: typing.Literal["ROUND", "OBJECT", "PROFILE"]
|
|
144934
|
-
""" Determine how to build the
|
|
144959
|
+
""" Determine how to build the curve's bevel geometry
|
|
144935
144960
|
|
|
144936
144961
|
:type: typing.Literal['ROUND','OBJECT','PROFILE']
|
|
144937
144962
|
"""
|
|
@@ -144943,7 +144968,7 @@ class Curve(ID, bpy_struct):
|
|
|
144943
144968
|
"""
|
|
144944
144969
|
|
|
144945
144970
|
bevel_profile: CurveProfile | None
|
|
144946
|
-
""" The path for the
|
|
144971
|
+
""" The path for the curve's custom profile
|
|
144947
144972
|
|
|
144948
144973
|
:type: CurveProfile | None
|
|
144949
144974
|
"""
|
|
@@ -144967,7 +144992,7 @@ class Curve(ID, bpy_struct):
|
|
|
144967
144992
|
"""
|
|
144968
144993
|
|
|
144969
144994
|
eval_time: float
|
|
144970
|
-
""" 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)
|
|
144971
144996
|
|
|
144972
144997
|
:type: float
|
|
144973
144998
|
"""
|
|
@@ -145003,7 +145028,7 @@ class Curve(ID, bpy_struct):
|
|
|
145003
145028
|
"""
|
|
145004
145029
|
|
|
145005
145030
|
path_duration: int
|
|
145006
|
-
""" 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
|
|
145007
145032
|
|
|
145008
145033
|
:type: int
|
|
145009
145034
|
"""
|
|
@@ -145081,7 +145106,7 @@ class Curve(ID, bpy_struct):
|
|
|
145081
145106
|
"""
|
|
145082
145107
|
|
|
145083
145108
|
use_auto_texspace: bool
|
|
145084
|
-
""" Adjust active
|
|
145109
|
+
""" Adjust active object's texture space automatically when transforming object
|
|
145085
145110
|
|
|
145086
145111
|
:type: bool
|
|
145087
145112
|
"""
|
|
@@ -145492,7 +145517,7 @@ class CurvePaintSettings(bpy_struct):
|
|
|
145492
145517
|
"""
|
|
145493
145518
|
|
|
145494
145519
|
radius_max: float
|
|
145495
|
-
""" Radius to use when the maximum pressure is applied (or when a tablet
|
|
145520
|
+
""" Radius to use when the maximum pressure is applied (or when a tablet isn't used)
|
|
145496
145521
|
|
|
145497
145522
|
:type: float
|
|
145498
145523
|
"""
|
|
@@ -145534,7 +145559,7 @@ class CurvePaintSettings(bpy_struct):
|
|
|
145534
145559
|
"""
|
|
145535
145560
|
|
|
145536
145561
|
use_offset_absolute: bool
|
|
145537
|
-
""" Apply a fixed offset (
|
|
145562
|
+
""" Apply a fixed offset (don't scale by the radius)
|
|
145538
145563
|
|
|
145539
145564
|
:type: bool
|
|
145540
145565
|
"""
|
|
@@ -145798,7 +145823,7 @@ class CurveSlice(bpy_struct):
|
|
|
145798
145823
|
"""A single curve from a curves data-block"""
|
|
145799
145824
|
|
|
145800
145825
|
first_point_index: int
|
|
145801
|
-
""" The index of this
|
|
145826
|
+
""" The index of this curve's first control point
|
|
145802
145827
|
|
|
145803
145828
|
:type: int
|
|
145804
145829
|
"""
|
|
@@ -145893,7 +145918,7 @@ class Curves(ID, bpy_struct):
|
|
|
145893
145918
|
"""
|
|
145894
145919
|
|
|
145895
145920
|
normals: bpy_prop_collection[FloatVectorValueReadOnly]
|
|
145896
|
-
""" The curve normal value at each of the
|
|
145921
|
+
""" The curve normal value at each of the curve's control points
|
|
145897
145922
|
|
|
145898
145923
|
:type: bpy_prop_collection[FloatVectorValueReadOnly]
|
|
145899
145924
|
"""
|
|
@@ -146066,6 +146091,12 @@ class CurvesModifier(StripModifier, bpy_struct):
|
|
|
146066
146091
|
:type: CurveMapping | None
|
|
146067
146092
|
"""
|
|
146068
146093
|
|
|
146094
|
+
open_mask_input_panel: bool
|
|
146095
|
+
"""
|
|
146096
|
+
|
|
146097
|
+
:type: bool
|
|
146098
|
+
"""
|
|
146099
|
+
|
|
146069
146100
|
@classmethod
|
|
146070
146101
|
def bl_rna_get_subclass(
|
|
146071
146102
|
cls,
|
|
@@ -146341,7 +146372,7 @@ class DataTransferModifier(Modifier, bpy_struct):
|
|
|
146341
146372
|
"""
|
|
146342
146373
|
|
|
146343
146374
|
loop_mapping: bpy.stub_internal.rna_enums.DtMethodLoopItems
|
|
146344
|
-
""" Method used to map source faces corners to destination ones
|
|
146375
|
+
""" Method used to map source faces' corners to destination ones
|
|
146345
146376
|
|
|
146346
146377
|
:type: bpy.stub_internal.rna_enums.DtMethodLoopItems
|
|
146347
146378
|
"""
|
|
@@ -146377,7 +146408,7 @@ class DataTransferModifier(Modifier, bpy_struct):
|
|
|
146377
146408
|
"""
|
|
146378
146409
|
|
|
146379
146410
|
ray_radius: float
|
|
146380
|
-
""" Width of rays (especially useful when raycasting against vertices or edges)
|
|
146411
|
+
""" 'Width' of rays (especially useful when raycasting against vertices or edges)
|
|
146381
146412
|
|
|
146382
146413
|
:type: float
|
|
146383
146414
|
"""
|
|
@@ -147298,7 +147329,7 @@ class DopeSheet(bpy_struct):
|
|
|
147298
147329
|
"""
|
|
147299
147330
|
|
|
147300
147331
|
show_only_slot_of_active_object: bool
|
|
147301
|
-
""" Only show the slot of the active Object. Otherwise show all the
|
|
147332
|
+
""" Only show the slot of the active Object. Otherwise show all the Action's Slots
|
|
147302
147333
|
|
|
147303
147334
|
:type: bool
|
|
147304
147335
|
"""
|
|
@@ -147334,7 +147365,7 @@ class DopeSheet(bpy_struct):
|
|
|
147334
147365
|
"""
|
|
147335
147366
|
|
|
147336
147367
|
show_summary: bool
|
|
147337
|
-
""" Display an additional summary line (Dope Sheet editors only)
|
|
147368
|
+
""" Display an additional 'summary' line (Dope Sheet editors only)
|
|
147338
147369
|
|
|
147339
147370
|
:type: bool
|
|
147340
147371
|
"""
|
|
@@ -147448,7 +147479,7 @@ class Driver(bpy_struct):
|
|
|
147448
147479
|
"""
|
|
147449
147480
|
|
|
147450
147481
|
use_self: bool
|
|
147451
|
-
""" 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...)
|
|
147452
147483
|
|
|
147453
147484
|
:type: bool
|
|
147454
147485
|
"""
|
|
@@ -147725,7 +147756,7 @@ class DynamicPaintBrushSettings(bpy_struct):
|
|
|
147725
147756
|
"""
|
|
147726
147757
|
|
|
147727
147758
|
ray_direction: typing.Literal["CANVAS", "BRUSH", "Z_AXIS"]
|
|
147728
|
-
""" Ray direction to use for projection (if brush object is located in that direction
|
|
147759
|
+
""" Ray direction to use for projection (if brush object is located in that direction it's painted)
|
|
147729
147760
|
|
|
147730
147761
|
:type: typing.Literal['CANVAS','BRUSH','Z_AXIS']
|
|
147731
147762
|
"""
|
|
@@ -148426,25 +148457,25 @@ class EditBone(bpy_struct):
|
|
|
148426
148457
|
"""Edit mode bone in an armature data-block"""
|
|
148427
148458
|
|
|
148428
148459
|
bbone_curveinx: float
|
|
148429
|
-
""" X-axis handle offset for start of the B-
|
|
148460
|
+
""" X-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
148430
148461
|
|
|
148431
148462
|
:type: float
|
|
148432
148463
|
"""
|
|
148433
148464
|
|
|
148434
148465
|
bbone_curveinz: float
|
|
148435
|
-
""" Z-axis handle offset for start of the B-
|
|
148466
|
+
""" Z-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
148436
148467
|
|
|
148437
148468
|
:type: float
|
|
148438
148469
|
"""
|
|
148439
148470
|
|
|
148440
148471
|
bbone_curveoutx: float
|
|
148441
|
-
""" X-axis handle offset for end of the B-
|
|
148472
|
+
""" X-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
148442
148473
|
|
|
148443
148474
|
:type: float
|
|
148444
148475
|
"""
|
|
148445
148476
|
|
|
148446
148477
|
bbone_curveoutz: float
|
|
148447
|
-
""" Z-axis handle offset for end of the B-
|
|
148478
|
+
""" Z-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
148448
148479
|
|
|
148449
148480
|
:type: float
|
|
148450
148481
|
"""
|
|
@@ -148486,25 +148517,25 @@ class EditBone(bpy_struct):
|
|
|
148486
148517
|
"""
|
|
148487
148518
|
|
|
148488
148519
|
bbone_handle_use_ease_end: bool
|
|
148489
|
-
""" 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
|
|
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.
|
|
148490
148521
|
|
|
148491
148522
|
:type: bool
|
|
148492
148523
|
"""
|
|
148493
148524
|
|
|
148494
148525
|
bbone_handle_use_ease_start: bool
|
|
148495
|
-
""" 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
|
|
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.
|
|
148496
148527
|
|
|
148497
148528
|
:type: bool
|
|
148498
148529
|
"""
|
|
148499
148530
|
|
|
148500
148531
|
bbone_handle_use_scale_end: bpy_prop_array[bool]
|
|
148501
|
-
""" Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and
|
|
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.
|
|
148502
148533
|
|
|
148503
148534
|
:type: bpy_prop_array[bool]
|
|
148504
148535
|
"""
|
|
148505
148536
|
|
|
148506
148537
|
bbone_handle_use_scale_start: bpy_prop_array[bool]
|
|
148507
|
-
""" Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and
|
|
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.
|
|
148508
148539
|
|
|
148509
148540
|
:type: bpy_prop_array[bool]
|
|
148510
148541
|
"""
|
|
@@ -148634,7 +148665,7 @@ class EditBone(bpy_struct):
|
|
|
148634
148665
|
"""
|
|
148635
148666
|
|
|
148636
148667
|
matrix: mathutils.Matrix
|
|
148637
|
-
""" Matrix combining location and rotation of the bone (head position, direction and roll), in armature space (does not include/support
|
|
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)
|
|
148638
148669
|
|
|
148639
148670
|
:type: mathutils.Matrix
|
|
148640
148671
|
"""
|
|
@@ -148694,7 +148725,7 @@ class EditBone(bpy_struct):
|
|
|
148694
148725
|
"""
|
|
148695
148726
|
|
|
148696
148727
|
use_connect: bool
|
|
148697
|
-
""" When bone has a parent,
|
|
148728
|
+
""" When bone has a parent, bone's head is stuck to the parent's tail
|
|
148698
148729
|
|
|
148699
148730
|
:type: bool
|
|
148700
148731
|
"""
|
|
@@ -148890,7 +148921,7 @@ class EffectStrip(Strip, bpy_struct):
|
|
|
148890
148921
|
"""
|
|
148891
148922
|
|
|
148892
148923
|
color_saturation: float
|
|
148893
|
-
""" Adjust the intensity of the
|
|
148924
|
+
""" Adjust the intensity of the input's color
|
|
148894
148925
|
|
|
148895
148926
|
:type: float
|
|
148896
148927
|
"""
|
|
@@ -148997,7 +149028,7 @@ class EffectorWeights(bpy_struct):
|
|
|
148997
149028
|
"""Effector weights for physics simulation"""
|
|
148998
149029
|
|
|
148999
149030
|
all: float
|
|
149000
|
-
""" All
|
|
149031
|
+
""" All effector's weight
|
|
149001
149032
|
|
|
149002
149033
|
:type: float
|
|
149003
149034
|
"""
|
|
@@ -149199,7 +149230,7 @@ class EnumPropertyItem(bpy_struct):
|
|
|
149199
149230
|
"""Definition of a choice in an RNA enum property"""
|
|
149200
149231
|
|
|
149201
149232
|
description: str
|
|
149202
|
-
""" Description of the
|
|
149233
|
+
""" Description of the item's purpose
|
|
149203
149234
|
|
|
149204
149235
|
:type: str
|
|
149205
149236
|
"""
|
|
@@ -149679,7 +149710,7 @@ class FCurve(bpy_struct):
|
|
|
149679
149710
|
"""
|
|
149680
149711
|
|
|
149681
149712
|
lock: bool
|
|
149682
|
-
""" F-
|
|
149713
|
+
""" F-Curve's settings cannot be edited
|
|
149683
149714
|
|
|
149684
149715
|
:type: bool
|
|
149685
149716
|
"""
|
|
@@ -150037,12 +150068,6 @@ class FFmpegSettings(bpy_struct):
|
|
|
150037
150068
|
:type: int
|
|
150038
150069
|
"""
|
|
150039
150070
|
|
|
150040
|
-
video_hdr: typing.Literal["NONE", "REQ2100_PQ", "REQ2100_HLG"]
|
|
150041
|
-
""" High Dynamic Range options
|
|
150042
|
-
|
|
150043
|
-
:type: typing.Literal['NONE','REQ2100_PQ','REQ2100_HLG']
|
|
150044
|
-
"""
|
|
150045
|
-
|
|
150046
150071
|
@classmethod
|
|
150047
150072
|
def bl_rna_get_subclass(
|
|
150048
150073
|
cls,
|
|
@@ -150153,13 +150178,13 @@ class FModifier(bpy_struct):
|
|
|
150153
150178
|
"""
|
|
150154
150179
|
|
|
150155
150180
|
frame_end: float
|
|
150156
|
-
""" Frame that
|
|
150181
|
+
""" Frame that modifier's influence ends (if Restrict Frame Range is in use)
|
|
150157
150182
|
|
|
150158
150183
|
:type: float
|
|
150159
150184
|
"""
|
|
150160
150185
|
|
|
150161
150186
|
frame_start: float
|
|
150162
|
-
""" Frame that
|
|
150187
|
+
""" Frame that modifier's influence starts (if Restrict Frame Range is in use)
|
|
150163
150188
|
|
|
150164
150189
|
:type: float
|
|
150165
150190
|
"""
|
|
@@ -150189,7 +150214,7 @@ class FModifier(bpy_struct):
|
|
|
150189
150214
|
"""
|
|
150190
150215
|
|
|
150191
150216
|
show_expanded: bool
|
|
150192
|
-
""" F-Curve
|
|
150217
|
+
""" F-Curve Modifier's panel is expanded in UI
|
|
150193
150218
|
|
|
150194
150219
|
:type: bool
|
|
150195
150220
|
"""
|
|
@@ -150201,7 +150226,7 @@ class FModifier(bpy_struct):
|
|
|
150201
150226
|
"""
|
|
150202
150227
|
|
|
150203
150228
|
use_influence: bool
|
|
150204
|
-
""" F-Curve
|
|
150229
|
+
""" F-Curve Modifier's effects will be tempered by a default factor
|
|
150205
150230
|
|
|
150206
150231
|
:type: bool
|
|
150207
150232
|
"""
|
|
@@ -150325,7 +150350,7 @@ class FModifierEnvelope(FModifier, bpy_struct):
|
|
|
150325
150350
|
"""
|
|
150326
150351
|
|
|
150327
150352
|
reference_value: float
|
|
150328
|
-
""" Value that
|
|
150353
|
+
""" Value that envelope's influence is centered around / based on
|
|
150329
150354
|
|
|
150330
150355
|
:type: float
|
|
150331
150356
|
"""
|
|
@@ -150431,7 +150456,7 @@ class FModifierFunctionGenerator(FModifier, bpy_struct):
|
|
|
150431
150456
|
"""
|
|
150432
150457
|
|
|
150433
150458
|
phase_multiplier: float
|
|
150434
|
-
""" Scale factor determining the speed of the function
|
|
150459
|
+
""" Scale factor determining the 'speed' of the function
|
|
150435
150460
|
|
|
150436
150461
|
:type: float
|
|
150437
150462
|
"""
|
|
@@ -150490,7 +150515,7 @@ class FModifierGenerator(FModifier, bpy_struct):
|
|
|
150490
150515
|
"""Deterministically generate values for the modified F-Curve"""
|
|
150491
150516
|
|
|
150492
150517
|
coefficients: bpy_prop_array[float]
|
|
150493
|
-
""" Coefficients for x (starting from lowest power of x^0)
|
|
150518
|
+
""" Coefficients for 'x' (starting from lowest power of x^0)
|
|
150494
150519
|
|
|
150495
150520
|
:type: bpy_prop_array[float]
|
|
150496
150521
|
"""
|
|
@@ -150502,7 +150527,7 @@ class FModifierGenerator(FModifier, bpy_struct):
|
|
|
150502
150527
|
"""
|
|
150503
150528
|
|
|
150504
150529
|
poly_order: int
|
|
150505
|
-
""" 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)
|
|
150506
150531
|
|
|
150507
150532
|
:type: int
|
|
150508
150533
|
"""
|
|
@@ -150721,19 +150746,19 @@ class FModifierStepped(FModifier, bpy_struct):
|
|
|
150721
150746
|
"""Hold each interpolated value from the F-Curve for several frames without changing the timing"""
|
|
150722
150747
|
|
|
150723
150748
|
frame_end: float
|
|
150724
|
-
""" Frame that
|
|
150749
|
+
""" Frame that modifier's influence ends (if applicable)
|
|
150725
150750
|
|
|
150726
150751
|
:type: float
|
|
150727
150752
|
"""
|
|
150728
150753
|
|
|
150729
150754
|
frame_offset: float
|
|
150730
|
-
""" 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)
|
|
150731
150756
|
|
|
150732
150757
|
:type: float
|
|
150733
150758
|
"""
|
|
150734
150759
|
|
|
150735
150760
|
frame_start: float
|
|
150736
|
-
""" Frame that
|
|
150761
|
+
""" Frame that modifier's influence starts (if applicable)
|
|
150737
150762
|
|
|
150738
150763
|
:type: float
|
|
150739
150764
|
"""
|
|
@@ -150745,13 +150770,13 @@ class FModifierStepped(FModifier, bpy_struct):
|
|
|
150745
150770
|
"""
|
|
150746
150771
|
|
|
150747
150772
|
use_frame_end: bool
|
|
150748
|
-
""" Restrict modifier to only act before its end frame
|
|
150773
|
+
""" Restrict modifier to only act before its 'end' frame
|
|
150749
150774
|
|
|
150750
150775
|
:type: bool
|
|
150751
150776
|
"""
|
|
150752
150777
|
|
|
150753
150778
|
use_frame_start: bool
|
|
150754
|
-
""" Restrict modifier to only act after its start frame
|
|
150779
|
+
""" Restrict modifier to only act after its 'start' frame
|
|
150755
150780
|
|
|
150756
150781
|
:type: bool
|
|
150757
150782
|
"""
|
|
@@ -150792,13 +150817,13 @@ class FieldSettings(bpy_struct):
|
|
|
150792
150817
|
"""Field settings for an object in physics simulation"""
|
|
150793
150818
|
|
|
150794
150819
|
apply_to_location: bool
|
|
150795
|
-
""" Affect
|
|
150820
|
+
""" Affect particle's location
|
|
150796
150821
|
|
|
150797
150822
|
:type: bool
|
|
150798
150823
|
"""
|
|
150799
150824
|
|
|
150800
150825
|
apply_to_rotation: bool
|
|
150801
|
-
""" Affect
|
|
150826
|
+
""" Affect particle's dynamic rotation
|
|
150802
150827
|
|
|
150803
150828
|
:type: bool
|
|
150804
150829
|
"""
|
|
@@ -150810,7 +150835,7 @@ class FieldSettings(bpy_struct):
|
|
|
150810
150835
|
"""
|
|
150811
150836
|
|
|
150812
150837
|
distance_min: float
|
|
150813
|
-
""" Minimum distance for the
|
|
150838
|
+
""" Minimum distance for the field's falloff
|
|
150814
150839
|
|
|
150815
150840
|
:type: float
|
|
150816
150841
|
"""
|
|
@@ -150846,7 +150871,7 @@ class FieldSettings(bpy_struct):
|
|
|
150846
150871
|
"""
|
|
150847
150872
|
|
|
150848
150873
|
guide_free: float
|
|
150849
|
-
""" Guide-free time from particle
|
|
150874
|
+
""" Guide-free time from particle life's end
|
|
150850
150875
|
|
|
150851
150876
|
:type: float
|
|
150852
150877
|
"""
|
|
@@ -150932,7 +150957,7 @@ class FieldSettings(bpy_struct):
|
|
|
150932
150957
|
"""
|
|
150933
150958
|
|
|
150934
150959
|
radial_min: float
|
|
150935
|
-
""" Minimum radial distance for the
|
|
150960
|
+
""" Minimum radial distance for the field's falloff
|
|
150936
150961
|
|
|
150937
150962
|
:type: float
|
|
150938
150963
|
"""
|
|
@@ -151031,7 +151056,7 @@ class FieldSettings(bpy_struct):
|
|
|
151031
151056
|
"""
|
|
151032
151057
|
|
|
151033
151058
|
use_gravity_falloff: bool
|
|
151034
|
-
""" Multiply force by 1/distance
|
|
151059
|
+
""" Multiply force by 1/distance²
|
|
151035
151060
|
|
|
151036
151061
|
:type: bool
|
|
151037
151062
|
"""
|
|
@@ -151055,7 +151080,7 @@ class FieldSettings(bpy_struct):
|
|
|
151055
151080
|
"""
|
|
151056
151081
|
|
|
151057
151082
|
use_min_distance: bool
|
|
151058
|
-
""" Use a minimum distance for the
|
|
151083
|
+
""" Use a minimum distance for the field's falloff
|
|
151059
151084
|
|
|
151060
151085
|
:type: bool
|
|
151061
151086
|
"""
|
|
@@ -151079,7 +151104,7 @@ class FieldSettings(bpy_struct):
|
|
|
151079
151104
|
"""
|
|
151080
151105
|
|
|
151081
151106
|
use_radial_min: bool
|
|
151082
|
-
""" Use a minimum radial distance for the
|
|
151107
|
+
""" Use a minimum radial distance for the field's falloff
|
|
151083
151108
|
|
|
151084
151109
|
:type: bool
|
|
151085
151110
|
"""
|
|
@@ -151210,7 +151235,7 @@ class FileAssetSelectIDFilter(bpy_struct):
|
|
|
151210
151235
|
"""
|
|
151211
151236
|
|
|
151212
151237
|
experimental_filter_linestyle: bool
|
|
151213
|
-
""" Show
|
|
151238
|
+
""" Show Freestyle's Line Style data-blocks
|
|
151214
151239
|
|
|
151215
151240
|
:type: bool
|
|
151216
151241
|
"""
|
|
@@ -151690,7 +151715,7 @@ class FileSelectIDFilter(bpy_struct):
|
|
|
151690
151715
|
"""
|
|
151691
151716
|
|
|
151692
151717
|
category_shading: bool
|
|
151693
|
-
""" Show materials, node-trees, textures and
|
|
151718
|
+
""" Show materials, node-trees, textures and Freestyle's line-styles
|
|
151694
151719
|
|
|
151695
151720
|
:type: bool
|
|
151696
151721
|
"""
|
|
@@ -151780,7 +151805,7 @@ class FileSelectIDFilter(bpy_struct):
|
|
|
151780
151805
|
"""
|
|
151781
151806
|
|
|
151782
151807
|
filter_linestyle: bool
|
|
151783
|
-
""" Show
|
|
151808
|
+
""" Show Freestyle's Line Style data-blocks
|
|
151784
151809
|
|
|
151785
151810
|
:type: bool
|
|
151786
151811
|
"""
|
|
@@ -151962,7 +151987,7 @@ class FileSelectParams(bpy_struct):
|
|
|
151962
151987
|
"""
|
|
151963
151988
|
|
|
151964
151989
|
filter_glob: str
|
|
151965
|
-
""" 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 ';'
|
|
151966
151991
|
|
|
151967
151992
|
:type: str
|
|
151968
151993
|
"""
|
|
@@ -151974,7 +151999,7 @@ class FileSelectParams(bpy_struct):
|
|
|
151974
151999
|
"""
|
|
151975
152000
|
|
|
151976
152001
|
filter_search: str
|
|
151977
|
-
""" Filter by name or tag, supports * wildcard
|
|
152002
|
+
""" Filter by name or tag, supports '*' wildcard
|
|
151978
152003
|
|
|
151979
152004
|
:type: str
|
|
151980
152005
|
"""
|
|
@@ -152106,7 +152131,7 @@ class FileSelectParams(bpy_struct):
|
|
|
152106
152131
|
"""
|
|
152107
152132
|
|
|
152108
152133
|
use_library_browsing: bool
|
|
152109
|
-
""" Whether we may browse Blender files content or not
|
|
152134
|
+
""" Whether we may browse Blender files' content or not
|
|
152110
152135
|
|
|
152111
152136
|
:type: bool
|
|
152112
152137
|
"""
|
|
@@ -152529,7 +152554,7 @@ class FloatProperty(Property, bpy_struct):
|
|
|
152529
152554
|
"""
|
|
152530
152555
|
|
|
152531
152556
|
precision: int
|
|
152532
|
-
""" 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.
|
|
152533
152558
|
|
|
152534
152559
|
:type: int
|
|
152535
152560
|
"""
|
|
@@ -152740,7 +152765,7 @@ class FloorConstraint(Constraint, bpy_struct):
|
|
|
152740
152765
|
"""
|
|
152741
152766
|
|
|
152742
152767
|
use_rotation: bool
|
|
152743
|
-
""" Use the
|
|
152768
|
+
""" Use the target's rotation to determine floor
|
|
152744
152769
|
|
|
152745
152770
|
:type: bool
|
|
152746
152771
|
"""
|
|
@@ -155270,7 +155295,7 @@ class Function(bpy_struct):
|
|
|
155270
155295
|
"""RNA function definition"""
|
|
155271
155296
|
|
|
155272
155297
|
description: str
|
|
155273
|
-
""" Description of the
|
|
155298
|
+
""" Description of the Function's purpose
|
|
155274
155299
|
|
|
155275
155300
|
:type: str
|
|
155276
155301
|
"""
|
|
@@ -158657,7 +158682,7 @@ class GPencilInterpolateSettings(bpy_struct):
|
|
|
158657
158682
|
"""Settings for Grease Pencil interpolation tools"""
|
|
158658
158683
|
|
|
158659
158684
|
interpolation_curve: CurveMapping | None
|
|
158660
|
-
""" Custom curve to control sequence interpolation between Grease Pencil frames
|
|
158685
|
+
""" Custom curve to control 'sequence' interpolation between Grease Pencil frames
|
|
158661
158686
|
|
|
158662
158687
|
:type: CurveMapping | None
|
|
158663
158688
|
"""
|
|
@@ -174130,7 +174155,7 @@ class Gizmo(bpy_struct):
|
|
|
174130
174155
|
"""
|
|
174131
174156
|
|
|
174132
174157
|
use_select_background: bool
|
|
174133
|
-
"""
|
|
174158
|
+
""" Don't write into the depth buffer
|
|
174134
174159
|
|
|
174135
174160
|
:type: bool
|
|
174136
174161
|
"""
|
|
@@ -175093,13 +175118,13 @@ class GreasePencilArrayModifier(Modifier, bpy_struct):
|
|
|
175093
175118
|
"""
|
|
175094
175119
|
|
|
175095
175120
|
use_object_offset: bool
|
|
175096
|
-
""" Add another
|
|
175121
|
+
""" Add another object's transformation to the total offset
|
|
175097
175122
|
|
|
175098
175123
|
:type: bool
|
|
175099
175124
|
"""
|
|
175100
175125
|
|
|
175101
175126
|
use_relative_offset: bool
|
|
175102
|
-
""" Add an offset relative to the
|
|
175127
|
+
""" Add an offset relative to the object's bounding box
|
|
175103
175128
|
|
|
175104
175129
|
:type: bool
|
|
175105
175130
|
"""
|
|
@@ -175669,13 +175694,13 @@ class GreasePencilDashModifierSegment(bpy_struct):
|
|
|
175669
175694
|
"""
|
|
175670
175695
|
|
|
175671
175696
|
opacity: float
|
|
175672
|
-
""" The factor to apply to the original
|
|
175697
|
+
""" The factor to apply to the original point's opacity for the new points
|
|
175673
175698
|
|
|
175674
175699
|
:type: float
|
|
175675
175700
|
"""
|
|
175676
175701
|
|
|
175677
175702
|
radius: float
|
|
175678
|
-
""" The factor to apply to the original
|
|
175703
|
+
""" The factor to apply to the original point's radius for the new points
|
|
175679
175704
|
|
|
175680
175705
|
:type: float
|
|
175681
175706
|
"""
|
|
@@ -176480,7 +176505,7 @@ class GreasePencilLayer(GreasePencilTreeNode, bpy_struct):
|
|
|
176480
176505
|
"""
|
|
176481
176506
|
|
|
176482
176507
|
matrix_parent_inverse: mathutils.Matrix
|
|
176483
|
-
""" Inverse of
|
|
176508
|
+
""" Inverse of layer's parent transformation matrix
|
|
176484
176509
|
|
|
176485
176510
|
:type: mathutils.Matrix
|
|
176486
176511
|
"""
|
|
@@ -176737,7 +176762,7 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
|
|
|
176737
176762
|
"""
|
|
176738
176763
|
|
|
176739
176764
|
invert_curvature: bool
|
|
176740
|
-
""" Invert the curvature of the
|
|
176765
|
+
""" Invert the curvature of the stroke's extension
|
|
176741
176766
|
|
|
176742
176767
|
:type: bool
|
|
176743
176768
|
"""
|
|
@@ -176833,7 +176858,7 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
|
|
|
176833
176858
|
"""
|
|
176834
176859
|
|
|
176835
176860
|
random_offset: float
|
|
176836
|
-
""" Smoothly offset each
|
|
176861
|
+
""" Smoothly offset each stroke's random value
|
|
176837
176862
|
|
|
176838
176863
|
:type: float
|
|
176839
176864
|
"""
|
|
@@ -177018,7 +177043,7 @@ class GreasePencilLineartModifier(Modifier, bpy_struct):
|
|
|
177018
177043
|
"""
|
|
177019
177044
|
|
|
177020
177045
|
shadow_camera_size: float
|
|
177021
|
-
""" Represents the "Orthographic Scale" of an orthographic camera. If the camera is positioned at the
|
|
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".
|
|
177022
177047
|
|
|
177023
177048
|
:type: float
|
|
177024
177049
|
"""
|
|
@@ -177514,13 +177539,13 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
|
|
|
177514
177539
|
"""
|
|
177515
177540
|
|
|
177516
177541
|
fading_opacity: float
|
|
177517
|
-
""" Fade influence of
|
|
177542
|
+
""" Fade influence of stroke's opacity
|
|
177518
177543
|
|
|
177519
177544
|
:type: float
|
|
177520
177545
|
"""
|
|
177521
177546
|
|
|
177522
177547
|
fading_thickness: float
|
|
177523
|
-
""" Fade influence of
|
|
177548
|
+
""" Fade influence of stroke's thickness
|
|
177524
177549
|
|
|
177525
177550
|
:type: float
|
|
177526
177551
|
"""
|
|
@@ -178429,7 +178454,7 @@ class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
|
|
|
178429
178454
|
"""
|
|
178430
178455
|
|
|
178431
178456
|
subsurf_levels: int
|
|
178432
|
-
""" 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
|
|
178433
178458
|
|
|
178434
178459
|
:type: int
|
|
178435
178460
|
"""
|
|
@@ -180143,13 +180168,13 @@ class GreasePencilv3(ID, bpy_struct):
|
|
|
180143
180168
|
"""
|
|
180144
180169
|
|
|
180145
180170
|
ghost_after_range: int
|
|
180146
|
-
""" Maximum number of frames to show after current frame (0 =
|
|
180171
|
+
""" Maximum number of frames to show after current frame (0 = don't show any frames after current)
|
|
180147
180172
|
|
|
180148
180173
|
:type: int
|
|
180149
180174
|
"""
|
|
180150
180175
|
|
|
180151
180176
|
ghost_before_range: int
|
|
180152
|
-
""" Maximum number of frames to show before current frame (0 =
|
|
180177
|
+
""" Maximum number of frames to show before current frame (0 = don't show any frames before current)
|
|
180153
180178
|
|
|
180154
180179
|
:type: int
|
|
180155
180180
|
"""
|
|
@@ -180193,7 +180218,7 @@ class GreasePencilv3(ID, bpy_struct):
|
|
|
180193
180218
|
"""
|
|
180194
180219
|
|
|
180195
180220
|
stroke_depth_order: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
180196
|
-
""" 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')
|
|
180197
180222
|
|
|
180198
180223
|
:type: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
180199
180224
|
"""
|
|
@@ -180564,6 +180589,12 @@ class HueCorrectModifier(StripModifier, bpy_struct):
|
|
|
180564
180589
|
:type: CurveMapping | None
|
|
180565
180590
|
"""
|
|
180566
180591
|
|
|
180592
|
+
open_mask_input_panel: bool
|
|
180593
|
+
"""
|
|
180594
|
+
|
|
180595
|
+
:type: bool
|
|
180596
|
+
"""
|
|
180597
|
+
|
|
180567
180598
|
@classmethod
|
|
180568
180599
|
def bl_rna_get_subclass(
|
|
180569
180600
|
cls,
|
|
@@ -180710,7 +180741,7 @@ class ID(bpy_struct):
|
|
|
180710
180741
|
"""
|
|
180711
180742
|
|
|
180712
180743
|
is_runtime_data: bool
|
|
180713
|
-
""" This data-block is runtime data, i.e. it
|
|
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.
|
|
180714
180745
|
|
|
180715
180746
|
:type: bool
|
|
180716
180747
|
"""
|
|
@@ -180817,13 +180848,13 @@ class ID(bpy_struct):
|
|
|
180817
180848
|
:param mode: How to handle name collision, in case the requested new name is already used by another ID of the same type
|
|
180818
180849
|
|
|
180819
180850
|
NEVER
|
|
180820
|
-
Never Rename -- Never rename an
|
|
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.
|
|
180821
180852
|
|
|
180822
180853
|
ALWAYS
|
|
180823
|
-
Always Rename -- Always rename an
|
|
180854
|
+
Always Rename -- Always rename an existing ID whose name would conflict, ensuring that the currently renamed ID will get requested name.
|
|
180824
180855
|
|
|
180825
180856
|
SAME_ROOT
|
|
180826
|
-
Rename If Same Root -- Only rename an
|
|
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.
|
|
180827
180858
|
:type mode: typing.Literal['NEVER','ALWAYS','SAME_ROOT'] | None
|
|
180828
180859
|
:return: How did the renaming of the data-block went on
|
|
180829
180860
|
|
|
@@ -180837,7 +180868,7 @@ class ID(bpy_struct):
|
|
|
180837
180868
|
Renamed Without Collision -- The ID was renamed as requested, without creating any name collision.
|
|
180838
180869
|
|
|
180839
180870
|
RENAMED_COLLISION_ADJUSTED
|
|
180840
|
-
Renamed With Collision -- The ID was renamed with
|
|
180871
|
+
Renamed With Collision -- The ID was renamed with adjustment of the requested name, to avoid a name collision.
|
|
180841
180872
|
|
|
180842
180873
|
RENAMED_COLLISION_FORCED
|
|
180843
180874
|
Renamed Enforced With Collision -- The ID was renamed as requested, also renaming another ID to avoid a name collision.
|
|
@@ -181075,7 +181106,7 @@ class IDOverrideLibrary(bpy_struct):
|
|
|
181075
181106
|
:type view_layer: ViewLayer | None
|
|
181076
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)
|
|
181077
181108
|
:type residual_storage: Collection | None
|
|
181078
|
-
: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
|
|
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)
|
|
181079
181110
|
:type do_hierarchy_enforce: bool | None
|
|
181080
181111
|
:param do_whole_hierarchy: Resync the whole hierarchy this data-block belongs to, not only its own sub-hierarchy
|
|
181081
181112
|
:type do_whole_hierarchy: bool | None
|
|
@@ -182357,7 +182388,7 @@ class ImagePaint(Paint, bpy_struct):
|
|
|
182357
182388
|
"""
|
|
182358
182389
|
|
|
182359
182390
|
seam_bleed: int
|
|
182360
|
-
""" 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)
|
|
182361
182392
|
|
|
182362
182393
|
:type: int
|
|
182363
182394
|
"""
|
|
@@ -182563,7 +182594,7 @@ class ImageStrip(Strip, bpy_struct):
|
|
|
182563
182594
|
"""
|
|
182564
182595
|
|
|
182565
182596
|
color_saturation: float
|
|
182566
|
-
""" Adjust the intensity of the
|
|
182597
|
+
""" Adjust the intensity of the input's color
|
|
182567
182598
|
|
|
182568
182599
|
:type: float
|
|
182569
182600
|
"""
|
|
@@ -182806,7 +182837,7 @@ class ImageTexture(Texture, ID, bpy_struct):
|
|
|
182806
182837
|
"""
|
|
182807
182838
|
|
|
182808
182839
|
use_flip_axis: bool
|
|
182809
|
-
""" Flip the
|
|
182840
|
+
""" Flip the texture's X and Y axis
|
|
182810
182841
|
|
|
182811
182842
|
:type: bool
|
|
182812
182843
|
"""
|
|
@@ -183599,7 +183630,7 @@ class KeyMap(bpy_struct):
|
|
|
183599
183630
|
"""
|
|
183600
183631
|
|
|
183601
183632
|
modal_event_values: bpy_prop_collection[EnumPropertyItem]
|
|
183602
|
-
""" Give access to the possible event values of this modal
|
|
183633
|
+
""" Give access to the possible event values of this modal keymap's items (#KeyMapItem.propvalue), for API introspection
|
|
183603
183634
|
|
|
183604
183635
|
:type: bpy_prop_collection[EnumPropertyItem]
|
|
183605
183636
|
"""
|
|
@@ -183896,13 +183927,13 @@ class Keyframe(bpy_struct):
|
|
|
183896
183927
|
"""Bézier curve point with two handles defining a Keyframe on an F-Curve"""
|
|
183897
183928
|
|
|
183898
183929
|
amplitude: float
|
|
183899
|
-
""" Amount to boost elastic bounces for elastic easing
|
|
183930
|
+
""" Amount to boost elastic bounces for 'elastic' easing
|
|
183900
183931
|
|
|
183901
183932
|
:type: float
|
|
183902
183933
|
"""
|
|
183903
183934
|
|
|
183904
183935
|
back: float
|
|
183905
|
-
""" Amount of overshoot for back easing
|
|
183936
|
+
""" Amount of overshoot for 'back' easing
|
|
183906
183937
|
|
|
183907
183938
|
:type: float
|
|
183908
183939
|
"""
|
|
@@ -184057,25 +184088,25 @@ class KeyingSet(bpy_struct):
|
|
|
184057
184088
|
"""
|
|
184058
184089
|
|
|
184059
184090
|
use_insertkey_needed: bool
|
|
184060
|
-
""" Only insert keyframes where
|
|
184091
|
+
""" Only insert keyframes where they're needed in the relevant F-Curves
|
|
184061
184092
|
|
|
184062
184093
|
:type: bool
|
|
184063
184094
|
"""
|
|
184064
184095
|
|
|
184065
184096
|
use_insertkey_override_needed: bool
|
|
184066
|
-
""" Override default setting to only insert keyframes where
|
|
184097
|
+
""" Override default setting to only insert keyframes where they're needed in the relevant F-Curves
|
|
184067
184098
|
|
|
184068
184099
|
:type: bool
|
|
184069
184100
|
"""
|
|
184070
184101
|
|
|
184071
184102
|
use_insertkey_override_visual: bool
|
|
184072
|
-
""" Override default setting to insert keyframes based on visual transforms
|
|
184103
|
+
""" Override default setting to insert keyframes based on 'visual transforms'
|
|
184073
184104
|
|
|
184074
184105
|
:type: bool
|
|
184075
184106
|
"""
|
|
184076
184107
|
|
|
184077
184108
|
use_insertkey_visual: bool
|
|
184078
|
-
""" Insert keyframes based on visual transforms
|
|
184109
|
+
""" Insert keyframes based on 'visual transforms'
|
|
184079
184110
|
|
|
184080
184111
|
:type: bool
|
|
184081
184112
|
"""
|
|
@@ -184245,31 +184276,31 @@ class KeyingSetPath(bpy_struct):
|
|
|
184245
184276
|
"""
|
|
184246
184277
|
|
|
184247
184278
|
use_entire_array: bool
|
|
184248
|
-
""" 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
|
|
184249
184280
|
|
|
184250
184281
|
:type: bool
|
|
184251
184282
|
"""
|
|
184252
184283
|
|
|
184253
184284
|
use_insertkey_needed: bool
|
|
184254
|
-
""" Only insert keyframes where
|
|
184285
|
+
""" Only insert keyframes where they're needed in the relevant F-Curves
|
|
184255
184286
|
|
|
184256
184287
|
:type: bool
|
|
184257
184288
|
"""
|
|
184258
184289
|
|
|
184259
184290
|
use_insertkey_override_needed: bool
|
|
184260
|
-
""" Override default setting to only insert keyframes where
|
|
184291
|
+
""" Override default setting to only insert keyframes where they're needed in the relevant F-Curves
|
|
184261
184292
|
|
|
184262
184293
|
:type: bool
|
|
184263
184294
|
"""
|
|
184264
184295
|
|
|
184265
184296
|
use_insertkey_override_visual: bool
|
|
184266
|
-
""" Override default setting to insert keyframes based on visual transforms
|
|
184297
|
+
""" Override default setting to insert keyframes based on 'visual transforms'
|
|
184267
184298
|
|
|
184268
184299
|
:type: bool
|
|
184269
184300
|
"""
|
|
184270
184301
|
|
|
184271
184302
|
use_insertkey_visual: bool
|
|
184272
|
-
""" Insert keyframes based on visual transforms
|
|
184303
|
+
""" Insert keyframes based on 'visual transforms'
|
|
184273
184304
|
|
|
184274
184305
|
:type: bool
|
|
184275
184306
|
"""
|
|
@@ -184438,7 +184469,7 @@ class KinematicConstraint(Constraint, bpy_struct):
|
|
|
184438
184469
|
"""
|
|
184439
184470
|
|
|
184440
184471
|
use_tail: bool
|
|
184441
|
-
""" Include
|
|
184472
|
+
""" Include bone's tail as last element in chain
|
|
184442
184473
|
|
|
184443
184474
|
:type: bool
|
|
184444
184475
|
"""
|
|
@@ -185142,7 +185173,7 @@ class LibraryWeakReference(bpy_struct):
|
|
|
185142
185173
|
"""
|
|
185143
185174
|
|
|
185144
185175
|
id_name: str
|
|
185145
|
-
""" 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)
|
|
185146
185177
|
|
|
185147
185178
|
:type: str
|
|
185148
185179
|
"""
|
|
@@ -190880,7 +190911,7 @@ class Mask(ID, bpy_struct):
|
|
|
190880
190911
|
"""Mask data-block defining mask for compositing"""
|
|
190881
190912
|
|
|
190882
190913
|
active_layer_index: int | None
|
|
190883
|
-
""" Index of active layer in list of all
|
|
190914
|
+
""" Index of active layer in list of all mask's layers
|
|
190884
190915
|
|
|
190885
190916
|
:type: int | None
|
|
190886
190917
|
"""
|
|
@@ -191471,7 +191502,7 @@ class MaskStrip(Strip, bpy_struct):
|
|
|
191471
191502
|
"""
|
|
191472
191503
|
|
|
191473
191504
|
color_saturation: float
|
|
191474
|
-
""" Adjust the intensity of the
|
|
191505
|
+
""" Adjust the intensity of the input's color
|
|
191475
191506
|
|
|
191476
191507
|
:type: float
|
|
191477
191508
|
"""
|
|
@@ -191584,7 +191615,7 @@ class Material(ID, bpy_struct):
|
|
|
191584
191615
|
"""
|
|
191585
191616
|
|
|
191586
191617
|
blend_method: typing.Literal["OPAQUE", "CLIP", "HASHED", "BLEND"]
|
|
191587
|
-
""" Blend Mode for Transparent Faces (Deprecated: use surface_render_method)
|
|
191618
|
+
""" Blend Mode for Transparent Faces (Deprecated: use 'surface_render_method')
|
|
191588
191619
|
|
|
191589
191620
|
:type: typing.Literal['OPAQUE','CLIP','HASHED','BLEND']
|
|
191590
191621
|
"""
|
|
@@ -191694,7 +191725,7 @@ class Material(ID, bpy_struct):
|
|
|
191694
191725
|
"""
|
|
191695
191726
|
|
|
191696
191727
|
show_transparent_back: bool
|
|
191697
|
-
""" 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')
|
|
191698
191729
|
|
|
191699
191730
|
:type: bool
|
|
191700
191731
|
"""
|
|
@@ -191772,7 +191803,7 @@ class Material(ID, bpy_struct):
|
|
|
191772
191803
|
"""
|
|
191773
191804
|
|
|
191774
191805
|
use_screen_refraction: bool
|
|
191775
|
-
""" 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'.
|
|
191776
191807
|
|
|
191777
191808
|
:type: bool
|
|
191778
191809
|
"""
|
|
@@ -192119,7 +192150,7 @@ class MaterialSlot(bpy_struct):
|
|
|
192119
192150
|
"""Material slot in an object"""
|
|
192120
192151
|
|
|
192121
192152
|
link: typing.Literal["OBJECT", "DATA"]
|
|
192122
|
-
""" Link material to object or the
|
|
192153
|
+
""" Link material to object or the object's data
|
|
192123
192154
|
|
|
192124
192155
|
:type: typing.Literal['OBJECT','DATA']
|
|
192125
192156
|
"""
|
|
@@ -192362,7 +192393,7 @@ class Mesh(ID, bpy_struct):
|
|
|
192362
192393
|
"""
|
|
192363
192394
|
|
|
192364
192395
|
auto_texspace: bool
|
|
192365
|
-
""" Adjust active
|
|
192396
|
+
""" Adjust active object's texture space automatically when transforming object
|
|
192366
192397
|
|
|
192367
192398
|
:type: bool
|
|
192368
192399
|
"""
|
|
@@ -192428,7 +192459,7 @@ class Mesh(ID, bpy_struct):
|
|
|
192428
192459
|
"""
|
|
192429
192460
|
|
|
192430
192461
|
normals_domain: typing.Literal["POINT", "FACE", "CORNER"]
|
|
192431
|
-
""" The attribute domain that gives enough information to represent the
|
|
192462
|
+
""" The attribute domain that gives enough information to represent the mesh's normals
|
|
192432
192463
|
|
|
192433
192464
|
:type: typing.Literal['POINT','FACE','CORNER']
|
|
192434
192465
|
"""
|
|
@@ -192524,7 +192555,7 @@ class Mesh(ID, bpy_struct):
|
|
|
192524
192555
|
"""
|
|
192525
192556
|
|
|
192526
192557
|
use_auto_texspace: bool
|
|
192527
|
-
""" Adjust active
|
|
192558
|
+
""" Adjust active object's texture space automatically when transforming object
|
|
192528
192559
|
|
|
192529
192560
|
:type: bool
|
|
192530
192561
|
"""
|
|
@@ -193991,7 +194022,7 @@ class MeshUVLoopLayer(bpy_struct):
|
|
|
193991
194022
|
"""
|
|
193992
194023
|
|
|
193993
194024
|
data: bpy_prop_collection[MeshUVLoop]
|
|
193994
|
-
""" Deprecated, use uv, vertex_select, edge_select or pin properties instead
|
|
194025
|
+
""" Deprecated, use 'uv', 'vertex_select', 'edge_select' or 'pin' properties instead
|
|
193995
194026
|
|
|
193996
194027
|
:type: bpy_prop_collection[MeshUVLoop]
|
|
193997
194028
|
"""
|
|
@@ -194205,7 +194236,7 @@ class MetaBall(ID, bpy_struct):
|
|
|
194205
194236
|
"""
|
|
194206
194237
|
|
|
194207
194238
|
use_auto_texspace: bool
|
|
194208
|
-
""" Adjust active
|
|
194239
|
+
""" Adjust active object's texture space automatically when transforming object
|
|
194209
194240
|
|
|
194210
194241
|
:type: bool
|
|
194211
194242
|
"""
|
|
@@ -194398,7 +194429,7 @@ class MetaStrip(Strip, bpy_struct):
|
|
|
194398
194429
|
"""
|
|
194399
194430
|
|
|
194400
194431
|
color_saturation: float
|
|
194401
|
-
""" Adjust the intensity of the
|
|
194432
|
+
""" Adjust the intensity of the input's color
|
|
194402
194433
|
|
|
194403
194434
|
:type: float
|
|
194404
194435
|
"""
|
|
@@ -194421,12 +194452,6 @@ class MetaStrip(Strip, bpy_struct):
|
|
|
194421
194452
|
:type: StripProxy | None
|
|
194422
194453
|
"""
|
|
194423
194454
|
|
|
194424
|
-
sequences: StripsMeta
|
|
194425
|
-
""" (Deprecated: Replaced by .strips) Strips nested in meta strip
|
|
194426
|
-
|
|
194427
|
-
:type: StripsMeta
|
|
194428
|
-
"""
|
|
194429
|
-
|
|
194430
194455
|
strips: StripsMeta
|
|
194431
194456
|
""" Strips nested in meta strip
|
|
194432
194457
|
|
|
@@ -194717,7 +194742,7 @@ class Modifier(bpy_struct):
|
|
|
194717
194742
|
"""
|
|
194718
194743
|
|
|
194719
194744
|
use_apply_on_spline: bool
|
|
194720
|
-
""" 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
|
|
194721
194746
|
|
|
194722
194747
|
:type: bool
|
|
194723
194748
|
"""
|
|
@@ -195255,7 +195280,7 @@ class MovieClipStrip(Strip, bpy_struct):
|
|
|
195255
195280
|
"""
|
|
195256
195281
|
|
|
195257
195282
|
color_saturation: float
|
|
195258
|
-
""" Adjust the intensity of the
|
|
195283
|
+
""" Adjust the intensity of the input's color
|
|
195259
195284
|
|
|
195260
195285
|
:type: float
|
|
195261
195286
|
"""
|
|
@@ -195500,7 +195525,7 @@ class MovieStrip(Strip, bpy_struct):
|
|
|
195500
195525
|
"""
|
|
195501
195526
|
|
|
195502
195527
|
color_saturation: float
|
|
195503
|
-
""" Adjust the intensity of the
|
|
195528
|
+
""" Adjust the intensity of the input's color
|
|
195504
195529
|
|
|
195505
195530
|
:type: float
|
|
195506
195531
|
"""
|
|
@@ -195818,13 +195843,13 @@ class MovieTrackingCamera(bpy_struct):
|
|
|
195818
195843
|
"""
|
|
195819
195844
|
|
|
195820
195845
|
focal_length: float
|
|
195821
|
-
"""
|
|
195846
|
+
""" Camera's focal length
|
|
195822
195847
|
|
|
195823
195848
|
:type: float
|
|
195824
195849
|
"""
|
|
195825
195850
|
|
|
195826
195851
|
focal_length_pixels: float
|
|
195827
|
-
"""
|
|
195852
|
+
""" Camera's focal length
|
|
195828
195853
|
|
|
195829
195854
|
:type: float
|
|
195830
195855
|
"""
|
|
@@ -196023,7 +196048,7 @@ class MovieTrackingMarker(bpy_struct):
|
|
|
196023
196048
|
tuple[float, float],
|
|
196024
196049
|
tuple[float, float],
|
|
196025
196050
|
]
|
|
196026
|
-
""" Array of coordinates which represents
|
|
196051
|
+
""" Array of coordinates which represents pattern's corners in normalized coordinates relative to marker position
|
|
196027
196052
|
|
|
196028
196053
|
:type: list[list[float]] | tuple[tuple[float, float], tuple[float, float], tuple[float, float], tuple[float, float]]
|
|
196029
196054
|
"""
|
|
@@ -196546,7 +196571,7 @@ class MovieTrackingStabilization(bpy_struct):
|
|
|
196546
196571
|
"""
|
|
196547
196572
|
|
|
196548
196573
|
anchor_frame: int
|
|
196549
|
-
""" Reference point to anchor stabilization (other frames will be adjusted relative to this
|
|
196574
|
+
""" Reference point to anchor stabilization (other frames will be adjusted relative to this frame's position)
|
|
196550
196575
|
|
|
196551
196576
|
:type: int
|
|
196552
196577
|
"""
|
|
@@ -196775,25 +196800,25 @@ class MovieTrackingTrack(bpy_struct):
|
|
|
196775
196800
|
"""
|
|
196776
196801
|
|
|
196777
196802
|
select_anchor: bool
|
|
196778
|
-
"""
|
|
196803
|
+
""" Track's anchor point is selected
|
|
196779
196804
|
|
|
196780
196805
|
:type: bool
|
|
196781
196806
|
"""
|
|
196782
196807
|
|
|
196783
196808
|
select_pattern: bool
|
|
196784
|
-
"""
|
|
196809
|
+
""" Track's pattern area is selected
|
|
196785
196810
|
|
|
196786
196811
|
:type: bool
|
|
196787
196812
|
"""
|
|
196788
196813
|
|
|
196789
196814
|
select_search: bool
|
|
196790
|
-
"""
|
|
196815
|
+
""" Track's search area is selected
|
|
196791
196816
|
|
|
196792
196817
|
:type: bool
|
|
196793
196818
|
"""
|
|
196794
196819
|
|
|
196795
196820
|
use_alpha_preview: bool
|
|
196796
|
-
""" Apply
|
|
196821
|
+
""" Apply track's mask on displaying preview
|
|
196797
196822
|
|
|
196798
196823
|
:type: bool
|
|
196799
196824
|
"""
|
|
@@ -197422,7 +197447,7 @@ class NlaStrip(bpy_struct):
|
|
|
197422
197447
|
"""
|
|
197423
197448
|
|
|
197424
197449
|
blend_type: typing.Literal["REPLACE", "COMBINE", "ADD", "SUBTRACT", "MULTIPLY"]
|
|
197425
|
-
""" Method used for combining
|
|
197450
|
+
""" Method used for combining strip's result with accumulated result
|
|
197426
197451
|
|
|
197427
197452
|
:type: typing.Literal['REPLACE','COMBINE','ADD','SUBTRACT','MULTIPLY']
|
|
197428
197453
|
"""
|
|
@@ -197434,7 +197459,7 @@ class NlaStrip(bpy_struct):
|
|
|
197434
197459
|
"""
|
|
197435
197460
|
|
|
197436
197461
|
fcurves: NlaStripFCurves
|
|
197437
|
-
""" F-Curves for controlling the
|
|
197462
|
+
""" F-Curves for controlling the strip's influence and timing
|
|
197438
197463
|
|
|
197439
197464
|
:type: NlaStripFCurves
|
|
197440
197465
|
"""
|
|
@@ -197452,7 +197477,7 @@ class NlaStrip(bpy_struct):
|
|
|
197452
197477
|
"""
|
|
197453
197478
|
|
|
197454
197479
|
frame_end_ui: float
|
|
197455
|
-
""" End frame of the NLA strip. Note: changing this value also updates the value of the
|
|
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.
|
|
197456
197481
|
|
|
197457
197482
|
:type: float
|
|
197458
197483
|
"""
|
|
@@ -197470,7 +197495,7 @@ class NlaStrip(bpy_struct):
|
|
|
197470
197495
|
"""
|
|
197471
197496
|
|
|
197472
197497
|
frame_start_ui: float
|
|
197473
|
-
""" Start frame of the NLA strip. Note: changing this value also updates the value of the
|
|
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.
|
|
197474
197499
|
|
|
197475
197500
|
:type: float
|
|
197476
197501
|
"""
|
|
@@ -203264,7 +203289,7 @@ Deprecated. Will be remove in 5.0.
|
|
|
203264
203289
|
"""
|
|
203265
203290
|
|
|
203266
203291
|
hide_in_modifier: bool
|
|
203267
|
-
"""
|
|
203292
|
+
""" Don't show the input value in the geometry nodes modifier interface
|
|
203268
203293
|
|
|
203269
203294
|
:type: bool
|
|
203270
203295
|
"""
|
|
@@ -208963,7 +208988,7 @@ class NormalEditModifier(Modifier, bpy_struct):
|
|
|
208963
208988
|
"""
|
|
208964
208989
|
|
|
208965
208990
|
offset: mathutils.Vector
|
|
208966
|
-
""" Offset from
|
|
208991
|
+
""" Offset from object's center
|
|
208967
208992
|
|
|
208968
208993
|
:type: mathutils.Vector
|
|
208969
208994
|
"""
|
|
@@ -208975,7 +209000,7 @@ class NormalEditModifier(Modifier, bpy_struct):
|
|
|
208975
209000
|
"""
|
|
208976
209001
|
|
|
208977
209002
|
use_direction_parallel: bool
|
|
208978
|
-
""" Use same direction for all normals, from origin to
|
|
209003
|
+
""" Use same direction for all normals, from origin to target's center (Directional mode only)
|
|
208979
209004
|
|
|
208980
209005
|
:type: bool
|
|
208981
209006
|
"""
|
|
@@ -209079,7 +209104,7 @@ class Object(ID, bpy_struct):
|
|
|
209079
209104
|
tuple[float, float, float],
|
|
209080
209105
|
tuple[float, float, float],
|
|
209081
209106
|
]
|
|
209082
|
-
"""
|
|
209107
|
+
""" Object's bounding box in object-space coordinates, all values are -1.0 when not available
|
|
209083
209108
|
|
|
209084
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]]
|
|
209085
209110
|
"""
|
|
@@ -209326,7 +209351,7 @@ Warning: Assigning to it or its members multiple consecutive times will not work
|
|
|
209326
209351
|
"""
|
|
209327
209352
|
|
|
209328
209353
|
lock_rotation_w: bool
|
|
209329
|
-
""" Lock editing of angle component of four-component rotations when transforming
|
|
209354
|
+
""" Lock editing of 'angle' component of four-component rotations when transforming
|
|
209330
209355
|
|
|
209331
209356
|
:type: bool
|
|
209332
209357
|
"""
|
|
@@ -209363,7 +209388,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209363
209388
|
"""
|
|
209364
209389
|
|
|
209365
209390
|
matrix_parent_inverse: mathutils.Matrix
|
|
209366
|
-
""" Inverse of
|
|
209391
|
+
""" Inverse of object's parent matrix at time of parenting
|
|
209367
209392
|
|
|
209368
209393
|
:type: mathutils.Matrix
|
|
209369
209394
|
"""
|
|
@@ -209515,13 +209540,13 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209515
209540
|
"""
|
|
209516
209541
|
|
|
209517
209542
|
show_axis: bool
|
|
209518
|
-
""" Display the
|
|
209543
|
+
""" Display the object's origin and axes
|
|
209519
209544
|
|
|
209520
209545
|
:type: bool
|
|
209521
209546
|
"""
|
|
209522
209547
|
|
|
209523
209548
|
show_bounds: bool
|
|
209524
|
-
""" Display the
|
|
209549
|
+
""" Display the object's bounds
|
|
209525
209550
|
|
|
209526
209551
|
:type: bool
|
|
209527
209552
|
"""
|
|
@@ -209563,7 +209588,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209563
209588
|
"""
|
|
209564
209589
|
|
|
209565
209590
|
show_name: bool
|
|
209566
|
-
""" Display the
|
|
209591
|
+
""" Display the object's name
|
|
209567
209592
|
|
|
209568
209593
|
:type: bool
|
|
209569
209594
|
"""
|
|
@@ -209575,7 +209600,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209575
209600
|
"""
|
|
209576
209601
|
|
|
209577
209602
|
show_texture_space: bool
|
|
209578
|
-
""" Display the
|
|
209603
|
+
""" Display the object's texture space
|
|
209579
209604
|
|
|
209580
209605
|
:type: bool
|
|
209581
209606
|
"""
|
|
@@ -209587,7 +209612,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209587
209612
|
"""
|
|
209588
209613
|
|
|
209589
209614
|
show_wire: bool
|
|
209590
|
-
""" Display the
|
|
209615
|
+
""" Display the object's wireframe over solid shading
|
|
209591
209616
|
|
|
209592
209617
|
:type: bool
|
|
209593
209618
|
"""
|
|
@@ -209599,7 +209624,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209599
209624
|
"""
|
|
209600
209625
|
|
|
209601
209626
|
track_axis: bpy.stub_internal.rna_enums.ObjectAxisItems
|
|
209602
|
-
""" 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)
|
|
209603
209628
|
|
|
209604
209629
|
:type: bpy.stub_internal.rna_enums.ObjectAxisItems
|
|
209605
209630
|
"""
|
|
@@ -209617,7 +209642,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209617
209642
|
"""
|
|
209618
209643
|
|
|
209619
209644
|
use_camera_lock_parent: bool
|
|
209620
|
-
""" View Lock 3D viewport camera transformation affects the
|
|
209645
|
+
""" View Lock 3D viewport camera transformation affects the object's parent instead
|
|
209621
209646
|
|
|
209622
209647
|
:type: bool
|
|
209623
209648
|
"""
|
|
@@ -210376,13 +210401,13 @@ class ObjectLineArt(bpy_struct):
|
|
|
210376
210401
|
"""
|
|
210377
210402
|
|
|
210378
210403
|
use_crease_override: bool
|
|
210379
|
-
""" Use this
|
|
210404
|
+
""" Use this object's crease setting to overwrite scene global
|
|
210380
210405
|
|
|
210381
210406
|
:type: bool
|
|
210382
210407
|
"""
|
|
210383
210408
|
|
|
210384
210409
|
use_intersection_priority_override: bool
|
|
210385
|
-
""" Use this
|
|
210410
|
+
""" Use this object's intersection priority to override collection setting
|
|
210386
210411
|
|
|
210387
210412
|
:type: bool
|
|
210388
210413
|
"""
|
|
@@ -210494,7 +210519,7 @@ class OceanModifier(Modifier, bpy_struct):
|
|
|
210494
210519
|
"""
|
|
210495
210520
|
|
|
210496
210521
|
choppiness: float
|
|
210497
|
-
""" Choppiness of the
|
|
210522
|
+
""" Choppiness of the wave's crest (adds some horizontal component to the displacement)
|
|
210498
210523
|
|
|
210499
210524
|
:type: float
|
|
210500
210525
|
"""
|
|
@@ -210512,7 +210537,7 @@ class OceanModifier(Modifier, bpy_struct):
|
|
|
210512
210537
|
"""
|
|
210513
210538
|
|
|
210514
210539
|
fetch_jonswap: float
|
|
210515
|
-
""" 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.
|
|
210516
210541
|
|
|
210517
210542
|
:type: float
|
|
210518
210543
|
"""
|
|
@@ -210590,7 +210615,7 @@ class OceanModifier(Modifier, bpy_struct):
|
|
|
210590
210615
|
"""
|
|
210591
210616
|
|
|
210592
210617
|
sharpen_peak_jonswap: float
|
|
210593
|
-
""" Peak sharpening for JONSWAP and TMA models
|
|
210618
|
+
""" Peak sharpening for 'JONSWAP' and 'TMA' models
|
|
210594
210619
|
|
|
210595
210620
|
:type: float
|
|
210596
210621
|
"""
|
|
@@ -210634,7 +210659,7 @@ class OceanModifier(Modifier, bpy_struct):
|
|
|
210634
210659
|
"""
|
|
210635
210660
|
|
|
210636
210661
|
use_normals: bool
|
|
210637
|
-
""" Output normals for bump mapping - disabling can speed up performance if
|
|
210662
|
+
""" Output normals for bump mapping - disabling can speed up performance if it's not needed
|
|
210638
210663
|
|
|
210639
210664
|
:type: bool
|
|
210640
210665
|
"""
|
|
@@ -211103,13 +211128,13 @@ class OperatorOptions(bpy_struct):
|
|
|
211103
211128
|
"""
|
|
211104
211129
|
|
|
211105
211130
|
is_repeat: bool
|
|
211106
|
-
""" True when run from the Adjust Last Operation panel
|
|
211131
|
+
""" True when run from the 'Adjust Last Operation' panel
|
|
211107
211132
|
|
|
211108
211133
|
:type: bool
|
|
211109
211134
|
"""
|
|
211110
211135
|
|
|
211111
211136
|
is_repeat_last: bool
|
|
211112
|
-
""" True when run from the operator Repeat Last
|
|
211137
|
+
""" True when run from the operator 'Repeat Last'
|
|
211113
211138
|
|
|
211114
211139
|
:type: bool
|
|
211115
211140
|
"""
|
|
@@ -212738,7 +212763,7 @@ class ParticleInstanceModifier(Modifier, bpy_struct):
|
|
|
212738
212763
|
"""
|
|
212739
212764
|
|
|
212740
212765
|
use_preserve_shape: bool
|
|
212741
|
-
"""
|
|
212766
|
+
""" Don't stretch the object
|
|
212742
212767
|
|
|
212743
212768
|
:type: bool
|
|
212744
212769
|
"""
|
|
@@ -213345,13 +213370,13 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213345
213370
|
"""
|
|
213346
213371
|
|
|
213347
213372
|
line_length_head: float
|
|
213348
|
-
""" Length of the
|
|
213373
|
+
""" Length of the line's head
|
|
213349
213374
|
|
|
213350
213375
|
:type: float
|
|
213351
213376
|
"""
|
|
213352
213377
|
|
|
213353
213378
|
line_length_tail: float
|
|
213354
|
-
""" Length of the
|
|
213379
|
+
""" Length of the line's tail
|
|
213355
213380
|
|
|
213356
213381
|
:type: float
|
|
213357
213382
|
"""
|
|
@@ -213453,7 +213478,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213453
213478
|
"""
|
|
213454
213479
|
|
|
213455
213480
|
reactor_factor: float
|
|
213456
|
-
""" Let the vector away from the target
|
|
213481
|
+
""" Let the vector away from the target particle's location give the particle a starting velocity
|
|
213457
213482
|
|
|
213458
213483
|
:type: float
|
|
213459
213484
|
"""
|
|
@@ -213500,7 +213525,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213500
213525
|
"OB_Y",
|
|
213501
213526
|
"OB_Z",
|
|
213502
213527
|
]
|
|
213503
|
-
""" Particle orientation axis (does not affect Explode
|
|
213528
|
+
""" Particle orientation axis (does not affect Explode modifier's results)
|
|
213504
213529
|
|
|
213505
213530
|
:type: typing.Literal['NONE','NOR','NOR_TAN','VEL','GLOB_X','GLOB_Y','GLOB_Z','OB_X','OB_Y','OB_Z']
|
|
213506
213531
|
"""
|
|
@@ -213752,7 +213777,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213752
213777
|
"""
|
|
213753
213778
|
|
|
213754
213779
|
use_global_instance: bool
|
|
213755
|
-
""" Use
|
|
213780
|
+
""" Use object's global coordinates for duplication
|
|
213756
213781
|
|
|
213757
213782
|
:type: bool
|
|
213758
213783
|
"""
|
|
@@ -213806,7 +213831,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213806
213831
|
"""
|
|
213807
213832
|
|
|
213808
213833
|
use_rotation_instance: bool
|
|
213809
|
-
""" Use
|
|
213834
|
+
""" Use object's rotation for duplication (global x-axis is aligned particle rotation axis)
|
|
213810
213835
|
|
|
213811
213836
|
:type: bool
|
|
213812
213837
|
"""
|
|
@@ -213824,7 +213849,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213824
213849
|
"""
|
|
213825
213850
|
|
|
213826
213851
|
use_scale_instance: bool
|
|
213827
|
-
""" Use
|
|
213852
|
+
""" Use object's scale for duplication
|
|
213828
213853
|
|
|
213829
213854
|
:type: bool
|
|
213830
213855
|
"""
|
|
@@ -213836,7 +213861,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213836
213861
|
"""
|
|
213837
213862
|
|
|
213838
213863
|
use_size_deflect: bool
|
|
213839
|
-
""" Use
|
|
213864
|
+
""" Use particle's size in deflection
|
|
213840
213865
|
|
|
213841
213866
|
:type: bool
|
|
213842
213867
|
"""
|
|
@@ -214302,7 +214327,7 @@ class ParticleSystem(bpy_struct):
|
|
|
214302
214327
|
"""
|
|
214303
214328
|
|
|
214304
214329
|
parent: Object | None
|
|
214305
|
-
""" Use this
|
|
214330
|
+
""" Use this object's coordinate system instead of global coordinate system
|
|
214306
214331
|
|
|
214307
214332
|
:type: Object | None
|
|
214308
214333
|
"""
|
|
@@ -214705,7 +214730,7 @@ class PivotConstraint(Constraint, bpy_struct):
|
|
|
214705
214730
|
"""
|
|
214706
214731
|
|
|
214707
214732
|
offset: mathutils.Vector
|
|
214708
|
-
""" Offset of pivot from target (when set), or from
|
|
214733
|
+
""" Offset of pivot from target (when set), or from owner's location (when Fixed Position is off), or the absolute pivot point
|
|
214709
214734
|
|
|
214710
214735
|
:type: mathutils.Vector
|
|
214711
214736
|
"""
|
|
@@ -214913,7 +214938,7 @@ class PointCache(bpy_struct):
|
|
|
214913
214938
|
"""
|
|
214914
214939
|
|
|
214915
214940
|
use_library_path: bool
|
|
214916
|
-
""" Use this
|
|
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)
|
|
214917
214942
|
|
|
214918
214943
|
:type: bool
|
|
214919
214944
|
"""
|
|
@@ -215032,7 +215057,7 @@ class PointCacheItem(bpy_struct):
|
|
|
215032
215057
|
"""
|
|
215033
215058
|
|
|
215034
215059
|
use_library_path: bool
|
|
215035
|
-
""" Use this
|
|
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)
|
|
215036
215061
|
|
|
215037
215062
|
:type: bool
|
|
215038
215063
|
"""
|
|
@@ -215395,25 +215420,25 @@ class PoseBone(bpy_struct):
|
|
|
215395
215420
|
"""Channel defining pose data for a bone in a Pose"""
|
|
215396
215421
|
|
|
215397
215422
|
bbone_curveinx: float
|
|
215398
|
-
""" X-axis handle offset for start of the B-
|
|
215423
|
+
""" X-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
215399
215424
|
|
|
215400
215425
|
:type: float
|
|
215401
215426
|
"""
|
|
215402
215427
|
|
|
215403
215428
|
bbone_curveinz: float
|
|
215404
|
-
""" Z-axis handle offset for start of the B-
|
|
215429
|
+
""" Z-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
215405
215430
|
|
|
215406
215431
|
:type: float
|
|
215407
215432
|
"""
|
|
215408
215433
|
|
|
215409
215434
|
bbone_curveoutx: float
|
|
215410
|
-
""" X-axis handle offset for end of the B-
|
|
215435
|
+
""" X-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
215411
215436
|
|
|
215412
215437
|
:type: float
|
|
215413
215438
|
"""
|
|
215414
215439
|
|
|
215415
215440
|
bbone_curveoutz: float
|
|
215416
|
-
""" Z-axis handle offset for end of the B-
|
|
215441
|
+
""" Z-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
215417
215442
|
|
|
215418
215443
|
:type: float
|
|
215419
215444
|
"""
|
|
@@ -215527,7 +215552,7 @@ class PoseBone(bpy_struct):
|
|
|
215527
215552
|
"""
|
|
215528
215553
|
|
|
215529
215554
|
head: mathutils.Vector
|
|
215530
|
-
""" Location of head of the
|
|
215555
|
+
""" Location of head of the channel's bone
|
|
215531
215556
|
|
|
215532
215557
|
:type: mathutils.Vector
|
|
215533
215558
|
"""
|
|
@@ -215659,7 +215684,7 @@ class PoseBone(bpy_struct):
|
|
|
215659
215684
|
"""
|
|
215660
215685
|
|
|
215661
215686
|
lock_rotation_w: bool
|
|
215662
|
-
""" Lock editing of angle component of four-component rotations when transforming
|
|
215687
|
+
""" Lock editing of 'angle' component of four-component rotations when transforming
|
|
215663
215688
|
|
|
215664
215689
|
:type: bool
|
|
215665
215690
|
"""
|
|
@@ -215689,7 +215714,7 @@ class PoseBone(bpy_struct):
|
|
|
215689
215714
|
"""
|
|
215690
215715
|
|
|
215691
215716
|
matrix_channel: mathutils.Matrix
|
|
215692
|
-
""" 4×4 matrix of the
|
|
215717
|
+
""" 4×4 matrix of the bone's location/rotation/scale channels (including animation and drivers) and the effect of bone constraints
|
|
215693
215718
|
|
|
215694
215719
|
:type: mathutils.Matrix
|
|
215695
215720
|
"""
|
|
@@ -215743,7 +215768,7 @@ class PoseBone(bpy_struct):
|
|
|
215743
215768
|
"""
|
|
215744
215769
|
|
|
215745
215770
|
tail: mathutils.Vector
|
|
215746
|
-
""" Location of tail of the
|
|
215771
|
+
""" Location of tail of the channel's bone
|
|
215747
215772
|
|
|
215748
215773
|
:type: mathutils.Vector
|
|
215749
215774
|
"""
|
|
@@ -216186,7 +216211,7 @@ class PreferencesEdit(bpy_struct):
|
|
|
216186
216211
|
"""
|
|
216187
216212
|
|
|
216188
216213
|
grease_pencil_eraser_radius: int
|
|
216189
|
-
""" Radius of eraser brush
|
|
216214
|
+
""" Radius of eraser 'brush'
|
|
216190
216215
|
|
|
216191
216216
|
:type: int
|
|
216192
216217
|
"""
|
|
@@ -216279,7 +216304,7 @@ class PreferencesEdit(bpy_struct):
|
|
|
216279
216304
|
"""
|
|
216280
216305
|
|
|
216281
216306
|
use_auto_keyframe_insert_needed: bool
|
|
216282
|
-
""" Auto-Keying will skip inserting keys that
|
|
216307
|
+
""" Auto-Keying will skip inserting keys that don't affect the animation
|
|
216283
216308
|
|
|
216284
216309
|
:type: bool
|
|
216285
216310
|
"""
|
|
@@ -216297,7 +216322,7 @@ class PreferencesEdit(bpy_struct):
|
|
|
216297
216322
|
"""
|
|
216298
216323
|
|
|
216299
216324
|
use_cursor_lock_adjust: bool
|
|
216300
|
-
""" 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)
|
|
216301
216326
|
|
|
216302
216327
|
:type: bool
|
|
216303
216328
|
"""
|
|
@@ -216447,7 +216472,7 @@ class PreferencesEdit(bpy_struct):
|
|
|
216447
216472
|
"""
|
|
216448
216473
|
|
|
216449
216474
|
use_keyframe_insert_needed: bool
|
|
216450
|
-
""" When keying manually, skip inserting keys that
|
|
216475
|
+
""" When keying manually, skip inserting keys that don't affect the animation
|
|
216451
216476
|
|
|
216452
216477
|
:type: bool
|
|
216453
216478
|
"""
|
|
@@ -216608,7 +216633,7 @@ class PreferencesExperimental(bpy_struct):
|
|
|
216608
216633
|
"""
|
|
216609
216634
|
|
|
216610
216635
|
write_legacy_blend_file_format: bool
|
|
216611
|
-
""" Use file format used before Blender 5.0. This format is more limited but it may have better compatibility with tools that
|
|
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
|
|
216612
216637
|
|
|
216613
216638
|
:type: bool
|
|
216614
216639
|
"""
|
|
@@ -216746,7 +216771,7 @@ class PreferencesFilePaths(bpy_struct):
|
|
|
216746
216771
|
"""
|
|
216747
216772
|
|
|
216748
216773
|
i18n_branches_directory: str
|
|
216749
|
-
""" 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
|
|
216750
216775
|
|
|
216751
216776
|
:type: str
|
|
216752
216777
|
"""
|
|
@@ -216842,7 +216867,7 @@ Example: -f $filepath -l $line -c $column
|
|
|
216842
216867
|
|
|
216843
216868
|
use_auto_save_temporary_files: bool
|
|
216844
216869
|
""" Automatic saving of temporary files in temp directory, uses process ID.
|
|
216845
|
-
Warning: Sculpt and edit mode data
|
|
216870
|
+
Warning: Sculpt and edit mode data won't be saved
|
|
216846
216871
|
|
|
216847
216872
|
:type: bool
|
|
216848
216873
|
"""
|
|
@@ -216979,7 +217004,7 @@ class PreferencesInput(bpy_struct):
|
|
|
216979
217004
|
"""
|
|
216980
217005
|
|
|
216981
217006
|
ndof_deadzone: float
|
|
216982
|
-
""" Threshold of initial movement needed from the
|
|
217007
|
+
""" Threshold of initial movement needed from the device's rest position
|
|
216983
217008
|
|
|
216984
217009
|
:type: float
|
|
216985
217010
|
"""
|
|
@@ -217165,7 +217190,7 @@ class PreferencesInput(bpy_struct):
|
|
|
217165
217190
|
"""
|
|
217166
217191
|
|
|
217167
217192
|
use_zoom_to_mouse: bool
|
|
217168
|
-
""" Zoom in towards the mouse
|
|
217193
|
+
""" Zoom in towards the mouse pointer's position in the 3D view, rather than the 2D window center
|
|
217169
217194
|
|
|
217170
217195
|
:type: bool
|
|
217171
217196
|
"""
|
|
@@ -217650,7 +217675,7 @@ class PreferencesView(bpy_struct):
|
|
|
217650
217675
|
"""
|
|
217651
217676
|
|
|
217652
217677
|
mini_axis_size: int
|
|
217653
|
-
""" The axes
|
|
217678
|
+
""" The axes icon's size
|
|
217654
217679
|
|
|
217655
217680
|
:type: int
|
|
217656
217681
|
"""
|
|
@@ -217739,6 +217764,12 @@ class PreferencesView(bpy_struct):
|
|
|
217739
217764
|
:type: bool
|
|
217740
217765
|
"""
|
|
217741
217766
|
|
|
217767
|
+
show_area_handle: bool
|
|
217768
|
+
""" Show visible area maintenance corner handles
|
|
217769
|
+
|
|
217770
|
+
:type: bool
|
|
217771
|
+
"""
|
|
217772
|
+
|
|
217742
217773
|
show_column_layout: bool
|
|
217743
217774
|
""" Use a column layout for toolbox
|
|
217744
217775
|
|
|
@@ -218256,7 +218287,7 @@ class Property(bpy_struct):
|
|
|
218256
218287
|
"""
|
|
218257
218288
|
|
|
218258
218289
|
is_path_supports_blend_relative: bool
|
|
218259
|
-
""" Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend"
|
|
218290
|
+
""" Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend" file's directory
|
|
218260
218291
|
|
|
218261
218292
|
:type: bool
|
|
218262
218293
|
"""
|
|
@@ -218334,7 +218365,7 @@ class Property(bpy_struct):
|
|
|
218334
218365
|
"""
|
|
218335
218366
|
|
|
218336
218367
|
translation_context: str
|
|
218337
|
-
""" Translation context of the
|
|
218368
|
+
""" Translation context of the property's name
|
|
218338
218369
|
|
|
218339
218370
|
:type: str
|
|
218340
218371
|
"""
|
|
@@ -218694,7 +218725,7 @@ class RaytraceEEVEE(bpy_struct):
|
|
|
218694
218725
|
"""
|
|
218695
218726
|
|
|
218696
218727
|
denoise_spatial: bool
|
|
218697
|
-
""" Reuse neighbor pixels rays
|
|
218728
|
+
""" Reuse neighbor pixels' rays
|
|
218698
218729
|
|
|
218699
218730
|
:type: bool
|
|
218700
218731
|
"""
|
|
@@ -219205,7 +219236,7 @@ class RenderEngine(bpy_struct):
|
|
|
219205
219236
|
"""
|
|
219206
219237
|
|
|
219207
219238
|
bl_use_shading_nodes_custom: bool
|
|
219208
|
-
"""
|
|
219239
|
+
""" Don't expose Cycles and EEVEE shading nodes in the node editor user interface, so separate nodes can be used instead
|
|
219209
219240
|
|
|
219210
219241
|
:type: bool
|
|
219211
219242
|
"""
|
|
@@ -220125,13 +220156,13 @@ class RenderSettings(bpy_struct):
|
|
|
220125
220156
|
"""
|
|
220126
220157
|
|
|
220127
220158
|
compositor_denoise_final_quality: typing.Literal["HIGH", "BALANCED", "FAST"]
|
|
220128
|
-
""" 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
|
|
220129
220160
|
|
|
220130
220161
|
:type: typing.Literal['HIGH','BALANCED','FAST']
|
|
220131
220162
|
"""
|
|
220132
220163
|
|
|
220133
220164
|
compositor_denoise_preview_quality: typing.Literal["HIGH", "BALANCED", "FAST"]
|
|
220134
|
-
""" 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
|
|
220135
220166
|
|
|
220136
220167
|
:type: typing.Literal['HIGH','BALANCED','FAST']
|
|
220137
220168
|
"""
|
|
@@ -220263,7 +220294,7 @@ class RenderSettings(bpy_struct):
|
|
|
220263
220294
|
"""
|
|
220264
220295
|
|
|
220265
220296
|
motion_blur_position: typing.Literal["START", "CENTER", "END"]
|
|
220266
|
-
""" Offset for the
|
|
220297
|
+
""" Offset for the shutter's time interval, allows to change the motion blur trails
|
|
220267
220298
|
|
|
220268
220299
|
:type: typing.Literal['START','CENTER','END']
|
|
220269
220300
|
"""
|
|
@@ -220275,7 +220306,7 @@ class RenderSettings(bpy_struct):
|
|
|
220275
220306
|
"""
|
|
220276
220307
|
|
|
220277
220308
|
motion_blur_shutter_curve: CurveMapping | None
|
|
220278
|
-
""" Curve defining the
|
|
220309
|
+
""" Curve defining the shutter's openness over time
|
|
220279
220310
|
|
|
220280
220311
|
:type: CurveMapping | None
|
|
220281
220312
|
"""
|
|
@@ -220515,7 +220546,7 @@ class RenderSettings(bpy_struct):
|
|
|
220515
220546
|
"""
|
|
220516
220547
|
|
|
220517
220548
|
use_placeholder: bool
|
|
220518
|
-
""" Create empty placeholder files while rendering frames (similar to Unix touch)
|
|
220549
|
+
""" Create empty placeholder files while rendering frames (similar to Unix 'touch')
|
|
220519
220550
|
|
|
220520
220551
|
:type: bool
|
|
220521
220552
|
"""
|
|
@@ -220611,7 +220642,7 @@ class RenderSettings(bpy_struct):
|
|
|
220611
220642
|
"""
|
|
220612
220643
|
|
|
220613
220644
|
use_stamp_lens: bool
|
|
220614
|
-
""" Include the active
|
|
220645
|
+
""" Include the active camera's lens in image metadata
|
|
220615
220646
|
|
|
220616
220647
|
:type: bool
|
|
220617
220648
|
"""
|
|
@@ -221353,7 +221384,7 @@ class RigidBodyObject(bpy_struct):
|
|
|
221353
221384
|
"""
|
|
221354
221385
|
|
|
221355
221386
|
mass: float
|
|
221356
|
-
""" How much the object weighs irrespective of gravity
|
|
221387
|
+
""" How much the object 'weighs' irrespective of gravity
|
|
221357
221388
|
|
|
221358
221389
|
:type: float
|
|
221359
221390
|
"""
|
|
@@ -221860,7 +221891,7 @@ class SPHFluidSettings(bpy_struct):
|
|
|
221860
221891
|
"""
|
|
221861
221892
|
|
|
221862
221893
|
use_viscoelastic_springs: bool
|
|
221863
|
-
""" Use viscoelastic springs instead of
|
|
221894
|
+
""" Use viscoelastic springs instead of Hooke's springs
|
|
221864
221895
|
|
|
221865
221896
|
:type: bool
|
|
221866
221897
|
"""
|
|
@@ -221907,7 +221938,7 @@ class Scene(ID, bpy_struct):
|
|
|
221907
221938
|
"""Scene data-block, consisting in objects and defining time and render related settings"""
|
|
221908
221939
|
|
|
221909
221940
|
active_clip: MovieClip | None
|
|
221910
|
-
""" Active Movie Clip that can be used by motion tracking constraints or as a
|
|
221941
|
+
""" Active Movie Clip that can be used by motion tracking constraints or as a camera's background image
|
|
221911
221942
|
|
|
221912
221943
|
:type: MovieClip | None
|
|
221913
221944
|
"""
|
|
@@ -222107,7 +222138,7 @@ class Scene(ID, bpy_struct):
|
|
|
222107
222138
|
"""
|
|
222108
222139
|
|
|
222109
222140
|
lock_frame_selection_to_range: bool
|
|
222110
|
-
"""
|
|
222141
|
+
""" Don't allow frame to be selected with mouse outside of frame range
|
|
222111
222142
|
|
|
222112
222143
|
:type: bool
|
|
222113
222144
|
"""
|
|
@@ -222215,7 +222246,7 @@ class Scene(ID, bpy_struct):
|
|
|
222215
222246
|
"""
|
|
222216
222247
|
|
|
222217
222248
|
use_custom_simulation_range: bool
|
|
222218
|
-
""" Use a simulation range that is different from the scene range for simulation nodes that
|
|
222249
|
+
""" Use a simulation range that is different from the scene range for simulation nodes that don't override the frame range themselves
|
|
222219
222250
|
|
|
222220
222251
|
:type: bool
|
|
222221
222252
|
"""
|
|
@@ -223065,7 +223096,7 @@ class SceneStrip(Strip, bpy_struct):
|
|
|
223065
223096
|
"""
|
|
223066
223097
|
|
|
223067
223098
|
color_saturation: float
|
|
223068
|
-
""" Adjust the intensity of the
|
|
223099
|
+
""" Adjust the intensity of the input's color
|
|
223069
223100
|
|
|
223070
223101
|
:type: float
|
|
223071
223102
|
"""
|
|
@@ -223107,7 +223138,7 @@ class SceneStrip(Strip, bpy_struct):
|
|
|
223107
223138
|
"""
|
|
223108
223139
|
|
|
223109
223140
|
scene_camera: Object | None
|
|
223110
|
-
""" Override the
|
|
223141
|
+
""" Override the scene's active camera
|
|
223111
223142
|
|
|
223112
223143
|
:type: Object | None
|
|
223113
223144
|
"""
|
|
@@ -223871,7 +223902,7 @@ class SequenceEditor(bpy_struct):
|
|
|
223871
223902
|
"""Sequence editing data for a Scene data-block"""
|
|
223872
223903
|
|
|
223873
223904
|
active_strip: Strip | None
|
|
223874
|
-
"""
|
|
223905
|
+
""" Sequencer's active strip
|
|
223875
223906
|
|
|
223876
223907
|
:type: Strip | None
|
|
223877
223908
|
"""
|
|
@@ -223924,18 +223955,6 @@ class SequenceEditor(bpy_struct):
|
|
|
223924
223955
|
:type: bool
|
|
223925
223956
|
"""
|
|
223926
223957
|
|
|
223927
|
-
sequences: StripsTopLevel
|
|
223928
|
-
""" (Deprecated: Replaced by .strips) Top-level strips only
|
|
223929
|
-
|
|
223930
|
-
:type: StripsTopLevel
|
|
223931
|
-
"""
|
|
223932
|
-
|
|
223933
|
-
sequences_all: bpy_prop_collection[Strip]
|
|
223934
|
-
""" (Deprecated: Replaced by .strips_all) All strips, recursively including those inside metastrips
|
|
223935
|
-
|
|
223936
|
-
:type: bpy_prop_collection[Strip]
|
|
223937
|
-
"""
|
|
223938
|
-
|
|
223939
223958
|
show_missing_media: bool
|
|
223940
223959
|
""" Render missing images/movies with a solid magenta color
|
|
223941
223960
|
|
|
@@ -224340,6 +224359,12 @@ class SequencerTonemapModifierData(StripModifier, bpy_struct):
|
|
|
224340
224359
|
:type: float
|
|
224341
224360
|
"""
|
|
224342
224361
|
|
|
224362
|
+
open_mask_input_panel: bool
|
|
224363
|
+
"""
|
|
224364
|
+
|
|
224365
|
+
:type: bool
|
|
224366
|
+
"""
|
|
224367
|
+
|
|
224343
224368
|
tonemap_type: typing.Literal["RD_PHOTORECEPTOR", "RH_SIMPLE"]
|
|
224344
224369
|
""" Tone mapping algorithm
|
|
224345
224370
|
|
|
@@ -224404,13 +224429,13 @@ class SequencerToolSettings(bpy_struct):
|
|
|
224404
224429
|
"""
|
|
224405
224430
|
|
|
224406
224431
|
snap_ignore_muted: bool
|
|
224407
|
-
"""
|
|
224432
|
+
""" Don't snap to hidden strips
|
|
224408
224433
|
|
|
224409
224434
|
:type: bool
|
|
224410
224435
|
"""
|
|
224411
224436
|
|
|
224412
224437
|
snap_ignore_sound: bool
|
|
224413
|
-
"""
|
|
224438
|
+
""" Don't snap to sound strips
|
|
224414
224439
|
|
|
224415
224440
|
:type: bool
|
|
224416
224441
|
"""
|
|
@@ -225979,7 +226004,7 @@ class ShaderNodeBsdfHairPrincipled(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
225979
226004
|
"""
|
|
225980
226005
|
|
|
225981
226006
|
parametrization: typing.Literal["ABSORPTION", "MELANIN", "COLOR"]
|
|
225982
|
-
""" Select the
|
|
226007
|
+
""" Select the shader's color parametrization
|
|
225983
226008
|
|
|
225984
226009
|
:type: typing.Literal['ABSORPTION','MELANIN','COLOR']
|
|
225985
226010
|
"""
|
|
@@ -229843,7 +229868,7 @@ class ShaderNodeTexBrick(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
229843
229868
|
"""
|
|
229844
229869
|
|
|
229845
229870
|
squash: float
|
|
229846
|
-
""" Factor to adjust the
|
|
229871
|
+
""" Factor to adjust the brick's width for particular rows determined by the Offset Frequency
|
|
229847
229872
|
|
|
229848
229873
|
:type: float
|
|
229849
229874
|
"""
|
|
@@ -232878,7 +232903,7 @@ class ShrinkwrapModifier(Modifier, bpy_struct):
|
|
|
232878
232903
|
"""
|
|
232879
232904
|
|
|
232880
232905
|
subsurf_levels: int
|
|
232881
|
-
""" 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
|
|
232882
232907
|
|
|
232883
232908
|
:type: int
|
|
232884
232909
|
"""
|
|
@@ -233365,7 +233390,7 @@ class SoftBodySettings(bpy_struct):
|
|
|
233365
233390
|
"""Soft body simulation settings for an object"""
|
|
233366
233391
|
|
|
233367
233392
|
aero: int
|
|
233368
|
-
""" Make edges sail
|
|
233393
|
+
""" Make edges 'sail'
|
|
233369
233394
|
|
|
233370
233395
|
:type: int
|
|
233371
233396
|
"""
|
|
@@ -233401,7 +233426,7 @@ class SoftBodySettings(bpy_struct):
|
|
|
233401
233426
|
"""
|
|
233402
233427
|
|
|
233403
233428
|
choke: int
|
|
233404
|
-
""" Viscosity inside collision target
|
|
233429
|
+
""" 'Viscosity' inside collision target
|
|
233405
233430
|
|
|
233406
233431
|
:type: int
|
|
233407
233432
|
"""
|
|
@@ -234659,43 +234684,43 @@ class SpaceDopeSheetEditor(Space, bpy_struct):
|
|
|
234659
234684
|
"""
|
|
234660
234685
|
|
|
234661
234686
|
cache_cloth: bool
|
|
234662
|
-
""" Show the active
|
|
234687
|
+
""" Show the active object's cloth point cache
|
|
234663
234688
|
|
|
234664
234689
|
:type: bool
|
|
234665
234690
|
"""
|
|
234666
234691
|
|
|
234667
234692
|
cache_dynamicpaint: bool
|
|
234668
|
-
""" Show the active
|
|
234693
|
+
""" Show the active object's Dynamic Paint cache
|
|
234669
234694
|
|
|
234670
234695
|
:type: bool
|
|
234671
234696
|
"""
|
|
234672
234697
|
|
|
234673
234698
|
cache_particles: bool
|
|
234674
|
-
""" Show the active
|
|
234699
|
+
""" Show the active object's particle point cache
|
|
234675
234700
|
|
|
234676
234701
|
:type: bool
|
|
234677
234702
|
"""
|
|
234678
234703
|
|
|
234679
234704
|
cache_rigidbody: bool
|
|
234680
|
-
""" Show the active
|
|
234705
|
+
""" Show the active object's Rigid Body cache
|
|
234681
234706
|
|
|
234682
234707
|
:type: bool
|
|
234683
234708
|
"""
|
|
234684
234709
|
|
|
234685
234710
|
cache_simulation_nodes: bool
|
|
234686
|
-
""" Show the active
|
|
234711
|
+
""" Show the active object's simulation nodes cache and bake data
|
|
234687
234712
|
|
|
234688
234713
|
:type: bool
|
|
234689
234714
|
"""
|
|
234690
234715
|
|
|
234691
234716
|
cache_smoke: bool
|
|
234692
|
-
""" Show the active
|
|
234717
|
+
""" Show the active object's smoke cache
|
|
234693
234718
|
|
|
234694
234719
|
:type: bool
|
|
234695
234720
|
"""
|
|
234696
234721
|
|
|
234697
234722
|
cache_softbody: bool
|
|
234698
|
-
""" Show the active
|
|
234723
|
+
""" Show the active object's softbody point cache
|
|
234699
234724
|
|
|
234700
234725
|
:type: bool
|
|
234701
234726
|
"""
|
|
@@ -234885,7 +234910,7 @@ class SpaceFileBrowser(Space, bpy_struct):
|
|
|
234885
234910
|
"""
|
|
234886
234911
|
|
|
234887
234912
|
bookmarks: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234888
|
-
"""
|
|
234913
|
+
""" User's bookmarks
|
|
234889
234914
|
|
|
234890
234915
|
:type: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234891
234916
|
"""
|
|
@@ -234945,7 +234970,7 @@ class SpaceFileBrowser(Space, bpy_struct):
|
|
|
234945
234970
|
"""
|
|
234946
234971
|
|
|
234947
234972
|
system_bookmarks: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234948
|
-
"""
|
|
234973
|
+
""" System's bookmarks
|
|
234949
234974
|
|
|
234950
234975
|
:type: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234951
234976
|
"""
|
|
@@ -234957,7 +234982,7 @@ class SpaceFileBrowser(Space, bpy_struct):
|
|
|
234957
234982
|
"""
|
|
234958
234983
|
|
|
234959
234984
|
system_folders: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234960
|
-
"""
|
|
234985
|
+
""" System's folders (usually root, available hard drives, etc)
|
|
234961
234986
|
|
|
234962
234987
|
:type: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234963
234988
|
"""
|
|
@@ -235995,7 +236020,7 @@ class SpaceNodeEditor(Space, bpy_struct):
|
|
|
235995
236020
|
"""
|
|
235996
236021
|
|
|
235997
236022
|
supports_previews: bool
|
|
235998
|
-
""" Whether the node
|
|
236023
|
+
""" Whether the node editor's type supports displaying node previews
|
|
235999
236024
|
|
|
236000
236025
|
:type: bool
|
|
236001
236026
|
"""
|
|
@@ -236102,7 +236127,7 @@ class SpaceNodeOverlay(bpy_struct):
|
|
|
236102
236127
|
"""
|
|
236103
236128
|
|
|
236104
236129
|
show_context_path: bool
|
|
236105
|
-
""" Display breadcrumbs for the
|
|
236130
|
+
""" Display breadcrumbs for the editor's context
|
|
236106
236131
|
|
|
236107
236132
|
:type: bool
|
|
236108
236133
|
"""
|
|
@@ -236120,7 +236145,7 @@ class SpaceNodeOverlay(bpy_struct):
|
|
|
236120
236145
|
"""
|
|
236121
236146
|
|
|
236122
236147
|
show_previews: bool
|
|
236123
|
-
""" Display each
|
|
236148
|
+
""" Display each node's preview if node is toggled
|
|
236124
236149
|
|
|
236125
236150
|
:type: bool
|
|
236126
236151
|
"""
|
|
@@ -236132,7 +236157,7 @@ class SpaceNodeOverlay(bpy_struct):
|
|
|
236132
236157
|
"""
|
|
236133
236158
|
|
|
236134
236159
|
show_timing: bool
|
|
236135
|
-
""" Display each
|
|
236160
|
+
""" Display each node's last execution time
|
|
236136
236161
|
|
|
236137
236162
|
:type: bool
|
|
236138
236163
|
"""
|
|
@@ -237549,7 +237574,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
237549
237574
|
"""3D View space data"""
|
|
237550
237575
|
|
|
237551
237576
|
camera: Object | None
|
|
237552
|
-
""" Active camera used in this view (when unlocked from the
|
|
237577
|
+
""" Active camera used in this view (when unlocked from the scene's active camera)
|
|
237553
237578
|
|
|
237554
237579
|
:type: Object | None
|
|
237555
237580
|
"""
|
|
@@ -237585,7 +237610,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
237585
237610
|
"""
|
|
237586
237611
|
|
|
237587
237612
|
lock_bone: str
|
|
237588
|
-
""" 3D View center is locked to this
|
|
237613
|
+
""" 3D View center is locked to this bone's position
|
|
237589
237614
|
|
|
237590
237615
|
:type: str
|
|
237591
237616
|
"""
|
|
@@ -237597,13 +237622,13 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
237597
237622
|
"""
|
|
237598
237623
|
|
|
237599
237624
|
lock_cursor: bool
|
|
237600
|
-
""" 3D View center is locked to the
|
|
237625
|
+
""" 3D View center is locked to the cursor's position
|
|
237601
237626
|
|
|
237602
237627
|
:type: bool
|
|
237603
237628
|
"""
|
|
237604
237629
|
|
|
237605
237630
|
lock_object: Object | None
|
|
237606
|
-
""" 3D View center is locked to this
|
|
237631
|
+
""" 3D View center is locked to this object's position
|
|
237607
237632
|
|
|
237608
237633
|
:type: Object | None
|
|
237609
237634
|
"""
|
|
@@ -237627,7 +237652,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
237627
237652
|
"""
|
|
237628
237653
|
|
|
237629
237654
|
region_quadviews: bpy_prop_collection[RegionView3D]
|
|
237630
|
-
""" 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')
|
|
237631
237656
|
|
|
237632
237657
|
:type: bpy_prop_collection[RegionView3D]
|
|
237633
237658
|
"""
|
|
@@ -238029,7 +238054,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
238029
238054
|
"""
|
|
238030
238055
|
|
|
238031
238056
|
stereo_3d_volume_alpha: float
|
|
238032
|
-
""" Opacity (alpha) of the cameras frustum volume
|
|
238057
|
+
""" Opacity (alpha) of the cameras' frustum volume
|
|
238033
238058
|
|
|
238034
238059
|
:type: float
|
|
238035
238060
|
"""
|
|
@@ -238049,7 +238074,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
238049
238074
|
"""
|
|
238050
238075
|
|
|
238051
238076
|
use_local_camera: bool
|
|
238052
|
-
""" Use a local camera in this view, rather than
|
|
238077
|
+
""" Use a local camera in this view, rather than scene's active camera
|
|
238053
238078
|
|
|
238054
238079
|
:type: bool
|
|
238055
238080
|
"""
|
|
@@ -238712,7 +238737,7 @@ class SpotLight(Light, ID, bpy_struct):
|
|
|
238712
238737
|
"""Directional cone Light"""
|
|
238713
238738
|
|
|
238714
238739
|
energy: float
|
|
238715
|
-
""" The energy this light would emit over its entire area if it
|
|
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)
|
|
238716
238741
|
|
|
238717
238742
|
:type: float
|
|
238718
238743
|
"""
|
|
@@ -239389,7 +239414,7 @@ class StretchToConstraint(Constraint, bpy_struct):
|
|
|
239389
239414
|
"""
|
|
239390
239415
|
|
|
239391
239416
|
volume: typing.Literal["VOLUME_XZX", "VOLUME_X", "VOLUME_Z", "NO_VOLUME"]
|
|
239392
|
-
""" Maintain the
|
|
239417
|
+
""" Maintain the object's volume as it stretches
|
|
239393
239418
|
|
|
239394
239419
|
:type: typing.Literal['VOLUME_XZX','VOLUME_X','VOLUME_Z','NO_VOLUME']
|
|
239395
239420
|
"""
|
|
@@ -239555,7 +239580,7 @@ class Strip(bpy_struct):
|
|
|
239555
239580
|
"""Sequence strip in the sequence editor"""
|
|
239556
239581
|
|
|
239557
239582
|
blend_alpha: float
|
|
239558
|
-
""" Percentage of how much the
|
|
239583
|
+
""" Percentage of how much the strip's colors affect other strips
|
|
239559
239584
|
|
|
239560
239585
|
:type: float
|
|
239561
239586
|
"""
|
|
@@ -239739,7 +239764,7 @@ class Strip(bpy_struct):
|
|
|
239739
239764
|
"""
|
|
239740
239765
|
|
|
239741
239766
|
use_linear_modifiers: bool
|
|
239742
|
-
""" Calculate modifiers in linear space instead of
|
|
239767
|
+
""" Calculate modifiers in linear space instead of sequencer's space
|
|
239743
239768
|
|
|
239744
239769
|
:type: bool
|
|
239745
239770
|
"""
|
|
@@ -240106,6 +240131,12 @@ class StripElement(bpy_struct):
|
|
|
240106
240131
|
class StripModifier(bpy_struct):
|
|
240107
240132
|
"""Modifier for sequence strip"""
|
|
240108
240133
|
|
|
240134
|
+
enable: bool
|
|
240135
|
+
""" Enable this modifier
|
|
240136
|
+
|
|
240137
|
+
:type: bool
|
|
240138
|
+
"""
|
|
240139
|
+
|
|
240109
240140
|
input_mask_id: Mask | None
|
|
240110
240141
|
""" Mask ID used as mask input for the modifier
|
|
240111
240142
|
|
|
@@ -240124,6 +240155,12 @@ class StripModifier(bpy_struct):
|
|
|
240124
240155
|
:type: typing.Literal['STRIP','ID']
|
|
240125
240156
|
"""
|
|
240126
240157
|
|
|
240158
|
+
is_active: bool
|
|
240159
|
+
""" This modifier is active
|
|
240160
|
+
|
|
240161
|
+
:type: bool
|
|
240162
|
+
"""
|
|
240163
|
+
|
|
240127
240164
|
mask_time: typing.Literal["RELATIVE", "ABSOLUTE"]
|
|
240128
240165
|
""" Time to use for the Mask animation
|
|
240129
240166
|
|
|
@@ -240382,7 +240419,7 @@ class Struct(bpy_struct):
|
|
|
240382
240419
|
"""
|
|
240383
240420
|
|
|
240384
240421
|
description: str
|
|
240385
|
-
""" Description of the
|
|
240422
|
+
""" Description of the Struct's purpose
|
|
240386
240423
|
|
|
240387
240424
|
:type: str
|
|
240388
240425
|
"""
|
|
@@ -240430,7 +240467,7 @@ class Struct(bpy_struct):
|
|
|
240430
240467
|
"""
|
|
240431
240468
|
|
|
240432
240469
|
translation_context: str
|
|
240433
|
-
""" Translation context of the
|
|
240470
|
+
""" Translation context of the struct's name
|
|
240434
240471
|
|
|
240435
240472
|
:type: str
|
|
240436
240473
|
"""
|
|
@@ -240808,7 +240845,7 @@ class SunLight(Light, ID, bpy_struct):
|
|
|
240808
240845
|
"""
|
|
240809
240846
|
|
|
240810
240847
|
energy: float
|
|
240811
|
-
""" Sunlight strength in watts per meter squared (W/m)
|
|
240848
|
+
""" Sunlight strength in watts per meter squared (W/m²)
|
|
240812
240849
|
|
|
240813
240850
|
:type: float
|
|
240814
240851
|
"""
|
|
@@ -241711,7 +241748,7 @@ class TextCurve(Curve, ID, bpy_struct):
|
|
|
241711
241748
|
"""
|
|
241712
241749
|
|
|
241713
241750
|
family: str
|
|
241714
|
-
""" 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
|
|
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)
|
|
241715
241752
|
|
|
241716
241753
|
:type: str
|
|
241717
241754
|
"""
|
|
@@ -241849,7 +241886,7 @@ class TextCurve(Curve, ID, bpy_struct):
|
|
|
241849
241886
|
"""
|
|
241850
241887
|
|
|
241851
241888
|
use_fast_edit: bool
|
|
241852
|
-
"""
|
|
241889
|
+
""" Don't fill polygons while editing
|
|
241853
241890
|
|
|
241854
241891
|
:type: bool
|
|
241855
241892
|
"""
|
|
@@ -242356,7 +242393,7 @@ class TextureNodeBricks(TextureNode, NodeInternal, Node, bpy_struct):
|
|
|
242356
242393
|
"""
|
|
242357
242394
|
|
|
242358
242395
|
squash: float
|
|
242359
|
-
""" Factor to adjust the
|
|
242396
|
+
""" Factor to adjust the brick's width for particular rows determined by the Offset Frequency
|
|
242360
242397
|
|
|
242361
242398
|
:type: float
|
|
242362
242399
|
"""
|
|
@@ -244659,7 +244696,7 @@ class TextureSlot(bpy_struct):
|
|
|
244659
244696
|
"""
|
|
244660
244697
|
|
|
244661
244698
|
color: mathutils.Color
|
|
244662
|
-
""" Default color for textures that
|
|
244699
|
+
""" Default color for textures that don't return RGB or when RGB to intensity is enabled
|
|
244663
244700
|
|
|
244664
244701
|
:type: mathutils.Color
|
|
244665
244702
|
"""
|
|
@@ -244689,7 +244726,7 @@ class TextureSlot(bpy_struct):
|
|
|
244689
244726
|
"""
|
|
244690
244727
|
|
|
244691
244728
|
scale: mathutils.Vector
|
|
244692
|
-
""" Set scaling for the
|
|
244729
|
+
""" Set scaling for the texture's X, Y and Z sizes
|
|
244693
244730
|
|
|
244694
244731
|
:type: mathutils.Vector
|
|
244695
244732
|
"""
|
|
@@ -245093,7 +245130,7 @@ class ThemeClipEditor(bpy_struct):
|
|
|
245093
245130
|
"""
|
|
245094
245131
|
|
|
245095
245132
|
marker_outline: mathutils.Color
|
|
245096
|
-
""" Color of
|
|
245133
|
+
""" Color of marker's outline
|
|
245097
245134
|
|
|
245098
245135
|
:type: mathutils.Color
|
|
245099
245136
|
"""
|
|
@@ -246863,12 +246900,6 @@ class ThemePreferences(bpy_struct):
|
|
|
246863
246900
|
class ThemeProperties(bpy_struct):
|
|
246864
246901
|
"""Theme settings for the Properties"""
|
|
246865
246902
|
|
|
246866
|
-
active_modifier: bpy_prop_array[float] | None
|
|
246867
|
-
"""
|
|
246868
|
-
|
|
246869
|
-
:type: bpy_prop_array[float] | None
|
|
246870
|
-
"""
|
|
246871
|
-
|
|
246872
246903
|
match: mathutils.Color
|
|
246873
246904
|
"""
|
|
246874
246905
|
|
|
@@ -246922,6 +246953,12 @@ class ThemeProperties(bpy_struct):
|
|
|
246922
246953
|
class ThemeSequenceEditor(bpy_struct):
|
|
246923
246954
|
"""Theme settings for the Sequence Editor"""
|
|
246924
246955
|
|
|
246956
|
+
active_modifier: bpy_prop_array[float] | None
|
|
246957
|
+
"""
|
|
246958
|
+
|
|
246959
|
+
:type: bpy_prop_array[float] | None
|
|
246960
|
+
"""
|
|
246961
|
+
|
|
246925
246962
|
active_strip: mathutils.Color | None
|
|
246926
246963
|
"""
|
|
246927
246964
|
|
|
@@ -247869,6 +247906,12 @@ class ThemeUserInterface(bpy_struct):
|
|
|
247869
247906
|
:type: int
|
|
247870
247907
|
"""
|
|
247871
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
|
+
|
|
247872
247915
|
panel_back: bpy_prop_array[float]
|
|
247873
247916
|
"""
|
|
247874
247917
|
|
|
@@ -248923,7 +248966,7 @@ class ToolSettings(bpy_struct):
|
|
|
248923
248966
|
"""
|
|
248924
248967
|
|
|
248925
248968
|
custom_bevel_profile_preset: CurveProfile | None
|
|
248926
|
-
""" Used for defining a
|
|
248969
|
+
""" Used for defining a profile's path
|
|
248927
248970
|
|
|
248928
248971
|
:type: CurveProfile | None
|
|
248929
248972
|
"""
|
|
@@ -249713,7 +249756,7 @@ class TrackToConstraint(Constraint, bpy_struct):
|
|
|
249713
249756
|
"""
|
|
249714
249757
|
|
|
249715
249758
|
use_target_z: bool
|
|
249716
|
-
"""
|
|
249759
|
+
""" Target's Z axis, not World Z axis, will constrain the Up direction
|
|
249717
249760
|
|
|
249718
249761
|
:type: bool
|
|
249719
249762
|
"""
|
|
@@ -249927,19 +249970,19 @@ class TransformConstraint(Constraint, bpy_struct):
|
|
|
249927
249970
|
"""
|
|
249928
249971
|
|
|
249929
249972
|
map_to_x_from: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249930
|
-
""" The source axis constrained
|
|
249973
|
+
""" The source axis constrained object's X axis uses
|
|
249931
249974
|
|
|
249932
249975
|
:type: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249933
249976
|
"""
|
|
249934
249977
|
|
|
249935
249978
|
map_to_y_from: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249936
|
-
""" The source axis constrained
|
|
249979
|
+
""" The source axis constrained object's Y axis uses
|
|
249937
249980
|
|
|
249938
249981
|
:type: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249939
249982
|
"""
|
|
249940
249983
|
|
|
249941
249984
|
map_to_z_from: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249942
|
-
""" The source axis constrained
|
|
249985
|
+
""" The source axis constrained object's Z axis uses
|
|
249943
249986
|
|
|
249944
249987
|
:type: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249945
249988
|
"""
|
|
@@ -250526,7 +250569,7 @@ class UILayout(bpy_struct):
|
|
|
250526
250569
|
"""
|
|
250527
250570
|
|
|
250528
250571
|
operator_context: bpy.stub_internal.rna_enums.OperatorContextItems
|
|
250529
|
-
""" Typically set to INVOKE_REGION_WIN, except some cases in `bpy.types.Menu` when
|
|
250572
|
+
""" Typically set to 'INVOKE_REGION_WIN', except some cases in `bpy.types.Menu` when it's set to 'EXEC_REGION_WIN'.
|
|
250530
250573
|
|
|
250531
250574
|
:type: bpy.stub_internal.rna_enums.OperatorContextItems
|
|
250532
250575
|
"""
|
|
@@ -250614,7 +250657,7 @@ class UILayout(bpy_struct):
|
|
|
250614
250657
|
def panel(
|
|
250615
250658
|
self, idname: str, *, default_closed: bool | None = False
|
|
250616
250659
|
) -> tuple[UILayout, UILayout]:
|
|
250617
|
-
"""Creates a
|
|
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.
|
|
250618
250661
|
|
|
250619
250662
|
:param idname: Identifier of the panel
|
|
250620
250663
|
:type idname: str
|
|
@@ -251555,6 +251598,9 @@ class UILayout(bpy_struct):
|
|
|
251555
251598
|
def template_modifiers(self) -> None:
|
|
251556
251599
|
"""Generates the UI layout for the modifier stack"""
|
|
251557
251600
|
|
|
251601
|
+
def template_strip_modifiers(self) -> None:
|
|
251602
|
+
"""Generates the UI layout for the strip modifier stack"""
|
|
251603
|
+
|
|
251558
251604
|
def template_collection_exporters(self) -> None:
|
|
251559
251605
|
"""Generates the UI layout for collection exporters"""
|
|
251560
251606
|
|
|
@@ -252293,7 +252339,7 @@ class UIList(bpy_struct):
|
|
|
252293
252339
|
"""UI list containing the elements of a collection"""
|
|
252294
252340
|
|
|
252295
252341
|
bitflag_filter_item: int
|
|
252296
|
-
""" 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)
|
|
252297
252343
|
|
|
252298
252344
|
:type: int
|
|
252299
252345
|
"""
|
|
@@ -252311,7 +252357,7 @@ class UIList(bpy_struct):
|
|
|
252311
252357
|
"""
|
|
252312
252358
|
|
|
252313
252359
|
filter_name: str
|
|
252314
|
-
""" Only show items matching this name (use * as wildcard)
|
|
252360
|
+
""" Only show items matching this name (use '*' as wildcard)
|
|
252315
252361
|
|
|
252316
252362
|
:type: str
|
|
252317
252363
|
"""
|
|
@@ -253494,7 +253540,7 @@ class UserExtensionRepo(bpy_struct):
|
|
|
253494
253540
|
"""
|
|
253495
253541
|
|
|
253496
253542
|
use_custom_directory: bool
|
|
253497
|
-
""" Manually set the path for extensions to be stored. When disabled a
|
|
253543
|
+
""" Manually set the path for extensions to be stored. When disabled a user's extensions directory is created.
|
|
253498
253544
|
|
|
253499
253545
|
:type: bool
|
|
253500
253546
|
"""
|
|
@@ -253547,7 +253593,7 @@ class UserSolidLight(bpy_struct):
|
|
|
253547
253593
|
"""Light used for Studio lighting in solid shading mode"""
|
|
253548
253594
|
|
|
253549
253595
|
diffuse_color: mathutils.Color
|
|
253550
|
-
""" Color of the
|
|
253596
|
+
""" Color of the light's diffuse highlight
|
|
253551
253597
|
|
|
253552
253598
|
:type: mathutils.Color
|
|
253553
253599
|
"""
|
|
@@ -253565,7 +253611,7 @@ class UserSolidLight(bpy_struct):
|
|
|
253565
253611
|
"""
|
|
253566
253612
|
|
|
253567
253613
|
specular_color: mathutils.Color
|
|
253568
|
-
""" Color of the
|
|
253614
|
+
""" Color of the light's specular highlight
|
|
253569
253615
|
|
|
253570
253616
|
:type: mathutils.Color
|
|
253571
253617
|
"""
|
|
@@ -254789,7 +254835,7 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
|
|
|
254789
254835
|
"""Edit the weights of vertices in a group"""
|
|
254790
254836
|
|
|
254791
254837
|
add_threshold: float
|
|
254792
|
-
""" Lower (inclusive) bound for a
|
|
254838
|
+
""" Lower (inclusive) bound for a vertex's weight to be added to the vgroup
|
|
254793
254839
|
|
|
254794
254840
|
:type: float
|
|
254795
254841
|
"""
|
|
@@ -254890,7 +254936,7 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
|
|
|
254890
254936
|
"""
|
|
254891
254937
|
|
|
254892
254938
|
remove_threshold: float
|
|
254893
|
-
""" Upper (inclusive) bound for a
|
|
254939
|
+
""" Upper (inclusive) bound for a vertex's weight to be removed from the vgroup
|
|
254894
254940
|
|
|
254895
254941
|
:type: float
|
|
254896
254942
|
"""
|
|
@@ -255197,7 +255243,7 @@ class VertexWeightProximityModifier(Modifier, bpy_struct):
|
|
|
255197
255243
|
"""
|
|
255198
255244
|
|
|
255199
255245
|
proximity_geometry: typing.Any
|
|
255200
|
-
""" Use the shortest computed distance to target
|
|
255246
|
+
""" Use the shortest computed distance to target object's geometry as weight"""
|
|
255201
255247
|
|
|
255202
255248
|
proximity_mode: typing.Literal["OBJECT", "GEOMETRY"]
|
|
255203
255249
|
""" Which distances to target object to use
|
|
@@ -256307,7 +256353,7 @@ class ViewLayer(bpy_struct):
|
|
|
256307
256353
|
"""
|
|
256308
256354
|
|
|
256309
256355
|
active_layer_collection: LayerCollection | None
|
|
256310
|
-
""" Active layer collection in this view
|
|
256356
|
+
""" Active layer collection in this view layer's hierarchy
|
|
256311
256357
|
|
|
256312
256358
|
:type: LayerCollection | None
|
|
256313
256359
|
"""
|
|
@@ -256361,7 +256407,7 @@ class ViewLayer(bpy_struct):
|
|
|
256361
256407
|
"""
|
|
256362
256408
|
|
|
256363
256409
|
layer_collection: LayerCollection
|
|
256364
|
-
""" Root of collections hierarchy of this view layer, its collection pointer property is the same as the
|
|
256410
|
+
""" Root of collections hierarchy of this view layer, its 'collection' pointer property is the same as the scene's master collection
|
|
256365
256411
|
|
|
256366
256412
|
:type: LayerCollection
|
|
256367
256413
|
"""
|
|
@@ -256981,7 +257027,7 @@ class Volume(ID, bpy_struct):
|
|
|
256981
257027
|
"""
|
|
256982
257028
|
|
|
256983
257029
|
velocity_unit: bpy.stub_internal.rna_enums.VelocityUnitItems
|
|
256984
|
-
""" 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
|
|
256985
257031
|
|
|
256986
257032
|
:type: bpy.stub_internal.rna_enums.VelocityUnitItems
|
|
256987
257033
|
"""
|
|
@@ -258019,7 +258065,7 @@ class WeightedNormalModifier(Modifier, bpy_struct):
|
|
|
258019
258065
|
"""
|
|
258020
258066
|
|
|
258021
258067
|
weight: int
|
|
258022
|
-
""" 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
|
|
258023
258069
|
|
|
258024
258070
|
:type: int
|
|
258025
258071
|
"""
|
|
@@ -258124,6 +258170,12 @@ class WeldModifier(Modifier, bpy_struct):
|
|
|
258124
258170
|
class WhiteBalanceModifier(StripModifier, bpy_struct):
|
|
258125
258171
|
"""White balance modifier for sequence strip"""
|
|
258126
258172
|
|
|
258173
|
+
open_mask_input_panel: bool
|
|
258174
|
+
"""
|
|
258175
|
+
|
|
258176
|
+
:type: bool
|
|
258177
|
+
"""
|
|
258178
|
+
|
|
258127
258179
|
white_value: mathutils.Color
|
|
258128
258180
|
""" This color defines white in the strip
|
|
258129
258181
|
|
|
@@ -259472,7 +259524,7 @@ class World(ID, bpy_struct):
|
|
|
259472
259524
|
"""
|
|
259473
259525
|
|
|
259474
259526
|
use_eevee_finite_volume: bool
|
|
259475
|
-
""" The
|
|
259527
|
+
""" The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly.
|
|
259476
259528
|
|
|
259477
259529
|
:type: bool
|
|
259478
259530
|
"""
|
|
@@ -259799,7 +259851,7 @@ class XrActionMapItem(bpy_struct):
|
|
|
259799
259851
|
"""
|
|
259800
259852
|
|
|
259801
259853
|
haptic_frequency: float
|
|
259802
|
-
""" Frequency of the haptic vibration in hertz. 0.0 specifies the OpenXR
|
|
259854
|
+
""" Frequency of the haptic vibration in hertz. 0.0 specifies the OpenXR runtime's default frequency.
|
|
259803
259855
|
|
|
259804
259856
|
:type: float
|
|
259805
259857
|
"""
|
|
@@ -259975,7 +260027,7 @@ class XrEventData(bpy_struct):
|
|
|
259975
260027
|
"""
|
|
259976
260028
|
|
|
259977
260029
|
controller_location: mathutils.Vector
|
|
259978
|
-
""" Location of the
|
|
260030
|
+
""" Location of the action's corresponding controller aim in world space
|
|
259979
260031
|
|
|
259980
260032
|
:type: mathutils.Vector
|
|
259981
260033
|
"""
|
|
@@ -259987,7 +260039,7 @@ class XrEventData(bpy_struct):
|
|
|
259987
260039
|
"""
|
|
259988
260040
|
|
|
259989
260041
|
controller_rotation: mathutils.Quaternion
|
|
259990
|
-
""" Rotation of the
|
|
260042
|
+
""" Rotation of the action's corresponding controller aim in world space
|
|
259991
260043
|
|
|
259992
260044
|
:type: mathutils.Quaternion
|
|
259993
260045
|
"""
|
|
@@ -264069,32 +264121,6 @@ VIEW3D_PT_tools_brush_swatches: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_brush
|
|
|
264069
264121
|
|
|
264070
264122
|
VIEW3D_PT_tools_brush_texture: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_brush_texture
|
|
264071
264123
|
|
|
264072
|
-
VIEW3D_PT_tools_grease_pencil_brush_advanced: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_advanced
|
|
264073
|
-
|
|
264074
|
-
VIEW3D_PT_tools_grease_pencil_brush_eraser: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_eraser
|
|
264075
|
-
|
|
264076
|
-
VIEW3D_PT_tools_grease_pencil_brush_gap_closure: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_gap_closure
|
|
264077
|
-
|
|
264078
|
-
VIEW3D_PT_tools_grease_pencil_brush_mix_palette: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_mix_palette
|
|
264079
|
-
|
|
264080
|
-
VIEW3D_PT_tools_grease_pencil_brush_mixcolor: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_mixcolor
|
|
264081
|
-
|
|
264082
|
-
VIEW3D_PT_tools_grease_pencil_brush_paint_falloff: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_paint_falloff
|
|
264083
|
-
|
|
264084
|
-
VIEW3D_PT_tools_grease_pencil_brush_post_processing: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_post_processing
|
|
264085
|
-
|
|
264086
|
-
VIEW3D_PT_tools_grease_pencil_brush_random: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_random
|
|
264087
|
-
|
|
264088
|
-
VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff
|
|
264089
|
-
|
|
264090
|
-
VIEW3D_PT_tools_grease_pencil_brush_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_select
|
|
264091
|
-
|
|
264092
|
-
VIEW3D_PT_tools_grease_pencil_brush_settings: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_settings
|
|
264093
|
-
|
|
264094
|
-
VIEW3D_PT_tools_grease_pencil_brush_stabilizer: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_stabilizer
|
|
264095
|
-
|
|
264096
|
-
VIEW3D_PT_tools_grease_pencil_brush_stroke: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_stroke
|
|
264097
|
-
|
|
264098
264124
|
VIEW3D_PT_tools_grease_pencil_brush_vertex_color: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_vertex_color
|
|
264099
264125
|
|
|
264100
264126
|
VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff
|
|
@@ -264107,14 +264133,8 @@ VIEW3D_PT_tools_grease_pencil_paint_appearance: bl_ui.space_view3d_toolbar.VIEW3
|
|
|
264107
264133
|
|
|
264108
264134
|
VIEW3D_PT_tools_grease_pencil_sculpt_appearance: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_appearance
|
|
264109
264135
|
|
|
264110
|
-
VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced
|
|
264111
|
-
|
|
264112
264136
|
VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover
|
|
264113
264137
|
|
|
264114
|
-
VIEW3D_PT_tools_grease_pencil_sculpt_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_select
|
|
264115
|
-
|
|
264116
|
-
VIEW3D_PT_tools_grease_pencil_sculpt_settings: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_settings
|
|
264117
|
-
|
|
264118
264138
|
VIEW3D_PT_tools_grease_pencil_v3_brush_advanced: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_advanced
|
|
264119
264139
|
|
|
264120
264140
|
VIEW3D_PT_tools_grease_pencil_v3_brush_eraser: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_eraser
|