fake-bpy-module 20250904__py3-none-any.whl → 20250906__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/properties_render/__init__.pyi +31 -0
- bl_ui/space_sequencer/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -0
- bl_ui/space_userpref/__init__.pyi +36 -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/ops/armature/__init__.pyi +3 -0
- bpy/ops/poselib/__init__.pyi +0 -3
- bpy/ops/sequencer/__init__.pyi +75 -0
- bpy/ops/wm/__init__.pyi +18 -0
- bpy/types/__init__.pyi +698 -369
- {fake_bpy_module-20250904.dist-info → fake_bpy_module-20250906.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250904.dist-info → fake_bpy_module-20250906.dist-info}/RECORD +21 -21
- freestyle/types/__init__.pyi +2 -2
- idprop/types/__init__.pyi +1 -1
- mathutils/__init__.pyi +28 -0
- {fake_bpy_module-20250904.dist-info → fake_bpy_module-20250906.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250904.dist-info → fake_bpy_module-20250906.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
|
|
|
@@ -6398,6 +6400,102 @@ The USDHookExample
|
|
|
6398
6400
|
:columns: 2
|
|
6399
6401
|
|
|
6400
6402
|
|
|
6403
|
+
--------------------
|
|
6404
|
+
|
|
6405
|
+
* bpy_struct.id_data
|
|
6406
|
+
* Node.type
|
|
6407
|
+
* Node.location
|
|
6408
|
+
* Node.location_absolute
|
|
6409
|
+
* Node.width
|
|
6410
|
+
* Node.height
|
|
6411
|
+
* Node.dimensions
|
|
6412
|
+
* Node.name
|
|
6413
|
+
* Node.label
|
|
6414
|
+
* Node.inputs
|
|
6415
|
+
* Node.outputs
|
|
6416
|
+
* Node.internal_links
|
|
6417
|
+
* Node.parent
|
|
6418
|
+
* Node.warning_propagation
|
|
6419
|
+
* Node.use_custom_color
|
|
6420
|
+
* Node.color
|
|
6421
|
+
* Node.color_tag
|
|
6422
|
+
* Node.select
|
|
6423
|
+
* Node.show_options
|
|
6424
|
+
* Node.show_preview
|
|
6425
|
+
* Node.hide
|
|
6426
|
+
* Node.mute
|
|
6427
|
+
* Node.show_texture
|
|
6428
|
+
* Node.bl_idname
|
|
6429
|
+
* Node.bl_label
|
|
6430
|
+
* Node.bl_description
|
|
6431
|
+
* Node.bl_icon
|
|
6432
|
+
* Node.bl_static_type
|
|
6433
|
+
* Node.bl_width_default
|
|
6434
|
+
* Node.bl_width_min
|
|
6435
|
+
* Node.bl_width_max
|
|
6436
|
+
* Node.bl_height_default
|
|
6437
|
+
* Node.bl_height_min
|
|
6438
|
+
* Node.bl_height_max
|
|
6439
|
+
|
|
6440
|
+
:columns: 2
|
|
6441
|
+
|
|
6442
|
+
|
|
6443
|
+
--------------------
|
|
6444
|
+
|
|
6445
|
+
* bpy_struct.as_pointer
|
|
6446
|
+
* bpy_struct.driver_add
|
|
6447
|
+
* bpy_struct.driver_remove
|
|
6448
|
+
* bpy_struct.get
|
|
6449
|
+
* bpy_struct.id_properties_clear
|
|
6450
|
+
* bpy_struct.id_properties_ensure
|
|
6451
|
+
* bpy_struct.id_properties_ui
|
|
6452
|
+
* bpy_struct.is_property_hidden
|
|
6453
|
+
* bpy_struct.is_property_overridable_library
|
|
6454
|
+
* bpy_struct.is_property_readonly
|
|
6455
|
+
* bpy_struct.is_property_set
|
|
6456
|
+
* bpy_struct.items
|
|
6457
|
+
* bpy_struct.keyframe_delete
|
|
6458
|
+
* bpy_struct.keyframe_insert
|
|
6459
|
+
* bpy_struct.keys
|
|
6460
|
+
* bpy_struct.path_from_id
|
|
6461
|
+
* bpy_struct.path_resolve
|
|
6462
|
+
* bpy_struct.pop
|
|
6463
|
+
* bpy_struct.property_overridable_library_set
|
|
6464
|
+
* bpy_struct.property_unset
|
|
6465
|
+
* bpy_struct.rna_ancestors
|
|
6466
|
+
* bpy_struct.type_recast
|
|
6467
|
+
* bpy_struct.values
|
|
6468
|
+
* Node.bl_system_properties_get
|
|
6469
|
+
* Node.socket_value_update
|
|
6470
|
+
* Node.is_registered_node_type
|
|
6471
|
+
* Node.poll
|
|
6472
|
+
* Node.poll_instance
|
|
6473
|
+
* Node.update
|
|
6474
|
+
* Node.insert_link
|
|
6475
|
+
* Node.init
|
|
6476
|
+
* Node.copy
|
|
6477
|
+
* Node.free
|
|
6478
|
+
* Node.draw_buttons
|
|
6479
|
+
* Node.draw_buttons_ext
|
|
6480
|
+
* Node.draw_label
|
|
6481
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
6482
|
+
* Node.debug_zone_lazy_function_graph
|
|
6483
|
+
* Node.poll
|
|
6484
|
+
* Node.bl_rna_get_subclass
|
|
6485
|
+
* Node.bl_rna_get_subclass_py
|
|
6486
|
+
* NodeInternal.poll
|
|
6487
|
+
* NodeInternal.poll_instance
|
|
6488
|
+
* NodeInternal.update
|
|
6489
|
+
* NodeInternal.draw_buttons
|
|
6490
|
+
* NodeInternal.draw_buttons_ext
|
|
6491
|
+
* NodeInternal.bl_rna_get_subclass
|
|
6492
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
6493
|
+
* FunctionNode.bl_rna_get_subclass
|
|
6494
|
+
* FunctionNode.bl_rna_get_subclass_py
|
|
6495
|
+
|
|
6496
|
+
:columns: 2
|
|
6497
|
+
|
|
6498
|
+
|
|
6401
6499
|
--------------------
|
|
6402
6500
|
|
|
6403
6501
|
* bpy_struct.id_data
|
|
@@ -28704,11 +28802,13 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
28704
28802
|
* StripModifier.name
|
|
28705
28803
|
* StripModifier.type
|
|
28706
28804
|
* StripModifier.mute
|
|
28805
|
+
* StripModifier.enable
|
|
28707
28806
|
* StripModifier.show_expanded
|
|
28708
28807
|
* StripModifier.input_mask_type
|
|
28709
28808
|
* StripModifier.mask_time
|
|
28710
28809
|
* StripModifier.input_mask_strip
|
|
28711
28810
|
* StripModifier.input_mask_id
|
|
28811
|
+
* StripModifier.is_active
|
|
28712
28812
|
|
|
28713
28813
|
:columns: 2
|
|
28714
28814
|
|
|
@@ -34864,11 +34964,13 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
34864
34964
|
* StripModifier.name
|
|
34865
34965
|
* StripModifier.type
|
|
34866
34966
|
* StripModifier.mute
|
|
34967
|
+
* StripModifier.enable
|
|
34867
34968
|
* StripModifier.show_expanded
|
|
34868
34969
|
* StripModifier.input_mask_type
|
|
34869
34970
|
* StripModifier.mask_time
|
|
34870
34971
|
* StripModifier.input_mask_strip
|
|
34871
34972
|
* StripModifier.input_mask_id
|
|
34973
|
+
* StripModifier.is_active
|
|
34872
34974
|
|
|
34873
34975
|
:columns: 2
|
|
34874
34976
|
|
|
@@ -40645,11 +40747,13 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
40645
40747
|
* StripModifier.name
|
|
40646
40748
|
* StripModifier.type
|
|
40647
40749
|
* StripModifier.mute
|
|
40750
|
+
* StripModifier.enable
|
|
40648
40751
|
* StripModifier.show_expanded
|
|
40649
40752
|
* StripModifier.input_mask_type
|
|
40650
40753
|
* StripModifier.mask_time
|
|
40651
40754
|
* StripModifier.input_mask_strip
|
|
40652
40755
|
* StripModifier.input_mask_id
|
|
40756
|
+
* StripModifier.is_active
|
|
40653
40757
|
|
|
40654
40758
|
:columns: 2
|
|
40655
40759
|
|
|
@@ -59200,6 +59304,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
59200
59304
|
* FunctionNodeSliceString.output_template
|
|
59201
59305
|
* FunctionNodeStringLength.input_template
|
|
59202
59306
|
* FunctionNodeStringLength.output_template
|
|
59307
|
+
* FunctionNodeStringToValue.input_template
|
|
59308
|
+
* FunctionNodeStringToValue.output_template
|
|
59203
59309
|
* FunctionNodeTransformDirection.input_template
|
|
59204
59310
|
* FunctionNodeTransformDirection.output_template
|
|
59205
59311
|
* FunctionNodeTransformPoint.input_template
|
|
@@ -68044,11 +68150,13 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
68044
68150
|
* StripModifier.name
|
|
68045
68151
|
* StripModifier.type
|
|
68046
68152
|
* StripModifier.mute
|
|
68153
|
+
* StripModifier.enable
|
|
68047
68154
|
* StripModifier.show_expanded
|
|
68048
68155
|
* StripModifier.input_mask_type
|
|
68049
68156
|
* StripModifier.mask_time
|
|
68050
68157
|
* StripModifier.input_mask_strip
|
|
68051
68158
|
* StripModifier.input_mask_id
|
|
68159
|
+
* StripModifier.is_active
|
|
68052
68160
|
|
|
68053
68161
|
:columns: 2
|
|
68054
68162
|
|
|
@@ -75261,6 +75369,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
75261
75369
|
--------------------
|
|
75262
75370
|
|
|
75263
75371
|
* Strip.modifiers
|
|
75372
|
+
* StripModifiers.active
|
|
75264
75373
|
* StripModifiers.new
|
|
75265
75374
|
* StripModifiers.remove
|
|
75266
75375
|
|
|
@@ -76304,6 +76413,49 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
76304
76413
|
:columns: 2
|
|
76305
76414
|
|
|
76306
76415
|
|
|
76416
|
+
--------------------
|
|
76417
|
+
|
|
76418
|
+
* bpy_struct.id_data
|
|
76419
|
+
|
|
76420
|
+
:columns: 2
|
|
76421
|
+
|
|
76422
|
+
|
|
76423
|
+
--------------------
|
|
76424
|
+
|
|
76425
|
+
* bpy_struct.as_pointer
|
|
76426
|
+
* bpy_struct.driver_add
|
|
76427
|
+
* bpy_struct.driver_remove
|
|
76428
|
+
* bpy_struct.get
|
|
76429
|
+
* bpy_struct.id_properties_clear
|
|
76430
|
+
* bpy_struct.id_properties_ensure
|
|
76431
|
+
* bpy_struct.id_properties_ui
|
|
76432
|
+
* bpy_struct.is_property_hidden
|
|
76433
|
+
* bpy_struct.is_property_overridable_library
|
|
76434
|
+
* bpy_struct.is_property_readonly
|
|
76435
|
+
* bpy_struct.is_property_set
|
|
76436
|
+
* bpy_struct.items
|
|
76437
|
+
* bpy_struct.keyframe_delete
|
|
76438
|
+
* bpy_struct.keyframe_insert
|
|
76439
|
+
* bpy_struct.keys
|
|
76440
|
+
* bpy_struct.path_from_id
|
|
76441
|
+
* bpy_struct.path_resolve
|
|
76442
|
+
* bpy_struct.pop
|
|
76443
|
+
* bpy_struct.property_overridable_library_set
|
|
76444
|
+
* bpy_struct.property_unset
|
|
76445
|
+
* bpy_struct.rna_ancestors
|
|
76446
|
+
* bpy_struct.type_recast
|
|
76447
|
+
* bpy_struct.values
|
|
76448
|
+
|
|
76449
|
+
:columns: 2
|
|
76450
|
+
|
|
76451
|
+
|
|
76452
|
+
--------------------
|
|
76453
|
+
|
|
76454
|
+
* BlendData.colorspace
|
|
76455
|
+
|
|
76456
|
+
:columns: 2
|
|
76457
|
+
|
|
76458
|
+
|
|
76307
76459
|
--------------------
|
|
76308
76460
|
|
|
76309
76461
|
* bpy_struct.id_data
|
|
@@ -91580,11 +91732,13 @@ Operator.draw method for layout and display.
|
|
|
91580
91732
|
* StripModifier.name
|
|
91581
91733
|
* StripModifier.type
|
|
91582
91734
|
* StripModifier.mute
|
|
91735
|
+
* StripModifier.enable
|
|
91583
91736
|
* StripModifier.show_expanded
|
|
91584
91737
|
* StripModifier.input_mask_type
|
|
91585
91738
|
* StripModifier.mask_time
|
|
91586
91739
|
* StripModifier.input_mask_strip
|
|
91587
91740
|
* StripModifier.input_mask_id
|
|
91741
|
+
* StripModifier.is_active
|
|
91588
91742
|
|
|
91589
91743
|
:columns: 2
|
|
91590
91744
|
|
|
@@ -108374,11 +108528,13 @@ database.
|
|
|
108374
108528
|
* StripModifier.name
|
|
108375
108529
|
* StripModifier.type
|
|
108376
108530
|
* StripModifier.mute
|
|
108531
|
+
* StripModifier.enable
|
|
108377
108532
|
* StripModifier.show_expanded
|
|
108378
108533
|
* StripModifier.input_mask_type
|
|
108379
108534
|
* StripModifier.mask_time
|
|
108380
108535
|
* StripModifier.input_mask_strip
|
|
108381
108536
|
* StripModifier.input_mask_id
|
|
108537
|
+
* StripModifier.is_active
|
|
108382
108538
|
|
|
108383
108539
|
:columns: 2
|
|
108384
108540
|
|
|
@@ -112957,7 +113113,7 @@ class ArmatureBones(bpy_prop_collection[Bone], bpy_struct):
|
|
|
112957
113113
|
"""Collection of armature bones"""
|
|
112958
113114
|
|
|
112959
113115
|
active: Bone | None
|
|
112960
|
-
"""
|
|
113116
|
+
""" Armature's active bone
|
|
112961
113117
|
|
|
112962
113118
|
:type: Bone | None
|
|
112963
113119
|
"""
|
|
@@ -116528,25 +116684,25 @@ class BoneCollections(bpy_prop_collection[BoneCollection], bpy_struct):
|
|
|
116528
116684
|
"""The Bone Collections of this Armature"""
|
|
116529
116685
|
|
|
116530
116686
|
active: BoneCollection | None
|
|
116531
|
-
"""
|
|
116687
|
+
""" Armature's active bone collection
|
|
116532
116688
|
|
|
116533
116689
|
:type: BoneCollection | None
|
|
116534
116690
|
"""
|
|
116535
116691
|
|
|
116536
116692
|
active_index: int | None
|
|
116537
|
-
""" The index of the
|
|
116693
|
+
""" The index of the Armature's active bone collection; -1 when there is no active collection. Note that this is indexing the underlying array of bone collections, which may not be in the order you expect. Root collections are listed first, and siblings are always sequential. Apart from that, bone collections can be in any order, and thus incrementing or decrementing this index can make the active bone collection jump around in unexpected ways. For a more predictable interface, use active or active_name.
|
|
116538
116694
|
|
|
116539
116695
|
:type: int | None
|
|
116540
116696
|
"""
|
|
116541
116697
|
|
|
116542
116698
|
active_name: str | None
|
|
116543
|
-
""" The name of the
|
|
116699
|
+
""" The name of the Armature's active bone collection; empty when there is no active collection
|
|
116544
116700
|
|
|
116545
116701
|
:type: str | None
|
|
116546
116702
|
"""
|
|
116547
116703
|
|
|
116548
116704
|
is_solo_active: bool
|
|
116549
|
-
""" Read-only flag that indicates there is at least one bone collection marked as solo
|
|
116705
|
+
""" Read-only flag that indicates there is at least one bone collection marked as 'solo'
|
|
116550
116706
|
|
|
116551
116707
|
:type: bool
|
|
116552
116708
|
"""
|
|
@@ -118647,7 +118803,7 @@ class KeyingSets(bpy_prop_collection[KeyingSet], bpy_struct):
|
|
|
118647
118803
|
"""
|
|
118648
118804
|
|
|
118649
118805
|
active_index: int | None
|
|
118650
|
-
""" Current Keying Set index (negative for builtin and positive for absolute)
|
|
118806
|
+
""" Current Keying Set index (negative for 'builtin' and positive for 'absolute')
|
|
118651
118807
|
|
|
118652
118808
|
:type: int | None
|
|
118653
118809
|
"""
|
|
@@ -118705,7 +118861,7 @@ class KeyingSetsAll(bpy_prop_collection[KeyingSet], bpy_struct):
|
|
|
118705
118861
|
"""
|
|
118706
118862
|
|
|
118707
118863
|
active_index: int | None
|
|
118708
|
-
""" Current Keying Set index (negative for builtin and positive for absolute)
|
|
118864
|
+
""" Current Keying Set index (negative for 'builtin' and positive for 'absolute')
|
|
118709
118865
|
|
|
118710
118866
|
:type: int | None
|
|
118711
118867
|
"""
|
|
@@ -122967,6 +123123,12 @@ class StripElements(bpy_prop_collection[StripElement], bpy_struct):
|
|
|
122967
123123
|
class StripModifiers(bpy_prop_collection[StripModifier], bpy_struct):
|
|
122968
123124
|
"""Collection of strip modifiers"""
|
|
122969
123125
|
|
|
123126
|
+
active: StripModifier | None
|
|
123127
|
+
""" The active strip modifier in the list
|
|
123128
|
+
|
|
123129
|
+
:type: StripModifier | None
|
|
123130
|
+
"""
|
|
123131
|
+
|
|
122970
123132
|
def new(
|
|
122971
123133
|
self, name: str, type: bpy.stub_internal.rna_enums.StripModifierTypeItems | None
|
|
122972
123134
|
) -> StripModifier:
|
|
@@ -124870,7 +125032,7 @@ class Action(ID, bpy_struct):
|
|
|
124870
125032
|
"""
|
|
124871
125033
|
|
|
124872
125034
|
fcurves: ActionFCurves
|
|
124873
|
-
""" Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curves for the
|
|
125035
|
+
""" Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curves for the action's first slot
|
|
124874
125036
|
|
|
124875
125037
|
:type: ActionFCurves
|
|
124876
125038
|
"""
|
|
@@ -124894,7 +125056,7 @@ class Action(ID, bpy_struct):
|
|
|
124894
125056
|
"""
|
|
124895
125057
|
|
|
124896
125058
|
groups: ActionGroups
|
|
124897
|
-
""" Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curve groups for the
|
|
125059
|
+
""" Legacy API, for backward compatibility with code that does not handle slotted actions yet. This collection contains the F-Curve groups for the action's first slot
|
|
124898
125060
|
|
|
124899
125061
|
:type: ActionGroups
|
|
124900
125062
|
"""
|
|
@@ -124941,19 +125103,19 @@ class Action(ID, bpy_struct):
|
|
|
124941
125103
|
"WORLD",
|
|
124942
125104
|
"UNSPECIFIED",
|
|
124943
125105
|
]
|
|
124944
|
-
""" Legacy API, for backward compatibility with code that does not handle slotted actions yet. Type of data-block that the
|
|
125106
|
+
""" Legacy API, for backward compatibility with code that does not handle slotted actions yet. Type of data-block that the action's first slot can be used on. Do not change unless you know what you are doing
|
|
124945
125107
|
|
|
124946
125108
|
:type: typing.Literal['ACTION','ARMATURE','BRUSH','CACHEFILE','CAMERA','COLLECTION','CURVE','CURVES','FONT','GREASEPENCIL','GREASEPENCIL_V3','IMAGE','KEY','LATTICE','LIBRARY','LIGHT','LIGHT_PROBE','LINESTYLE','MASK','MATERIAL','MESH','META','MOVIECLIP','NODETREE','OBJECT','PAINTCURVE','PALETTE','PARTICLE','POINTCLOUD','SCENE','SCREEN','SOUND','SPEAKER','TEXT','TEXTURE','VOLUME','WINDOWMANAGER','WORKSPACE','WORLD','UNSPECIFIED']
|
|
124947
125109
|
"""
|
|
124948
125110
|
|
|
124949
125111
|
is_action_layered: bool
|
|
124950
|
-
""" Return whether this is a layered Action. An empty Action is considered as both a legacy and a layered Action.
|
|
125112
|
+
""" Return whether this is a layered Action. An empty Action is considered as both a 'legacy' and a 'layered' Action.
|
|
124951
125113
|
|
|
124952
125114
|
:type: bool
|
|
124953
125115
|
"""
|
|
124954
125116
|
|
|
124955
125117
|
is_action_legacy: bool
|
|
124956
|
-
""" Return whether this is a legacy Action. Legacy Actions have no layers or slots. An empty Action is considered as both a legacy and a layered Action. Since Blender 4.4 actions are automatically updated to layered actions, and thus this will only return True when the action is empty
|
|
125118
|
+
""" Return whether this is a legacy Action. Legacy Actions have no layers or slots. An empty Action is considered as both a 'legacy' and a 'layered' Action. Since Blender 4.4 actions are automatically updated to layered actions, and thus this will only return True when the action is empty
|
|
124957
125119
|
|
|
124958
125120
|
:type: bool
|
|
124959
125121
|
"""
|
|
@@ -125067,7 +125229,7 @@ class ActionChannelbag(bpy_struct):
|
|
|
125067
125229
|
"""
|
|
125068
125230
|
|
|
125069
125231
|
slot: ActionSlot | None
|
|
125070
|
-
""" The Slot that the
|
|
125232
|
+
""" The Slot that the Channelbag's animation data is for
|
|
125071
125233
|
|
|
125072
125234
|
:type: ActionSlot | None
|
|
125073
125235
|
"""
|
|
@@ -125216,7 +125378,7 @@ class ActionConstraint(Constraint, bpy_struct):
|
|
|
125216
125378
|
"""
|
|
125217
125379
|
|
|
125218
125380
|
use_bone_object_action: bool
|
|
125219
|
-
""" Bones only: apply the
|
|
125381
|
+
""" Bones only: apply the object's transformation channels of the action to the constrained bone, instead of bone's channels
|
|
125220
125382
|
|
|
125221
125383
|
:type: bool
|
|
125222
125384
|
"""
|
|
@@ -125275,7 +125437,7 @@ class ActionGroup(bpy_struct):
|
|
|
125275
125437
|
"""
|
|
125276
125438
|
|
|
125277
125439
|
colors: ThemeBoneColorSet
|
|
125278
|
-
""" Copy of the colors associated with the
|
|
125440
|
+
""" Copy of the colors associated with the group's color set
|
|
125279
125441
|
|
|
125280
125442
|
:type: ThemeBoneColorSet
|
|
125281
125443
|
"""
|
|
@@ -125500,13 +125662,13 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
|
|
|
125500
125662
|
"""
|
|
125501
125663
|
|
|
125502
125664
|
identifier: str
|
|
125503
|
-
""" Used when connecting an Action to a data-block, to find the correct slot handle. This is the display name, prefixed by two characters determined by the
|
|
125665
|
+
""" Used when connecting an Action to a data-block, to find the correct slot handle. This is the display name, prefixed by two characters determined by the slot's ID type
|
|
125504
125666
|
|
|
125505
125667
|
:type: str
|
|
125506
125668
|
"""
|
|
125507
125669
|
|
|
125508
125670
|
name_display: str
|
|
125509
|
-
""" Name of the slot, for display in the user interface. This name combined with the
|
|
125671
|
+
""" Name of the slot, for display in the user interface. This name combined with the slot's data-block type is unique within its Action
|
|
125510
125672
|
|
|
125511
125673
|
:type: str
|
|
125512
125674
|
"""
|
|
@@ -125565,7 +125727,7 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
|
|
|
125565
125727
|
"WORLD",
|
|
125566
125728
|
"UNSPECIFIED",
|
|
125567
125729
|
]
|
|
125568
|
-
""" Type of data-block that this slot is intended to animate; can be set when UNSPECIFIED but is otherwise read-only
|
|
125730
|
+
""" Type of data-block that this slot is intended to animate; can be set when 'UNSPECIFIED' but is otherwise read-only
|
|
125569
125731
|
|
|
125570
125732
|
:type: typing.Literal['ACTION','ARMATURE','BRUSH','CACHEFILE','CAMERA','COLLECTION','CURVE','CURVES','FONT','GREASEPENCIL','GREASEPENCIL_V3','IMAGE','KEY','LATTICE','LIBRARY','LIGHT','LIGHT_PROBE','LINESTYLE','MASK','MATERIAL','MESH','META','MOVIECLIP','NODETREE','OBJECT','PAINTCURVE','PALETTE','PARTICLE','POINTCLOUD','SCENE','SCREEN','SOUND','SPEAKER','TEXT','TEXTURE','VOLUME','WINDOWMANAGER','WORKSPACE','WORLD','UNSPECIFIED']
|
|
125571
125733
|
"""
|
|
@@ -125988,13 +126150,13 @@ class AnimData(bpy_struct):
|
|
|
125988
126150
|
action_blend_type: typing.Literal[
|
|
125989
126151
|
"REPLACE", "COMBINE", "ADD", "SUBTRACT", "MULTIPLY"
|
|
125990
126152
|
]
|
|
125991
|
-
""" Method used for combining Active
|
|
126153
|
+
""" Method used for combining Active Action's result with result of NLA stack
|
|
125992
126154
|
|
|
125993
126155
|
:type: typing.Literal['REPLACE','COMBINE','ADD','SUBTRACT','MULTIPLY']
|
|
125994
126156
|
"""
|
|
125995
126157
|
|
|
125996
126158
|
action_extrapolation: typing.Literal["NOTHING", "HOLD", "HOLD_FORWARD"]
|
|
125997
|
-
""" Action to take for gaps past the Active
|
|
126159
|
+
""" Action to take for gaps past the Active Action's range (when evaluating with NLA)
|
|
125998
126160
|
|
|
125999
126161
|
:type: typing.Literal['NOTHING','HOLD','HOLD_FORWARD']
|
|
126000
126162
|
"""
|
|
@@ -126180,31 +126342,31 @@ class AnimVizMotionPaths(bpy_struct):
|
|
|
126180
126342
|
"""
|
|
126181
126343
|
|
|
126182
126344
|
frame_after: int
|
|
126183
|
-
""" Number of frames to show after the current frame (only for Around Frame Onion-skinning method)
|
|
126345
|
+
""" Number of frames to show after the current frame (only for 'Around Frame' Onion-skinning method)
|
|
126184
126346
|
|
|
126185
126347
|
:type: int
|
|
126186
126348
|
"""
|
|
126187
126349
|
|
|
126188
126350
|
frame_before: int
|
|
126189
|
-
""" Number of frames to show before the current frame (only for Around Frame Onion-skinning method)
|
|
126351
|
+
""" Number of frames to show before the current frame (only for 'Around Frame' Onion-skinning method)
|
|
126190
126352
|
|
|
126191
126353
|
:type: int
|
|
126192
126354
|
"""
|
|
126193
126355
|
|
|
126194
126356
|
frame_end: int
|
|
126195
|
-
""" End frame of range of paths to display/calculate (not for Around Frame Onion-skinning method)
|
|
126357
|
+
""" End frame of range of paths to display/calculate (not for 'Around Frame' Onion-skinning method)
|
|
126196
126358
|
|
|
126197
126359
|
:type: int
|
|
126198
126360
|
"""
|
|
126199
126361
|
|
|
126200
126362
|
frame_start: int
|
|
126201
|
-
""" Starting frame of range of paths to display/calculate (not for Around Frame Onion-skinning method)
|
|
126363
|
+
""" Starting frame of range of paths to display/calculate (not for 'Around Frame' Onion-skinning method)
|
|
126202
126364
|
|
|
126203
126365
|
:type: int
|
|
126204
126366
|
"""
|
|
126205
126367
|
|
|
126206
126368
|
frame_step: int
|
|
126207
|
-
""" Number of frames between paths shown (not for On Keyframes Onion-skinning method)
|
|
126369
|
+
""" Number of frames between paths shown (not for 'On Keyframes' Onion-skinning method)
|
|
126208
126370
|
|
|
126209
126371
|
:type: int
|
|
126210
126372
|
"""
|
|
@@ -127222,13 +127384,13 @@ class ArrayModifier(Modifier, bpy_struct):
|
|
|
127222
127384
|
"""
|
|
127223
127385
|
|
|
127224
127386
|
use_object_offset: bool
|
|
127225
|
-
""" Add another
|
|
127387
|
+
""" Add another object's transformation to the total offset
|
|
127226
127388
|
|
|
127227
127389
|
:type: bool
|
|
127228
127390
|
"""
|
|
127229
127391
|
|
|
127230
127392
|
use_relative_offset: bool
|
|
127231
|
-
""" Add an offset relative to the
|
|
127393
|
+
""" Add an offset relative to the object's bounding box
|
|
127232
127394
|
|
|
127233
127395
|
:type: bool
|
|
127234
127396
|
"""
|
|
@@ -127349,13 +127511,13 @@ class AssetMetaData(bpy_struct):
|
|
|
127349
127511
|
"""
|
|
127350
127512
|
|
|
127351
127513
|
catalog_id: str
|
|
127352
|
-
""" Identifier for the
|
|
127514
|
+
""" Identifier for the asset's catalog, used by Blender to look up the asset's catalog path. Must be a UUID according to RFC4122.
|
|
127353
127515
|
|
|
127354
127516
|
:type: str
|
|
127355
127517
|
"""
|
|
127356
127518
|
|
|
127357
127519
|
catalog_simple_name: str
|
|
127358
|
-
""" Simple name of the
|
|
127520
|
+
""" Simple name of the asset's catalog, for debugging and data recovery purposes
|
|
127359
127521
|
|
|
127360
127522
|
:type: str
|
|
127361
127523
|
"""
|
|
@@ -127432,7 +127594,7 @@ class AssetRepresentation(bpy_struct):
|
|
|
127432
127594
|
"""
|
|
127433
127595
|
|
|
127434
127596
|
id_type: bpy.stub_internal.rna_enums.IdTypeItems
|
|
127435
|
-
""" The type of the data-block, if the asset represents one (NONE otherwise)
|
|
127597
|
+
""" The type of the data-block, if the asset represents one ('NONE' otherwise)
|
|
127436
127598
|
|
|
127437
127599
|
:type: bpy.stub_internal.rna_enums.IdTypeItems
|
|
127438
127600
|
"""
|
|
@@ -127571,7 +127733,7 @@ class AssetShelf(bpy_struct):
|
|
|
127571
127733
|
def get_active_asset(cls) -> AssetWeakReference:
|
|
127572
127734
|
"""Return a reference to the asset that should be highlighted as active in the asset shelf
|
|
127573
127735
|
|
|
127574
|
-
:return: The weak reference to the asset to be
|
|
127736
|
+
:return: The weak reference to the asset to be highlighted as active, or None
|
|
127575
127737
|
:rtype: AssetWeakReference
|
|
127576
127738
|
"""
|
|
127577
127739
|
|
|
@@ -128361,6 +128523,12 @@ class BlendData(bpy_struct):
|
|
|
128361
128523
|
:type: BlendDataCollections
|
|
128362
128524
|
"""
|
|
128363
128525
|
|
|
128526
|
+
colorspace: BlendFileColorspace
|
|
128527
|
+
""" Information about the color space used for data-blocks in a blend file
|
|
128528
|
+
|
|
128529
|
+
:type: BlendFileColorspace
|
|
128530
|
+
"""
|
|
128531
|
+
|
|
128364
128532
|
curves: BlendDataCurves
|
|
128365
128533
|
""" Curve data-blocks
|
|
128366
128534
|
|
|
@@ -128675,6 +128843,53 @@ class BlendData(bpy_struct):
|
|
|
128675
128843
|
:rtype: dict[ID]
|
|
128676
128844
|
"""
|
|
128677
128845
|
|
|
128846
|
+
class BlendFileColorspace(bpy_struct):
|
|
128847
|
+
"""Information about the color space used for data-blocks in a blend file"""
|
|
128848
|
+
|
|
128849
|
+
is_missing_opencolorio_config: bool
|
|
128850
|
+
""" A color space, view or display was not found, which likely means the OpenColorIO config used to create this blend file is missing
|
|
128851
|
+
|
|
128852
|
+
:type: bool
|
|
128853
|
+
"""
|
|
128854
|
+
|
|
128855
|
+
working_space: typing.Literal["Linear Rec.709", "Linear Rec.2020", "ACEScg"]
|
|
128856
|
+
""" Color space used for all scene linear colors in this file, and for compositing, shader and geometry nodes processing
|
|
128857
|
+
|
|
128858
|
+
:type: typing.Literal['Linear Rec.709','Linear Rec.2020','ACEScg']
|
|
128859
|
+
"""
|
|
128860
|
+
|
|
128861
|
+
@classmethod
|
|
128862
|
+
def bl_rna_get_subclass(
|
|
128863
|
+
cls,
|
|
128864
|
+
id: str | None,
|
|
128865
|
+
default=None,
|
|
128866
|
+
/,
|
|
128867
|
+
) -> Struct:
|
|
128868
|
+
"""
|
|
128869
|
+
|
|
128870
|
+
:param id: The RNA type identifier.
|
|
128871
|
+
:type id: str | None
|
|
128872
|
+
:param default:
|
|
128873
|
+
:return: The RNA type or default when not found.
|
|
128874
|
+
:rtype: Struct
|
|
128875
|
+
"""
|
|
128876
|
+
|
|
128877
|
+
@classmethod
|
|
128878
|
+
def bl_rna_get_subclass_py(
|
|
128879
|
+
cls,
|
|
128880
|
+
id: str | None,
|
|
128881
|
+
default=None,
|
|
128882
|
+
/,
|
|
128883
|
+
) -> typing.Any:
|
|
128884
|
+
"""
|
|
128885
|
+
|
|
128886
|
+
:param id: The RNA type identifier.
|
|
128887
|
+
:type id: str | None
|
|
128888
|
+
:param default:
|
|
128889
|
+
:return: The class or default when not found.
|
|
128890
|
+
:rtype: typing.Any
|
|
128891
|
+
"""
|
|
128892
|
+
|
|
128678
128893
|
class BlendImportContext(bpy_struct):
|
|
128679
128894
|
"""Contextual data for a blendfile library/linked-data related operation. Currently only exposed as read-only data for the pre/post blendimport handlers"""
|
|
128680
128895
|
|
|
@@ -128878,7 +129093,7 @@ class BlendTexture(Texture, ID, bpy_struct):
|
|
|
128878
129093
|
"""
|
|
128879
129094
|
|
|
128880
129095
|
use_flip_axis: typing.Literal["HORIZONTAL", "VERTICAL"]
|
|
128881
|
-
""" Flip the
|
|
129096
|
+
""" Flip the texture's X and Y axis
|
|
128882
129097
|
|
|
128883
129098
|
:type: typing.Literal['HORIZONTAL','VERTICAL']
|
|
128884
129099
|
"""
|
|
@@ -129033,7 +129248,7 @@ class BoidRule(bpy_struct):
|
|
|
129033
129248
|
|
|
129034
129249
|
class BoidRuleAverageSpeed(BoidRule, bpy_struct):
|
|
129035
129250
|
level: float
|
|
129036
|
-
""" How much
|
|
129251
|
+
""" How much velocity's z-component is kept constant
|
|
129037
129252
|
|
|
129038
129253
|
:type: float
|
|
129039
129254
|
"""
|
|
@@ -129045,7 +129260,7 @@ class BoidRuleAverageSpeed(BoidRule, bpy_struct):
|
|
|
129045
129260
|
"""
|
|
129046
129261
|
|
|
129047
129262
|
wander: float
|
|
129048
|
-
""" How fast
|
|
129263
|
+
""" How fast velocity's direction is randomized
|
|
129049
129264
|
|
|
129050
129265
|
:type: float
|
|
129051
129266
|
"""
|
|
@@ -129609,25 +129824,25 @@ class Bone(bpy_struct):
|
|
|
129609
129824
|
"""Bone in an Armature data-block"""
|
|
129610
129825
|
|
|
129611
129826
|
bbone_curveinx: float
|
|
129612
|
-
""" X-axis handle offset for start of the B-
|
|
129827
|
+
""" X-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
129613
129828
|
|
|
129614
129829
|
:type: float
|
|
129615
129830
|
"""
|
|
129616
129831
|
|
|
129617
129832
|
bbone_curveinz: float
|
|
129618
|
-
""" Z-axis handle offset for start of the B-
|
|
129833
|
+
""" Z-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
129619
129834
|
|
|
129620
129835
|
:type: float
|
|
129621
129836
|
"""
|
|
129622
129837
|
|
|
129623
129838
|
bbone_curveoutx: float
|
|
129624
|
-
""" X-axis handle offset for end of the B-
|
|
129839
|
+
""" X-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
129625
129840
|
|
|
129626
129841
|
:type: float
|
|
129627
129842
|
"""
|
|
129628
129843
|
|
|
129629
129844
|
bbone_curveoutz: float
|
|
129630
|
-
""" Z-axis handle offset for end of the B-
|
|
129845
|
+
""" Z-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
129631
129846
|
|
|
129632
129847
|
:type: float
|
|
129633
129848
|
"""
|
|
@@ -129669,25 +129884,25 @@ class Bone(bpy_struct):
|
|
|
129669
129884
|
"""
|
|
129670
129885
|
|
|
129671
129886
|
bbone_handle_use_ease_end: bool
|
|
129672
|
-
""" Multiply the B-Bone Ease Out channel by the local Y scale value of the end handle. This is done after the Scale Easing option and
|
|
129887
|
+
""" Multiply the B-Bone Ease Out channel by the local Y scale value of the end handle. This is done after the Scale Easing option and isn't affected by it.
|
|
129673
129888
|
|
|
129674
129889
|
:type: bool
|
|
129675
129890
|
"""
|
|
129676
129891
|
|
|
129677
129892
|
bbone_handle_use_ease_start: bool
|
|
129678
|
-
""" Multiply the B-Bone Ease In channel by the local Y scale value of the start handle. This is done after the Scale Easing option and
|
|
129893
|
+
""" Multiply the B-Bone Ease In channel by the local Y scale value of the start handle. This is done after the Scale Easing option and isn't affected by it.
|
|
129679
129894
|
|
|
129680
129895
|
:type: bool
|
|
129681
129896
|
"""
|
|
129682
129897
|
|
|
129683
129898
|
bbone_handle_use_scale_end: bpy_prop_array[bool]
|
|
129684
|
-
""" Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and
|
|
129899
|
+
""" Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and isn't affected by it.
|
|
129685
129900
|
|
|
129686
129901
|
:type: bpy_prop_array[bool]
|
|
129687
129902
|
"""
|
|
129688
129903
|
|
|
129689
129904
|
bbone_handle_use_scale_start: bpy_prop_array[bool]
|
|
129690
|
-
""" Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and
|
|
129905
|
+
""" Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and isn't affected by it.
|
|
129691
129906
|
|
|
129692
129907
|
:type: bpy_prop_array[bool]
|
|
129693
129908
|
"""
|
|
@@ -129889,7 +130104,7 @@ class Bone(bpy_struct):
|
|
|
129889
130104
|
"""
|
|
129890
130105
|
|
|
129891
130106
|
use_connect: bool
|
|
129892
|
-
""" When bone has a parent,
|
|
130107
|
+
""" When bone has a parent, bone's head is stuck to the parent's tail
|
|
129893
130108
|
|
|
129894
130109
|
:type: bool
|
|
129895
130110
|
"""
|
|
@@ -130131,7 +130346,7 @@ class BoneCollection(bpy_struct):
|
|
|
130131
130346
|
"""
|
|
130132
130347
|
|
|
130133
130348
|
child_number: int
|
|
130134
|
-
""" Index of this collection into its
|
|
130349
|
+
""" Index of this collection into its parent's list of children. Note that finding this index requires a scan of all the bone collections, so do access this with care.
|
|
130135
130350
|
|
|
130136
130351
|
:type: int
|
|
130137
130352
|
"""
|
|
@@ -130167,7 +130382,7 @@ class BoneCollection(bpy_struct):
|
|
|
130167
130382
|
"""
|
|
130168
130383
|
|
|
130169
130384
|
is_solo: bool
|
|
130170
|
-
""" Show only this bone collection, and others also marked as solo
|
|
130385
|
+
""" Show only this bone collection, and others also marked as 'solo'
|
|
130171
130386
|
|
|
130172
130387
|
:type: bool
|
|
130173
130388
|
"""
|
|
@@ -130185,7 +130400,7 @@ class BoneCollection(bpy_struct):
|
|
|
130185
130400
|
"""
|
|
130186
130401
|
|
|
130187
130402
|
is_visible_effectively: bool
|
|
130188
|
-
""" Whether this bone collection is effectively visible in the viewport. This is True when this bone collection and all of its ancestors are visible, or when it is marked as solo.
|
|
130403
|
+
""" Whether this bone collection is effectively visible in the viewport. This is True when this bone collection and all of its ancestors are visible, or when it is marked as 'solo'.
|
|
130189
130404
|
|
|
130190
130405
|
:type: bool
|
|
130191
130406
|
"""
|
|
@@ -130270,7 +130485,7 @@ class BoneColor(bpy_struct):
|
|
|
130270
130485
|
"""Theme color or custom color of a bone"""
|
|
130271
130486
|
|
|
130272
130487
|
custom: ThemeBoneColorSet
|
|
130273
|
-
""" The custom bone colors, used when palette is CUSTOM
|
|
130488
|
+
""" The custom bone colors, used when palette is 'CUSTOM'
|
|
130274
130489
|
|
|
130275
130490
|
:type: ThemeBoneColorSet
|
|
130276
130491
|
"""
|
|
@@ -130499,7 +130714,7 @@ class BooleanModifier(Modifier, bpy_struct):
|
|
|
130499
130714
|
"""
|
|
130500
130715
|
|
|
130501
130716
|
debug_options: typing.Any
|
|
130502
|
-
""" Debugging options, only when started with -d"""
|
|
130717
|
+
""" Debugging options, only when started with '-d' """
|
|
130503
130718
|
|
|
130504
130719
|
double_threshold: float
|
|
130505
130720
|
""" Threshold for checking overlapping geometry
|
|
@@ -130596,6 +130811,12 @@ class BrightContrastModifier(StripModifier, bpy_struct):
|
|
|
130596
130811
|
:type: float
|
|
130597
130812
|
"""
|
|
130598
130813
|
|
|
130814
|
+
open_mask_input_panel: bool
|
|
130815
|
+
"""
|
|
130816
|
+
|
|
130817
|
+
:type: bool
|
|
130818
|
+
"""
|
|
130819
|
+
|
|
130599
130820
|
@classmethod
|
|
130600
130821
|
def bl_rna_get_subclass(
|
|
130601
130822
|
cls,
|
|
@@ -130755,7 +130976,7 @@ class Brush(ID, bpy_struct):
|
|
|
130755
130976
|
"""
|
|
130756
130977
|
|
|
130757
130978
|
brush_capabilities: BrushCapabilities
|
|
130758
|
-
"""
|
|
130979
|
+
""" Brush's capabilities
|
|
130759
130980
|
|
|
130760
130981
|
:type: BrushCapabilities
|
|
130761
130982
|
"""
|
|
@@ -131598,7 +131819,7 @@ class Brush(ID, bpy_struct):
|
|
|
131598
131819
|
"""
|
|
131599
131820
|
|
|
131600
131821
|
use_cursor_overlay_override: bool
|
|
131601
|
-
"""
|
|
131822
|
+
""" Don't show overlay during a stroke
|
|
131602
131823
|
|
|
131603
131824
|
:type: bool
|
|
131604
131825
|
"""
|
|
@@ -131814,7 +132035,7 @@ class Brush(ID, bpy_struct):
|
|
|
131814
132035
|
"""
|
|
131815
132036
|
|
|
131816
132037
|
use_primary_overlay_override: bool
|
|
131817
|
-
"""
|
|
132038
|
+
""" Don't show overlay during a stroke
|
|
131818
132039
|
|
|
131819
132040
|
:type: bool
|
|
131820
132041
|
"""
|
|
@@ -131856,7 +132077,7 @@ class Brush(ID, bpy_struct):
|
|
|
131856
132077
|
"""
|
|
131857
132078
|
|
|
131858
132079
|
use_secondary_overlay_override: bool
|
|
131859
|
-
"""
|
|
132080
|
+
""" Don't show overlay during a stroke
|
|
131860
132081
|
|
|
131861
132082
|
:type: bool
|
|
131862
132083
|
"""
|
|
@@ -132507,7 +132728,7 @@ class BrushGpencilSettings(bpy_struct):
|
|
|
132507
132728
|
"""
|
|
132508
132729
|
|
|
132509
132730
|
angle_factor: float
|
|
132510
|
-
""" Reduce brush thickness by this factor when stroke is perpendicular to Angle direction
|
|
132731
|
+
""" Reduce brush thickness by this factor when stroke is perpendicular to 'Angle' direction
|
|
132511
132732
|
|
|
132512
132733
|
:type: float
|
|
132513
132734
|
"""
|
|
@@ -132845,7 +133066,7 @@ class BrushGpencilSettings(bpy_struct):
|
|
|
132845
133066
|
"""
|
|
132846
133067
|
|
|
132847
133068
|
use_keep_caps_eraser: bool
|
|
132848
|
-
""" Keep the caps as they are and
|
|
133069
|
+
""" Keep the caps as they are and don't flatten them when erasing
|
|
132849
133070
|
|
|
132850
133071
|
:type: bool
|
|
132851
133072
|
"""
|
|
@@ -133540,7 +133761,7 @@ class CacheFile(ID, bpy_struct):
|
|
|
133540
133761
|
"""
|
|
133541
133762
|
|
|
133542
133763
|
scale: float
|
|
133543
|
-
""" Value by which to enlarge or shrink the object with respect to the
|
|
133764
|
+
""" Value by which to enlarge or shrink the object with respect to the world's origin (only applicable through a Transform Cache constraint)
|
|
133544
133765
|
|
|
133545
133766
|
:type: float
|
|
133546
133767
|
"""
|
|
@@ -133570,7 +133791,7 @@ class CacheFile(ID, bpy_struct):
|
|
|
133570
133791
|
"""
|
|
133571
133792
|
|
|
133572
133793
|
velocity_unit: bpy.stub_internal.rna_enums.VelocityUnitItems
|
|
133573
|
-
""" Define how the velocity vectors are interpreted with regard to time, frame means the delta time is 1 frame, second means the delta time is 1 / FPS
|
|
133794
|
+
""" Define how the velocity vectors are interpreted with regard to time, 'frame' means the delta time is 1 frame, 'second' means the delta time is 1 / FPS
|
|
133574
133795
|
|
|
133575
133796
|
:type: bpy.stub_internal.rna_enums.VelocityUnitItems
|
|
133576
133797
|
"""
|
|
@@ -134019,7 +134240,7 @@ class Camera(ID, bpy_struct):
|
|
|
134019
134240
|
"""
|
|
134020
134241
|
|
|
134021
134242
|
show_name: bool
|
|
134022
|
-
""" Show the active
|
|
134243
|
+
""" Show the active Camera's name in Camera view
|
|
134023
134244
|
|
|
134024
134245
|
:type: bool
|
|
134025
134246
|
"""
|
|
@@ -136069,6 +136290,12 @@ class ColorBalanceModifier(StripModifier, bpy_struct):
|
|
|
136069
136290
|
:type: float
|
|
136070
136291
|
"""
|
|
136071
136292
|
|
|
136293
|
+
open_mask_input_panel: bool
|
|
136294
|
+
"""
|
|
136295
|
+
|
|
136296
|
+
:type: bool
|
|
136297
|
+
"""
|
|
136298
|
+
|
|
136072
136299
|
@classmethod
|
|
136073
136300
|
def bl_rna_get_subclass(
|
|
136074
136301
|
cls,
|
|
@@ -136282,13 +136509,13 @@ class ColorManagedViewSettings(bpy_struct):
|
|
|
136282
136509
|
"""
|
|
136283
136510
|
|
|
136284
136511
|
white_balance_temperature: float
|
|
136285
|
-
""" Color temperature of the
|
|
136512
|
+
""" Color temperature of the scene's white point
|
|
136286
136513
|
|
|
136287
136514
|
:type: float
|
|
136288
136515
|
"""
|
|
136289
136516
|
|
|
136290
136517
|
white_balance_tint: float
|
|
136291
|
-
""" Color tint of the
|
|
136518
|
+
""" Color tint of the scene's white point (the default of 10 matches daylight)
|
|
136292
136519
|
|
|
136293
136520
|
:type: float
|
|
136294
136521
|
"""
|
|
@@ -136463,7 +136690,7 @@ class ColorMixStrip(EffectStrip, Strip, bpy_struct):
|
|
|
136463
136690
|
"""
|
|
136464
136691
|
|
|
136465
136692
|
factor: float
|
|
136466
|
-
""" Percentage of how much the
|
|
136693
|
+
""" Percentage of how much the strip's colors affect other strips
|
|
136467
136694
|
|
|
136468
136695
|
:type: float
|
|
136469
136696
|
"""
|
|
@@ -137251,7 +137478,7 @@ class CompositorNodeChannelMatte(CompositorNode, NodeInternal, Node, bpy_struct)
|
|
|
137251
137478
|
"""
|
|
137252
137479
|
|
|
137253
137480
|
limit_channel: typing.Literal["R", "G", "B"]
|
|
137254
|
-
""" Limit by this
|
|
137481
|
+
""" Limit by this channel's value
|
|
137255
137482
|
|
|
137256
137483
|
:type: typing.Literal['R','G','B']
|
|
137257
137484
|
"""
|
|
@@ -143398,7 +143625,7 @@ class Constraint(bpy_struct):
|
|
|
143398
143625
|
"""
|
|
143399
143626
|
|
|
143400
143627
|
show_expanded: bool
|
|
143401
|
-
"""
|
|
143628
|
+
""" Constraint's panel is expanded in UI
|
|
143402
143629
|
|
|
143403
143630
|
:type: bool
|
|
143404
143631
|
"""
|
|
@@ -144372,19 +144599,19 @@ class CopyLocationConstraint(Constraint, bpy_struct):
|
|
|
144372
144599
|
"""
|
|
144373
144600
|
|
|
144374
144601
|
use_x: bool
|
|
144375
|
-
""" Copy the
|
|
144602
|
+
""" Copy the target's X location
|
|
144376
144603
|
|
|
144377
144604
|
:type: bool
|
|
144378
144605
|
"""
|
|
144379
144606
|
|
|
144380
144607
|
use_y: bool
|
|
144381
|
-
""" Copy the
|
|
144608
|
+
""" Copy the target's Y location
|
|
144382
144609
|
|
|
144383
144610
|
:type: bool
|
|
144384
144611
|
"""
|
|
144385
144612
|
|
|
144386
144613
|
use_z: bool
|
|
144387
|
-
""" Copy the
|
|
144614
|
+
""" Copy the target's Z location
|
|
144388
144615
|
|
|
144389
144616
|
:type: bool
|
|
144390
144617
|
"""
|
|
@@ -144473,19 +144700,19 @@ class CopyRotationConstraint(Constraint, bpy_struct):
|
|
|
144473
144700
|
"""
|
|
144474
144701
|
|
|
144475
144702
|
use_x: bool
|
|
144476
|
-
""" Copy the
|
|
144703
|
+
""" Copy the target's X rotation
|
|
144477
144704
|
|
|
144478
144705
|
:type: bool
|
|
144479
144706
|
"""
|
|
144480
144707
|
|
|
144481
144708
|
use_y: bool
|
|
144482
|
-
""" Copy the
|
|
144709
|
+
""" Copy the target's Y rotation
|
|
144483
144710
|
|
|
144484
144711
|
:type: bool
|
|
144485
144712
|
"""
|
|
144486
144713
|
|
|
144487
144714
|
use_z: bool
|
|
144488
|
-
""" Copy the
|
|
144715
|
+
""" Copy the target's Z rotation
|
|
144489
144716
|
|
|
144490
144717
|
:type: bool
|
|
144491
144718
|
"""
|
|
@@ -144526,7 +144753,7 @@ class CopyScaleConstraint(Constraint, bpy_struct):
|
|
|
144526
144753
|
"""Copy the scale of the target"""
|
|
144527
144754
|
|
|
144528
144755
|
power: float
|
|
144529
|
-
""" Raise the
|
|
144756
|
+
""" Raise the target's scale to the specified power
|
|
144530
144757
|
|
|
144531
144758
|
:type: float
|
|
144532
144759
|
"""
|
|
@@ -144562,19 +144789,19 @@ class CopyScaleConstraint(Constraint, bpy_struct):
|
|
|
144562
144789
|
"""
|
|
144563
144790
|
|
|
144564
144791
|
use_x: bool
|
|
144565
|
-
""" Copy the
|
|
144792
|
+
""" Copy the target's X scale
|
|
144566
144793
|
|
|
144567
144794
|
:type: bool
|
|
144568
144795
|
"""
|
|
144569
144796
|
|
|
144570
144797
|
use_y: bool
|
|
144571
|
-
""" Copy the
|
|
144798
|
+
""" Copy the target's Y scale
|
|
144572
144799
|
|
|
144573
144800
|
:type: bool
|
|
144574
144801
|
"""
|
|
144575
144802
|
|
|
144576
144803
|
use_z: bool
|
|
144577
|
-
""" Copy the
|
|
144804
|
+
""" Copy the target's Z scale
|
|
144578
144805
|
|
|
144579
144806
|
:type: bool
|
|
144580
144807
|
"""
|
|
@@ -144923,7 +145150,7 @@ class Curve(ID, bpy_struct):
|
|
|
144923
145150
|
"""
|
|
144924
145151
|
|
|
144925
145152
|
bevel_mode: typing.Literal["ROUND", "OBJECT", "PROFILE"]
|
|
144926
|
-
""" Determine how to build the
|
|
145153
|
+
""" Determine how to build the curve's bevel geometry
|
|
144927
145154
|
|
|
144928
145155
|
:type: typing.Literal['ROUND','OBJECT','PROFILE']
|
|
144929
145156
|
"""
|
|
@@ -144935,7 +145162,7 @@ class Curve(ID, bpy_struct):
|
|
|
144935
145162
|
"""
|
|
144936
145163
|
|
|
144937
145164
|
bevel_profile: CurveProfile | None
|
|
144938
|
-
""" The path for the
|
|
145165
|
+
""" The path for the curve's custom profile
|
|
144939
145166
|
|
|
144940
145167
|
:type: CurveProfile | None
|
|
144941
145168
|
"""
|
|
@@ -144959,7 +145186,7 @@ class Curve(ID, bpy_struct):
|
|
|
144959
145186
|
"""
|
|
144960
145187
|
|
|
144961
145188
|
eval_time: float
|
|
144962
|
-
""" Parametric position along the length of the curve that Objects following it should be at (position is evaluated by dividing by the Path Length value)
|
|
145189
|
+
""" Parametric position along the length of the curve that Objects 'following' it should be at (position is evaluated by dividing by the 'Path Length' value)
|
|
144963
145190
|
|
|
144964
145191
|
:type: float
|
|
144965
145192
|
"""
|
|
@@ -144995,7 +145222,7 @@ class Curve(ID, bpy_struct):
|
|
|
144995
145222
|
"""
|
|
144996
145223
|
|
|
144997
145224
|
path_duration: int
|
|
144998
|
-
""" The number of frames that are needed to traverse the path, defining the maximum value for the Evaluation Time setting
|
|
145225
|
+
""" The number of frames that are needed to traverse the path, defining the maximum value for the 'Evaluation Time' setting
|
|
144999
145226
|
|
|
145000
145227
|
:type: int
|
|
145001
145228
|
"""
|
|
@@ -145073,7 +145300,7 @@ class Curve(ID, bpy_struct):
|
|
|
145073
145300
|
"""
|
|
145074
145301
|
|
|
145075
145302
|
use_auto_texspace: bool
|
|
145076
|
-
""" Adjust active
|
|
145303
|
+
""" Adjust active object's texture space automatically when transforming object
|
|
145077
145304
|
|
|
145078
145305
|
:type: bool
|
|
145079
145306
|
"""
|
|
@@ -145484,7 +145711,7 @@ class CurvePaintSettings(bpy_struct):
|
|
|
145484
145711
|
"""
|
|
145485
145712
|
|
|
145486
145713
|
radius_max: float
|
|
145487
|
-
""" Radius to use when the maximum pressure is applied (or when a tablet
|
|
145714
|
+
""" Radius to use when the maximum pressure is applied (or when a tablet isn't used)
|
|
145488
145715
|
|
|
145489
145716
|
:type: float
|
|
145490
145717
|
"""
|
|
@@ -145526,7 +145753,7 @@ class CurvePaintSettings(bpy_struct):
|
|
|
145526
145753
|
"""
|
|
145527
145754
|
|
|
145528
145755
|
use_offset_absolute: bool
|
|
145529
|
-
""" Apply a fixed offset (
|
|
145756
|
+
""" Apply a fixed offset (don't scale by the radius)
|
|
145530
145757
|
|
|
145531
145758
|
:type: bool
|
|
145532
145759
|
"""
|
|
@@ -145790,7 +146017,7 @@ class CurveSlice(bpy_struct):
|
|
|
145790
146017
|
"""A single curve from a curves data-block"""
|
|
145791
146018
|
|
|
145792
146019
|
first_point_index: int
|
|
145793
|
-
""" The index of this
|
|
146020
|
+
""" The index of this curve's first control point
|
|
145794
146021
|
|
|
145795
146022
|
:type: int
|
|
145796
146023
|
"""
|
|
@@ -145885,7 +146112,7 @@ class Curves(ID, bpy_struct):
|
|
|
145885
146112
|
"""
|
|
145886
146113
|
|
|
145887
146114
|
normals: bpy_prop_collection[FloatVectorValueReadOnly]
|
|
145888
|
-
""" The curve normal value at each of the
|
|
146115
|
+
""" The curve normal value at each of the curve's control points
|
|
145889
146116
|
|
|
145890
146117
|
:type: bpy_prop_collection[FloatVectorValueReadOnly]
|
|
145891
146118
|
"""
|
|
@@ -146058,6 +146285,12 @@ class CurvesModifier(StripModifier, bpy_struct):
|
|
|
146058
146285
|
:type: CurveMapping | None
|
|
146059
146286
|
"""
|
|
146060
146287
|
|
|
146288
|
+
open_mask_input_panel: bool
|
|
146289
|
+
"""
|
|
146290
|
+
|
|
146291
|
+
:type: bool
|
|
146292
|
+
"""
|
|
146293
|
+
|
|
146061
146294
|
@classmethod
|
|
146062
146295
|
def bl_rna_get_subclass(
|
|
146063
146296
|
cls,
|
|
@@ -146333,7 +146566,7 @@ class DataTransferModifier(Modifier, bpy_struct):
|
|
|
146333
146566
|
"""
|
|
146334
146567
|
|
|
146335
146568
|
loop_mapping: bpy.stub_internal.rna_enums.DtMethodLoopItems
|
|
146336
|
-
""" Method used to map source faces corners to destination ones
|
|
146569
|
+
""" Method used to map source faces' corners to destination ones
|
|
146337
146570
|
|
|
146338
146571
|
:type: bpy.stub_internal.rna_enums.DtMethodLoopItems
|
|
146339
146572
|
"""
|
|
@@ -146369,7 +146602,7 @@ class DataTransferModifier(Modifier, bpy_struct):
|
|
|
146369
146602
|
"""
|
|
146370
146603
|
|
|
146371
146604
|
ray_radius: float
|
|
146372
|
-
""" Width of rays (especially useful when raycasting against vertices or edges)
|
|
146605
|
+
""" 'Width' of rays (especially useful when raycasting against vertices or edges)
|
|
146373
146606
|
|
|
146374
146607
|
:type: float
|
|
146375
146608
|
"""
|
|
@@ -147290,7 +147523,7 @@ class DopeSheet(bpy_struct):
|
|
|
147290
147523
|
"""
|
|
147291
147524
|
|
|
147292
147525
|
show_only_slot_of_active_object: bool
|
|
147293
|
-
""" Only show the slot of the active Object. Otherwise show all the
|
|
147526
|
+
""" Only show the slot of the active Object. Otherwise show all the Action's Slots
|
|
147294
147527
|
|
|
147295
147528
|
:type: bool
|
|
147296
147529
|
"""
|
|
@@ -147326,7 +147559,7 @@ class DopeSheet(bpy_struct):
|
|
|
147326
147559
|
"""
|
|
147327
147560
|
|
|
147328
147561
|
show_summary: bool
|
|
147329
|
-
""" Display an additional summary line (Dope Sheet editors only)
|
|
147562
|
+
""" Display an additional 'summary' line (Dope Sheet editors only)
|
|
147330
147563
|
|
|
147331
147564
|
:type: bool
|
|
147332
147565
|
"""
|
|
@@ -147440,7 +147673,7 @@ class Driver(bpy_struct):
|
|
|
147440
147673
|
"""
|
|
147441
147674
|
|
|
147442
147675
|
use_self: bool
|
|
147443
|
-
""" Include a self variable in the name-space, so drivers can easily reference the data being modified (object, bone, etc...)
|
|
147676
|
+
""" Include a 'self' variable in the name-space, so drivers can easily reference the data being modified (object, bone, etc...)
|
|
147444
147677
|
|
|
147445
147678
|
:type: bool
|
|
147446
147679
|
"""
|
|
@@ -147717,7 +147950,7 @@ class DynamicPaintBrushSettings(bpy_struct):
|
|
|
147717
147950
|
"""
|
|
147718
147951
|
|
|
147719
147952
|
ray_direction: typing.Literal["CANVAS", "BRUSH", "Z_AXIS"]
|
|
147720
|
-
""" Ray direction to use for projection (if brush object is located in that direction
|
|
147953
|
+
""" Ray direction to use for projection (if brush object is located in that direction it's painted)
|
|
147721
147954
|
|
|
147722
147955
|
:type: typing.Literal['CANVAS','BRUSH','Z_AXIS']
|
|
147723
147956
|
"""
|
|
@@ -148418,25 +148651,25 @@ class EditBone(bpy_struct):
|
|
|
148418
148651
|
"""Edit mode bone in an armature data-block"""
|
|
148419
148652
|
|
|
148420
148653
|
bbone_curveinx: float
|
|
148421
|
-
""" X-axis handle offset for start of the B-
|
|
148654
|
+
""" X-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
148422
148655
|
|
|
148423
148656
|
:type: float
|
|
148424
148657
|
"""
|
|
148425
148658
|
|
|
148426
148659
|
bbone_curveinz: float
|
|
148427
|
-
""" Z-axis handle offset for start of the B-
|
|
148660
|
+
""" Z-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
148428
148661
|
|
|
148429
148662
|
:type: float
|
|
148430
148663
|
"""
|
|
148431
148664
|
|
|
148432
148665
|
bbone_curveoutx: float
|
|
148433
|
-
""" X-axis handle offset for end of the B-
|
|
148666
|
+
""" X-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
148434
148667
|
|
|
148435
148668
|
:type: float
|
|
148436
148669
|
"""
|
|
148437
148670
|
|
|
148438
148671
|
bbone_curveoutz: float
|
|
148439
|
-
""" Z-axis handle offset for end of the B-
|
|
148672
|
+
""" Z-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
148440
148673
|
|
|
148441
148674
|
:type: float
|
|
148442
148675
|
"""
|
|
@@ -148478,25 +148711,25 @@ class EditBone(bpy_struct):
|
|
|
148478
148711
|
"""
|
|
148479
148712
|
|
|
148480
148713
|
bbone_handle_use_ease_end: bool
|
|
148481
|
-
""" Multiply the B-Bone Ease Out channel by the local Y scale value of the end handle. This is done after the Scale Easing option and
|
|
148714
|
+
""" Multiply the B-Bone Ease Out channel by the local Y scale value of the end handle. This is done after the Scale Easing option and isn't affected by it.
|
|
148482
148715
|
|
|
148483
148716
|
:type: bool
|
|
148484
148717
|
"""
|
|
148485
148718
|
|
|
148486
148719
|
bbone_handle_use_ease_start: bool
|
|
148487
|
-
""" Multiply the B-Bone Ease In channel by the local Y scale value of the start handle. This is done after the Scale Easing option and
|
|
148720
|
+
""" Multiply the B-Bone Ease In channel by the local Y scale value of the start handle. This is done after the Scale Easing option and isn't affected by it.
|
|
148488
148721
|
|
|
148489
148722
|
:type: bool
|
|
148490
148723
|
"""
|
|
148491
148724
|
|
|
148492
148725
|
bbone_handle_use_scale_end: bpy_prop_array[bool]
|
|
148493
|
-
""" Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and
|
|
148726
|
+
""" Multiply B-Bone Scale Out channels by the local scale values of the end handle. This is done after the Scale Easing option and isn't affected by it.
|
|
148494
148727
|
|
|
148495
148728
|
:type: bpy_prop_array[bool]
|
|
148496
148729
|
"""
|
|
148497
148730
|
|
|
148498
148731
|
bbone_handle_use_scale_start: bpy_prop_array[bool]
|
|
148499
|
-
""" Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and
|
|
148732
|
+
""" Multiply B-Bone Scale In channels by the local scale values of the start handle. This is done after the Scale Easing option and isn't affected by it.
|
|
148500
148733
|
|
|
148501
148734
|
:type: bpy_prop_array[bool]
|
|
148502
148735
|
"""
|
|
@@ -148626,7 +148859,7 @@ class EditBone(bpy_struct):
|
|
|
148626
148859
|
"""
|
|
148627
148860
|
|
|
148628
148861
|
matrix: mathutils.Matrix
|
|
148629
|
-
""" Matrix combining location and rotation of the bone (head position, direction and roll), in armature space (does not include/support
|
|
148862
|
+
""" Matrix combining location and rotation of the bone (head position, direction and roll), in armature space (does not include/support bone's length/size)
|
|
148630
148863
|
|
|
148631
148864
|
:type: mathutils.Matrix
|
|
148632
148865
|
"""
|
|
@@ -148686,7 +148919,7 @@ class EditBone(bpy_struct):
|
|
|
148686
148919
|
"""
|
|
148687
148920
|
|
|
148688
148921
|
use_connect: bool
|
|
148689
|
-
""" When bone has a parent,
|
|
148922
|
+
""" When bone has a parent, bone's head is stuck to the parent's tail
|
|
148690
148923
|
|
|
148691
148924
|
:type: bool
|
|
148692
148925
|
"""
|
|
@@ -148882,7 +149115,7 @@ class EffectStrip(Strip, bpy_struct):
|
|
|
148882
149115
|
"""
|
|
148883
149116
|
|
|
148884
149117
|
color_saturation: float
|
|
148885
|
-
""" Adjust the intensity of the
|
|
149118
|
+
""" Adjust the intensity of the input's color
|
|
148886
149119
|
|
|
148887
149120
|
:type: float
|
|
148888
149121
|
"""
|
|
@@ -148989,7 +149222,7 @@ class EffectorWeights(bpy_struct):
|
|
|
148989
149222
|
"""Effector weights for physics simulation"""
|
|
148990
149223
|
|
|
148991
149224
|
all: float
|
|
148992
|
-
""" All
|
|
149225
|
+
""" All effector's weight
|
|
148993
149226
|
|
|
148994
149227
|
:type: float
|
|
148995
149228
|
"""
|
|
@@ -149191,7 +149424,7 @@ class EnumPropertyItem(bpy_struct):
|
|
|
149191
149424
|
"""Definition of a choice in an RNA enum property"""
|
|
149192
149425
|
|
|
149193
149426
|
description: str
|
|
149194
|
-
""" Description of the
|
|
149427
|
+
""" Description of the item's purpose
|
|
149195
149428
|
|
|
149196
149429
|
:type: str
|
|
149197
149430
|
"""
|
|
@@ -149671,7 +149904,7 @@ class FCurve(bpy_struct):
|
|
|
149671
149904
|
"""
|
|
149672
149905
|
|
|
149673
149906
|
lock: bool
|
|
149674
|
-
""" F-
|
|
149907
|
+
""" F-Curve's settings cannot be edited
|
|
149675
149908
|
|
|
149676
149909
|
:type: bool
|
|
149677
149910
|
"""
|
|
@@ -150139,13 +150372,13 @@ class FModifier(bpy_struct):
|
|
|
150139
150372
|
"""
|
|
150140
150373
|
|
|
150141
150374
|
frame_end: float
|
|
150142
|
-
""" Frame that
|
|
150375
|
+
""" Frame that modifier's influence ends (if Restrict Frame Range is in use)
|
|
150143
150376
|
|
|
150144
150377
|
:type: float
|
|
150145
150378
|
"""
|
|
150146
150379
|
|
|
150147
150380
|
frame_start: float
|
|
150148
|
-
""" Frame that
|
|
150381
|
+
""" Frame that modifier's influence starts (if Restrict Frame Range is in use)
|
|
150149
150382
|
|
|
150150
150383
|
:type: float
|
|
150151
150384
|
"""
|
|
@@ -150175,7 +150408,7 @@ class FModifier(bpy_struct):
|
|
|
150175
150408
|
"""
|
|
150176
150409
|
|
|
150177
150410
|
show_expanded: bool
|
|
150178
|
-
""" F-Curve
|
|
150411
|
+
""" F-Curve Modifier's panel is expanded in UI
|
|
150179
150412
|
|
|
150180
150413
|
:type: bool
|
|
150181
150414
|
"""
|
|
@@ -150187,7 +150420,7 @@ class FModifier(bpy_struct):
|
|
|
150187
150420
|
"""
|
|
150188
150421
|
|
|
150189
150422
|
use_influence: bool
|
|
150190
|
-
""" F-Curve
|
|
150423
|
+
""" F-Curve Modifier's effects will be tempered by a default factor
|
|
150191
150424
|
|
|
150192
150425
|
:type: bool
|
|
150193
150426
|
"""
|
|
@@ -150311,7 +150544,7 @@ class FModifierEnvelope(FModifier, bpy_struct):
|
|
|
150311
150544
|
"""
|
|
150312
150545
|
|
|
150313
150546
|
reference_value: float
|
|
150314
|
-
""" Value that
|
|
150547
|
+
""" Value that envelope's influence is centered around / based on
|
|
150315
150548
|
|
|
150316
150549
|
:type: float
|
|
150317
150550
|
"""
|
|
@@ -150417,7 +150650,7 @@ class FModifierFunctionGenerator(FModifier, bpy_struct):
|
|
|
150417
150650
|
"""
|
|
150418
150651
|
|
|
150419
150652
|
phase_multiplier: float
|
|
150420
|
-
""" Scale factor determining the speed of the function
|
|
150653
|
+
""" Scale factor determining the 'speed' of the function
|
|
150421
150654
|
|
|
150422
150655
|
:type: float
|
|
150423
150656
|
"""
|
|
@@ -150476,7 +150709,7 @@ class FModifierGenerator(FModifier, bpy_struct):
|
|
|
150476
150709
|
"""Deterministically generate values for the modified F-Curve"""
|
|
150477
150710
|
|
|
150478
150711
|
coefficients: bpy_prop_array[float]
|
|
150479
|
-
""" Coefficients for x (starting from lowest power of x^0)
|
|
150712
|
+
""" Coefficients for 'x' (starting from lowest power of x^0)
|
|
150480
150713
|
|
|
150481
150714
|
:type: bpy_prop_array[float]
|
|
150482
150715
|
"""
|
|
@@ -150488,7 +150721,7 @@ class FModifierGenerator(FModifier, bpy_struct):
|
|
|
150488
150721
|
"""
|
|
150489
150722
|
|
|
150490
150723
|
poly_order: int
|
|
150491
|
-
""" The highest power of x for this polynomial (number of coefficients - 1)
|
|
150724
|
+
""" The highest power of 'x' for this polynomial (number of coefficients - 1)
|
|
150492
150725
|
|
|
150493
150726
|
:type: int
|
|
150494
150727
|
"""
|
|
@@ -150707,19 +150940,19 @@ class FModifierStepped(FModifier, bpy_struct):
|
|
|
150707
150940
|
"""Hold each interpolated value from the F-Curve for several frames without changing the timing"""
|
|
150708
150941
|
|
|
150709
150942
|
frame_end: float
|
|
150710
|
-
""" Frame that
|
|
150943
|
+
""" Frame that modifier's influence ends (if applicable)
|
|
150711
150944
|
|
|
150712
150945
|
:type: float
|
|
150713
150946
|
"""
|
|
150714
150947
|
|
|
150715
150948
|
frame_offset: float
|
|
150716
|
-
""" Reference number of frames before frames get held (use to get hold for 1-3 vs 5-7 holding patterns)
|
|
150949
|
+
""" Reference number of frames before frames get held (use to get hold for '1-3' vs '5-7' holding patterns)
|
|
150717
150950
|
|
|
150718
150951
|
:type: float
|
|
150719
150952
|
"""
|
|
150720
150953
|
|
|
150721
150954
|
frame_start: float
|
|
150722
|
-
""" Frame that
|
|
150955
|
+
""" Frame that modifier's influence starts (if applicable)
|
|
150723
150956
|
|
|
150724
150957
|
:type: float
|
|
150725
150958
|
"""
|
|
@@ -150731,13 +150964,13 @@ class FModifierStepped(FModifier, bpy_struct):
|
|
|
150731
150964
|
"""
|
|
150732
150965
|
|
|
150733
150966
|
use_frame_end: bool
|
|
150734
|
-
""" Restrict modifier to only act before its end frame
|
|
150967
|
+
""" Restrict modifier to only act before its 'end' frame
|
|
150735
150968
|
|
|
150736
150969
|
:type: bool
|
|
150737
150970
|
"""
|
|
150738
150971
|
|
|
150739
150972
|
use_frame_start: bool
|
|
150740
|
-
""" Restrict modifier to only act after its start frame
|
|
150973
|
+
""" Restrict modifier to only act after its 'start' frame
|
|
150741
150974
|
|
|
150742
150975
|
:type: bool
|
|
150743
150976
|
"""
|
|
@@ -150778,13 +151011,13 @@ class FieldSettings(bpy_struct):
|
|
|
150778
151011
|
"""Field settings for an object in physics simulation"""
|
|
150779
151012
|
|
|
150780
151013
|
apply_to_location: bool
|
|
150781
|
-
""" Affect
|
|
151014
|
+
""" Affect particle's location
|
|
150782
151015
|
|
|
150783
151016
|
:type: bool
|
|
150784
151017
|
"""
|
|
150785
151018
|
|
|
150786
151019
|
apply_to_rotation: bool
|
|
150787
|
-
""" Affect
|
|
151020
|
+
""" Affect particle's dynamic rotation
|
|
150788
151021
|
|
|
150789
151022
|
:type: bool
|
|
150790
151023
|
"""
|
|
@@ -150796,7 +151029,7 @@ class FieldSettings(bpy_struct):
|
|
|
150796
151029
|
"""
|
|
150797
151030
|
|
|
150798
151031
|
distance_min: float
|
|
150799
|
-
""" Minimum distance for the
|
|
151032
|
+
""" Minimum distance for the field's falloff
|
|
150800
151033
|
|
|
150801
151034
|
:type: float
|
|
150802
151035
|
"""
|
|
@@ -150832,7 +151065,7 @@ class FieldSettings(bpy_struct):
|
|
|
150832
151065
|
"""
|
|
150833
151066
|
|
|
150834
151067
|
guide_free: float
|
|
150835
|
-
""" Guide-free time from particle
|
|
151068
|
+
""" Guide-free time from particle life's end
|
|
150836
151069
|
|
|
150837
151070
|
:type: float
|
|
150838
151071
|
"""
|
|
@@ -150918,7 +151151,7 @@ class FieldSettings(bpy_struct):
|
|
|
150918
151151
|
"""
|
|
150919
151152
|
|
|
150920
151153
|
radial_min: float
|
|
150921
|
-
""" Minimum radial distance for the
|
|
151154
|
+
""" Minimum radial distance for the field's falloff
|
|
150922
151155
|
|
|
150923
151156
|
:type: float
|
|
150924
151157
|
"""
|
|
@@ -151017,7 +151250,7 @@ class FieldSettings(bpy_struct):
|
|
|
151017
151250
|
"""
|
|
151018
151251
|
|
|
151019
151252
|
use_gravity_falloff: bool
|
|
151020
|
-
""" Multiply force by 1/distance
|
|
151253
|
+
""" Multiply force by 1/distance²
|
|
151021
151254
|
|
|
151022
151255
|
:type: bool
|
|
151023
151256
|
"""
|
|
@@ -151041,7 +151274,7 @@ class FieldSettings(bpy_struct):
|
|
|
151041
151274
|
"""
|
|
151042
151275
|
|
|
151043
151276
|
use_min_distance: bool
|
|
151044
|
-
""" Use a minimum distance for the
|
|
151277
|
+
""" Use a minimum distance for the field's falloff
|
|
151045
151278
|
|
|
151046
151279
|
:type: bool
|
|
151047
151280
|
"""
|
|
@@ -151065,7 +151298,7 @@ class FieldSettings(bpy_struct):
|
|
|
151065
151298
|
"""
|
|
151066
151299
|
|
|
151067
151300
|
use_radial_min: bool
|
|
151068
|
-
""" Use a minimum radial distance for the
|
|
151301
|
+
""" Use a minimum radial distance for the field's falloff
|
|
151069
151302
|
|
|
151070
151303
|
:type: bool
|
|
151071
151304
|
"""
|
|
@@ -151196,7 +151429,7 @@ class FileAssetSelectIDFilter(bpy_struct):
|
|
|
151196
151429
|
"""
|
|
151197
151430
|
|
|
151198
151431
|
experimental_filter_linestyle: bool
|
|
151199
|
-
""" Show
|
|
151432
|
+
""" Show Freestyle's Line Style data-blocks
|
|
151200
151433
|
|
|
151201
151434
|
:type: bool
|
|
151202
151435
|
"""
|
|
@@ -151676,7 +151909,7 @@ class FileSelectIDFilter(bpy_struct):
|
|
|
151676
151909
|
"""
|
|
151677
151910
|
|
|
151678
151911
|
category_shading: bool
|
|
151679
|
-
""" Show materials, node-trees, textures and
|
|
151912
|
+
""" Show materials, node-trees, textures and Freestyle's line-styles
|
|
151680
151913
|
|
|
151681
151914
|
:type: bool
|
|
151682
151915
|
"""
|
|
@@ -151766,7 +151999,7 @@ class FileSelectIDFilter(bpy_struct):
|
|
|
151766
151999
|
"""
|
|
151767
152000
|
|
|
151768
152001
|
filter_linestyle: bool
|
|
151769
|
-
""" Show
|
|
152002
|
+
""" Show Freestyle's Line Style data-blocks
|
|
151770
152003
|
|
|
151771
152004
|
:type: bool
|
|
151772
152005
|
"""
|
|
@@ -151948,7 +152181,7 @@ class FileSelectParams(bpy_struct):
|
|
|
151948
152181
|
"""
|
|
151949
152182
|
|
|
151950
152183
|
filter_glob: str
|
|
151951
|
-
""" UNIX shell-like filename patterns matching, supports wildcards (*) and list of patterns separated by ;
|
|
152184
|
+
""" UNIX shell-like filename patterns matching, supports wildcards ('*') and list of patterns separated by ';'
|
|
151952
152185
|
|
|
151953
152186
|
:type: str
|
|
151954
152187
|
"""
|
|
@@ -151960,7 +152193,7 @@ class FileSelectParams(bpy_struct):
|
|
|
151960
152193
|
"""
|
|
151961
152194
|
|
|
151962
152195
|
filter_search: str
|
|
151963
|
-
""" Filter by name or tag, supports * wildcard
|
|
152196
|
+
""" Filter by name or tag, supports '*' wildcard
|
|
151964
152197
|
|
|
151965
152198
|
:type: str
|
|
151966
152199
|
"""
|
|
@@ -152092,7 +152325,7 @@ class FileSelectParams(bpy_struct):
|
|
|
152092
152325
|
"""
|
|
152093
152326
|
|
|
152094
152327
|
use_library_browsing: bool
|
|
152095
|
-
""" Whether we may browse Blender files content or not
|
|
152328
|
+
""" Whether we may browse Blender files' content or not
|
|
152096
152329
|
|
|
152097
152330
|
:type: bool
|
|
152098
152331
|
"""
|
|
@@ -152515,7 +152748,7 @@ class FloatProperty(Property, bpy_struct):
|
|
|
152515
152748
|
"""
|
|
152516
152749
|
|
|
152517
152750
|
precision: int
|
|
152518
|
-
""" Number of digits after the dot used by buttons. Fraction is automatically hidden for exact integer values of fields with unit NONE or TIME (frame count) and step divisible by 100.
|
|
152751
|
+
""" Number of digits after the dot used by buttons. Fraction is automatically hidden for exact integer values of fields with unit 'NONE' or 'TIME' (frame count) and step divisible by 100.
|
|
152519
152752
|
|
|
152520
152753
|
:type: int
|
|
152521
152754
|
"""
|
|
@@ -152726,7 +152959,7 @@ class FloorConstraint(Constraint, bpy_struct):
|
|
|
152726
152959
|
"""
|
|
152727
152960
|
|
|
152728
152961
|
use_rotation: bool
|
|
152729
|
-
""" Use the
|
|
152962
|
+
""" Use the target's rotation to determine floor
|
|
152730
152963
|
|
|
152731
152964
|
:type: bool
|
|
152732
152965
|
"""
|
|
@@ -155256,7 +155489,7 @@ class Function(bpy_struct):
|
|
|
155256
155489
|
"""RNA function definition"""
|
|
155257
155490
|
|
|
155258
155491
|
description: str
|
|
155259
|
-
""" Description of the
|
|
155492
|
+
""" Description of the Function's purpose
|
|
155260
155493
|
|
|
155261
155494
|
:type: str
|
|
155262
155495
|
"""
|
|
@@ -158165,6 +158398,73 @@ class FunctionNodeStringLength(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
158165
158398
|
:rtype: typing.Any
|
|
158166
158399
|
"""
|
|
158167
158400
|
|
|
158401
|
+
class FunctionNodeStringToValue(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158402
|
+
data_type: typing.Literal["FLOAT", "INT"]
|
|
158403
|
+
"""
|
|
158404
|
+
|
|
158405
|
+
:type: typing.Literal['FLOAT','INT']
|
|
158406
|
+
"""
|
|
158407
|
+
|
|
158408
|
+
@classmethod
|
|
158409
|
+
def is_registered_node_type(cls) -> bool:
|
|
158410
|
+
"""True if a registered node type
|
|
158411
|
+
|
|
158412
|
+
:return: Result
|
|
158413
|
+
:rtype: bool
|
|
158414
|
+
"""
|
|
158415
|
+
|
|
158416
|
+
@classmethod
|
|
158417
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
158418
|
+
"""Input socket template
|
|
158419
|
+
|
|
158420
|
+
:param index: Index
|
|
158421
|
+
:type index: int | None
|
|
158422
|
+
:return: result
|
|
158423
|
+
:rtype: NodeInternalSocketTemplate
|
|
158424
|
+
"""
|
|
158425
|
+
|
|
158426
|
+
@classmethod
|
|
158427
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
158428
|
+
"""Output socket template
|
|
158429
|
+
|
|
158430
|
+
:param index: Index
|
|
158431
|
+
:type index: int | None
|
|
158432
|
+
:return: result
|
|
158433
|
+
:rtype: NodeInternalSocketTemplate
|
|
158434
|
+
"""
|
|
158435
|
+
|
|
158436
|
+
@classmethod
|
|
158437
|
+
def bl_rna_get_subclass(
|
|
158438
|
+
cls,
|
|
158439
|
+
id: str | None,
|
|
158440
|
+
default=None,
|
|
158441
|
+
/,
|
|
158442
|
+
) -> Struct:
|
|
158443
|
+
"""
|
|
158444
|
+
|
|
158445
|
+
:param id: The RNA type identifier.
|
|
158446
|
+
:type id: str | None
|
|
158447
|
+
:param default:
|
|
158448
|
+
:return: The RNA type or default when not found.
|
|
158449
|
+
:rtype: Struct
|
|
158450
|
+
"""
|
|
158451
|
+
|
|
158452
|
+
@classmethod
|
|
158453
|
+
def bl_rna_get_subclass_py(
|
|
158454
|
+
cls,
|
|
158455
|
+
id: str | None,
|
|
158456
|
+
default=None,
|
|
158457
|
+
/,
|
|
158458
|
+
) -> typing.Any:
|
|
158459
|
+
"""
|
|
158460
|
+
|
|
158461
|
+
:param id: The RNA type identifier.
|
|
158462
|
+
:type id: str | None
|
|
158463
|
+
:param default:
|
|
158464
|
+
:return: The class or default when not found.
|
|
158465
|
+
:rtype: typing.Any
|
|
158466
|
+
"""
|
|
158467
|
+
|
|
158168
158468
|
class FunctionNodeTransformDirection(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158169
158469
|
@classmethod
|
|
158170
158470
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -158643,7 +158943,7 @@ class GPencilInterpolateSettings(bpy_struct):
|
|
|
158643
158943
|
"""Settings for Grease Pencil interpolation tools"""
|
|
158644
158944
|
|
|
158645
158945
|
interpolation_curve: CurveMapping | None
|
|
158646
|
-
""" Custom curve to control sequence interpolation between Grease Pencil frames
|
|
158946
|
+
""" Custom curve to control 'sequence' interpolation between Grease Pencil frames
|
|
158647
158947
|
|
|
158648
158948
|
:type: CurveMapping | None
|
|
158649
158949
|
"""
|
|
@@ -174116,7 +174416,7 @@ class Gizmo(bpy_struct):
|
|
|
174116
174416
|
"""
|
|
174117
174417
|
|
|
174118
174418
|
use_select_background: bool
|
|
174119
|
-
"""
|
|
174419
|
+
""" Don't write into the depth buffer
|
|
174120
174420
|
|
|
174121
174421
|
:type: bool
|
|
174122
174422
|
"""
|
|
@@ -175079,13 +175379,13 @@ class GreasePencilArrayModifier(Modifier, bpy_struct):
|
|
|
175079
175379
|
"""
|
|
175080
175380
|
|
|
175081
175381
|
use_object_offset: bool
|
|
175082
|
-
""" Add another
|
|
175382
|
+
""" Add another object's transformation to the total offset
|
|
175083
175383
|
|
|
175084
175384
|
:type: bool
|
|
175085
175385
|
"""
|
|
175086
175386
|
|
|
175087
175387
|
use_relative_offset: bool
|
|
175088
|
-
""" Add an offset relative to the
|
|
175388
|
+
""" Add an offset relative to the object's bounding box
|
|
175089
175389
|
|
|
175090
175390
|
:type: bool
|
|
175091
175391
|
"""
|
|
@@ -175655,13 +175955,13 @@ class GreasePencilDashModifierSegment(bpy_struct):
|
|
|
175655
175955
|
"""
|
|
175656
175956
|
|
|
175657
175957
|
opacity: float
|
|
175658
|
-
""" The factor to apply to the original
|
|
175958
|
+
""" The factor to apply to the original point's opacity for the new points
|
|
175659
175959
|
|
|
175660
175960
|
:type: float
|
|
175661
175961
|
"""
|
|
175662
175962
|
|
|
175663
175963
|
radius: float
|
|
175664
|
-
""" The factor to apply to the original
|
|
175964
|
+
""" The factor to apply to the original point's radius for the new points
|
|
175665
175965
|
|
|
175666
175966
|
:type: float
|
|
175667
175967
|
"""
|
|
@@ -176466,7 +176766,7 @@ class GreasePencilLayer(GreasePencilTreeNode, bpy_struct):
|
|
|
176466
176766
|
"""
|
|
176467
176767
|
|
|
176468
176768
|
matrix_parent_inverse: mathutils.Matrix
|
|
176469
|
-
""" Inverse of
|
|
176769
|
+
""" Inverse of layer's parent transformation matrix
|
|
176470
176770
|
|
|
176471
176771
|
:type: mathutils.Matrix
|
|
176472
176772
|
"""
|
|
@@ -176723,7 +177023,7 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
|
|
|
176723
177023
|
"""
|
|
176724
177024
|
|
|
176725
177025
|
invert_curvature: bool
|
|
176726
|
-
""" Invert the curvature of the
|
|
177026
|
+
""" Invert the curvature of the stroke's extension
|
|
176727
177027
|
|
|
176728
177028
|
:type: bool
|
|
176729
177029
|
"""
|
|
@@ -176819,7 +177119,7 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
|
|
|
176819
177119
|
"""
|
|
176820
177120
|
|
|
176821
177121
|
random_offset: float
|
|
176822
|
-
""" Smoothly offset each
|
|
177122
|
+
""" Smoothly offset each stroke's random value
|
|
176823
177123
|
|
|
176824
177124
|
:type: float
|
|
176825
177125
|
"""
|
|
@@ -177004,7 +177304,7 @@ class GreasePencilLineartModifier(Modifier, bpy_struct):
|
|
|
177004
177304
|
"""
|
|
177005
177305
|
|
|
177006
177306
|
shadow_camera_size: float
|
|
177007
|
-
""" Represents the "Orthographic Scale" of an orthographic camera. If the camera is positioned at the
|
|
177307
|
+
""" Represents the "Orthographic Scale" of an orthographic camera. If the camera is positioned at the light's location with this scale, it will represent the coverage of the shadow "camera".
|
|
177008
177308
|
|
|
177009
177309
|
:type: float
|
|
177010
177310
|
"""
|
|
@@ -177500,13 +177800,13 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
|
|
|
177500
177800
|
"""
|
|
177501
177801
|
|
|
177502
177802
|
fading_opacity: float
|
|
177503
|
-
""" Fade influence of
|
|
177803
|
+
""" Fade influence of stroke's opacity
|
|
177504
177804
|
|
|
177505
177805
|
:type: float
|
|
177506
177806
|
"""
|
|
177507
177807
|
|
|
177508
177808
|
fading_thickness: float
|
|
177509
|
-
""" Fade influence of
|
|
177809
|
+
""" Fade influence of stroke's thickness
|
|
177510
177810
|
|
|
177511
177811
|
:type: float
|
|
177512
177812
|
"""
|
|
@@ -178415,7 +178715,7 @@ class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
|
|
|
178415
178715
|
"""
|
|
178416
178716
|
|
|
178417
178717
|
subsurf_levels: int
|
|
178418
|
-
""" Number of subdivisions that must be performed before extracting vertices positions and normals
|
|
178718
|
+
""" Number of subdivisions that must be performed before extracting vertices' positions and normals
|
|
178419
178719
|
|
|
178420
178720
|
:type: int
|
|
178421
178721
|
"""
|
|
@@ -180129,13 +180429,13 @@ class GreasePencilv3(ID, bpy_struct):
|
|
|
180129
180429
|
"""
|
|
180130
180430
|
|
|
180131
180431
|
ghost_after_range: int
|
|
180132
|
-
""" Maximum number of frames to show after current frame (0 =
|
|
180432
|
+
""" Maximum number of frames to show after current frame (0 = don't show any frames after current)
|
|
180133
180433
|
|
|
180134
180434
|
:type: int
|
|
180135
180435
|
"""
|
|
180136
180436
|
|
|
180137
180437
|
ghost_before_range: int
|
|
180138
|
-
""" Maximum number of frames to show before current frame (0 =
|
|
180438
|
+
""" Maximum number of frames to show before current frame (0 = don't show any frames before current)
|
|
180139
180439
|
|
|
180140
180440
|
:type: int
|
|
180141
180441
|
"""
|
|
@@ -180179,7 +180479,7 @@ class GreasePencilv3(ID, bpy_struct):
|
|
|
180179
180479
|
"""
|
|
180180
180480
|
|
|
180181
180481
|
stroke_depth_order: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
180182
|
-
""" Defines how the strokes are ordered in 3D space (for objects not displayed In Front)
|
|
180482
|
+
""" Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
|
|
180183
180483
|
|
|
180184
180484
|
:type: bpy.stub_internal.rna_enums.StrokeDepthOrderItems
|
|
180185
180485
|
"""
|
|
@@ -180550,6 +180850,12 @@ class HueCorrectModifier(StripModifier, bpy_struct):
|
|
|
180550
180850
|
:type: CurveMapping | None
|
|
180551
180851
|
"""
|
|
180552
180852
|
|
|
180853
|
+
open_mask_input_panel: bool
|
|
180854
|
+
"""
|
|
180855
|
+
|
|
180856
|
+
:type: bool
|
|
180857
|
+
"""
|
|
180858
|
+
|
|
180553
180859
|
@classmethod
|
|
180554
180860
|
def bl_rna_get_subclass(
|
|
180555
180861
|
cls,
|
|
@@ -180696,7 +181002,7 @@ class ID(bpy_struct):
|
|
|
180696
181002
|
"""
|
|
180697
181003
|
|
|
180698
181004
|
is_runtime_data: bool
|
|
180699
|
-
""" This data-block is runtime data, i.e. it
|
|
181005
|
+
""" This data-block is runtime data, i.e. it won't be saved in .blend file. Note that e.g. evaluated IDs are always runtime, so this value is only editable for data-blocks in Main data-base.
|
|
180700
181006
|
|
|
180701
181007
|
:type: bool
|
|
180702
181008
|
"""
|
|
@@ -180803,13 +181109,13 @@ class ID(bpy_struct):
|
|
|
180803
181109
|
:param mode: How to handle name collision, in case the requested new name is already used by another ID of the same type
|
|
180804
181110
|
|
|
180805
181111
|
NEVER
|
|
180806
|
-
Never Rename -- Never rename an
|
|
181112
|
+
Never Rename -- Never rename an existing ID whose name would conflict, the currently renamed ID will get a numeric suffix appended to its new name.
|
|
180807
181113
|
|
|
180808
181114
|
ALWAYS
|
|
180809
|
-
Always Rename -- Always rename an
|
|
181115
|
+
Always Rename -- Always rename an existing ID whose name would conflict, ensuring that the currently renamed ID will get requested name.
|
|
180810
181116
|
|
|
180811
181117
|
SAME_ROOT
|
|
180812
|
-
Rename If Same Root -- Only rename an
|
|
181118
|
+
Rename If Same Root -- Only rename an existing ID whose name would conflict if its name root (everything besides the numerical suffix) is the same as the existing name of the currently renamed ID.
|
|
180813
181119
|
:type mode: typing.Literal['NEVER','ALWAYS','SAME_ROOT'] | None
|
|
180814
181120
|
:return: How did the renaming of the data-block went on
|
|
180815
181121
|
|
|
@@ -180823,7 +181129,7 @@ class ID(bpy_struct):
|
|
|
180823
181129
|
Renamed Without Collision -- The ID was renamed as requested, without creating any name collision.
|
|
180824
181130
|
|
|
180825
181131
|
RENAMED_COLLISION_ADJUSTED
|
|
180826
|
-
Renamed With Collision -- The ID was renamed with
|
|
181132
|
+
Renamed With Collision -- The ID was renamed with adjustment of the requested name, to avoid a name collision.
|
|
180827
181133
|
|
|
180828
181134
|
RENAMED_COLLISION_FORCED
|
|
180829
181135
|
Renamed Enforced With Collision -- The ID was renamed as requested, also renaming another ID to avoid a name collision.
|
|
@@ -181061,7 +181367,7 @@ class IDOverrideLibrary(bpy_struct):
|
|
|
181061
181367
|
:type view_layer: ViewLayer | None
|
|
181062
181368
|
:param residual_storage: Collection where to store objects that are instantiated in any other collection anymore (garbage collection, will be created if needed and none is provided)
|
|
181063
181369
|
:type residual_storage: Collection | None
|
|
181064
|
-
:param do_hierarchy_enforce: Enforce restoring the dependency hierarchy between data-blocks to match the one from the reference linked hierarchy (WARNING: if some ID pointers have been
|
|
181370
|
+
:param do_hierarchy_enforce: Enforce restoring the dependency hierarchy between data-blocks to match the one from the reference linked hierarchy (WARNING: if some ID pointers have been purposely overridden, these will be reset to their default value)
|
|
181065
181371
|
:type do_hierarchy_enforce: bool | None
|
|
181066
181372
|
:param do_whole_hierarchy: Resync the whole hierarchy this data-block belongs to, not only its own sub-hierarchy
|
|
181067
181373
|
:type do_whole_hierarchy: bool | None
|
|
@@ -182343,7 +182649,7 @@ class ImagePaint(Paint, bpy_struct):
|
|
|
182343
182649
|
"""
|
|
182344
182650
|
|
|
182345
182651
|
seam_bleed: int
|
|
182346
|
-
""" Extend paint beyond the faces UVs to reduce seams (in pixels, slower)
|
|
182652
|
+
""" Extend paint beyond the faces' UVs to reduce seams (in pixels, slower)
|
|
182347
182653
|
|
|
182348
182654
|
:type: int
|
|
182349
182655
|
"""
|
|
@@ -182549,7 +182855,7 @@ class ImageStrip(Strip, bpy_struct):
|
|
|
182549
182855
|
"""
|
|
182550
182856
|
|
|
182551
182857
|
color_saturation: float
|
|
182552
|
-
""" Adjust the intensity of the
|
|
182858
|
+
""" Adjust the intensity of the input's color
|
|
182553
182859
|
|
|
182554
182860
|
:type: float
|
|
182555
182861
|
"""
|
|
@@ -182792,7 +183098,7 @@ class ImageTexture(Texture, ID, bpy_struct):
|
|
|
182792
183098
|
"""
|
|
182793
183099
|
|
|
182794
183100
|
use_flip_axis: bool
|
|
182795
|
-
""" Flip the
|
|
183101
|
+
""" Flip the texture's X and Y axis
|
|
182796
183102
|
|
|
182797
183103
|
:type: bool
|
|
182798
183104
|
"""
|
|
@@ -183585,7 +183891,7 @@ class KeyMap(bpy_struct):
|
|
|
183585
183891
|
"""
|
|
183586
183892
|
|
|
183587
183893
|
modal_event_values: bpy_prop_collection[EnumPropertyItem]
|
|
183588
|
-
""" Give access to the possible event values of this modal
|
|
183894
|
+
""" Give access to the possible event values of this modal keymap's items (#KeyMapItem.propvalue), for API introspection
|
|
183589
183895
|
|
|
183590
183896
|
:type: bpy_prop_collection[EnumPropertyItem]
|
|
183591
183897
|
"""
|
|
@@ -183882,13 +184188,13 @@ class Keyframe(bpy_struct):
|
|
|
183882
184188
|
"""Bézier curve point with two handles defining a Keyframe on an F-Curve"""
|
|
183883
184189
|
|
|
183884
184190
|
amplitude: float
|
|
183885
|
-
""" Amount to boost elastic bounces for elastic easing
|
|
184191
|
+
""" Amount to boost elastic bounces for 'elastic' easing
|
|
183886
184192
|
|
|
183887
184193
|
:type: float
|
|
183888
184194
|
"""
|
|
183889
184195
|
|
|
183890
184196
|
back: float
|
|
183891
|
-
""" Amount of overshoot for back easing
|
|
184197
|
+
""" Amount of overshoot for 'back' easing
|
|
183892
184198
|
|
|
183893
184199
|
:type: float
|
|
183894
184200
|
"""
|
|
@@ -184043,25 +184349,25 @@ class KeyingSet(bpy_struct):
|
|
|
184043
184349
|
"""
|
|
184044
184350
|
|
|
184045
184351
|
use_insertkey_needed: bool
|
|
184046
|
-
""" Only insert keyframes where
|
|
184352
|
+
""" Only insert keyframes where they're needed in the relevant F-Curves
|
|
184047
184353
|
|
|
184048
184354
|
:type: bool
|
|
184049
184355
|
"""
|
|
184050
184356
|
|
|
184051
184357
|
use_insertkey_override_needed: bool
|
|
184052
|
-
""" Override default setting to only insert keyframes where
|
|
184358
|
+
""" Override default setting to only insert keyframes where they're needed in the relevant F-Curves
|
|
184053
184359
|
|
|
184054
184360
|
:type: bool
|
|
184055
184361
|
"""
|
|
184056
184362
|
|
|
184057
184363
|
use_insertkey_override_visual: bool
|
|
184058
|
-
""" Override default setting to insert keyframes based on visual transforms
|
|
184364
|
+
""" Override default setting to insert keyframes based on 'visual transforms'
|
|
184059
184365
|
|
|
184060
184366
|
:type: bool
|
|
184061
184367
|
"""
|
|
184062
184368
|
|
|
184063
184369
|
use_insertkey_visual: bool
|
|
184064
|
-
""" Insert keyframes based on visual transforms
|
|
184370
|
+
""" Insert keyframes based on 'visual transforms'
|
|
184065
184371
|
|
|
184066
184372
|
:type: bool
|
|
184067
184373
|
"""
|
|
@@ -184231,31 +184537,31 @@ class KeyingSetPath(bpy_struct):
|
|
|
184231
184537
|
"""
|
|
184232
184538
|
|
|
184233
184539
|
use_entire_array: bool
|
|
184234
|
-
""" When an array/vector type is chosen (Location, Rotation, Color, etc.), entire array is to be used
|
|
184540
|
+
""" When an 'array/vector' type is chosen (Location, Rotation, Color, etc.), entire array is to be used
|
|
184235
184541
|
|
|
184236
184542
|
:type: bool
|
|
184237
184543
|
"""
|
|
184238
184544
|
|
|
184239
184545
|
use_insertkey_needed: bool
|
|
184240
|
-
""" Only insert keyframes where
|
|
184546
|
+
""" Only insert keyframes where they're needed in the relevant F-Curves
|
|
184241
184547
|
|
|
184242
184548
|
:type: bool
|
|
184243
184549
|
"""
|
|
184244
184550
|
|
|
184245
184551
|
use_insertkey_override_needed: bool
|
|
184246
|
-
""" Override default setting to only insert keyframes where
|
|
184552
|
+
""" Override default setting to only insert keyframes where they're needed in the relevant F-Curves
|
|
184247
184553
|
|
|
184248
184554
|
:type: bool
|
|
184249
184555
|
"""
|
|
184250
184556
|
|
|
184251
184557
|
use_insertkey_override_visual: bool
|
|
184252
|
-
""" Override default setting to insert keyframes based on visual transforms
|
|
184558
|
+
""" Override default setting to insert keyframes based on 'visual transforms'
|
|
184253
184559
|
|
|
184254
184560
|
:type: bool
|
|
184255
184561
|
"""
|
|
184256
184562
|
|
|
184257
184563
|
use_insertkey_visual: bool
|
|
184258
|
-
""" Insert keyframes based on visual transforms
|
|
184564
|
+
""" Insert keyframes based on 'visual transforms'
|
|
184259
184565
|
|
|
184260
184566
|
:type: bool
|
|
184261
184567
|
"""
|
|
@@ -184424,7 +184730,7 @@ class KinematicConstraint(Constraint, bpy_struct):
|
|
|
184424
184730
|
"""
|
|
184425
184731
|
|
|
184426
184732
|
use_tail: bool
|
|
184427
|
-
""" Include
|
|
184733
|
+
""" Include bone's tail as last element in chain
|
|
184428
184734
|
|
|
184429
184735
|
:type: bool
|
|
184430
184736
|
"""
|
|
@@ -185128,7 +185434,7 @@ class LibraryWeakReference(bpy_struct):
|
|
|
185128
185434
|
"""
|
|
185129
185435
|
|
|
185130
185436
|
id_name: str
|
|
185131
|
-
""" Full ID name in the library .blend file (including the two leading id type chars)
|
|
185437
|
+
""" Full ID name in the library .blend file (including the two leading 'id type' chars)
|
|
185132
185438
|
|
|
185133
185439
|
:type: str
|
|
185134
185440
|
"""
|
|
@@ -190866,7 +191172,7 @@ class Mask(ID, bpy_struct):
|
|
|
190866
191172
|
"""Mask data-block defining mask for compositing"""
|
|
190867
191173
|
|
|
190868
191174
|
active_layer_index: int | None
|
|
190869
|
-
""" Index of active layer in list of all
|
|
191175
|
+
""" Index of active layer in list of all mask's layers
|
|
190870
191176
|
|
|
190871
191177
|
:type: int | None
|
|
190872
191178
|
"""
|
|
@@ -191457,7 +191763,7 @@ class MaskStrip(Strip, bpy_struct):
|
|
|
191457
191763
|
"""
|
|
191458
191764
|
|
|
191459
191765
|
color_saturation: float
|
|
191460
|
-
""" Adjust the intensity of the
|
|
191766
|
+
""" Adjust the intensity of the input's color
|
|
191461
191767
|
|
|
191462
191768
|
:type: float
|
|
191463
191769
|
"""
|
|
@@ -191570,7 +191876,7 @@ class Material(ID, bpy_struct):
|
|
|
191570
191876
|
"""
|
|
191571
191877
|
|
|
191572
191878
|
blend_method: typing.Literal["OPAQUE", "CLIP", "HASHED", "BLEND"]
|
|
191573
|
-
""" Blend Mode for Transparent Faces (Deprecated: use surface_render_method)
|
|
191879
|
+
""" Blend Mode for Transparent Faces (Deprecated: use 'surface_render_method')
|
|
191574
191880
|
|
|
191575
191881
|
:type: typing.Literal['OPAQUE','CLIP','HASHED','BLEND']
|
|
191576
191882
|
"""
|
|
@@ -191680,7 +191986,7 @@ class Material(ID, bpy_struct):
|
|
|
191680
191986
|
"""
|
|
191681
191987
|
|
|
191682
191988
|
show_transparent_back: bool
|
|
191683
|
-
""" Render multiple transparent layers (may introduce transparency sorting problems) (Deprecated: use use_tranparency_overlap)
|
|
191989
|
+
""" Render multiple transparent layers (may introduce transparency sorting problems) (Deprecated: use 'use_tranparency_overlap')
|
|
191684
191990
|
|
|
191685
191991
|
:type: bool
|
|
191686
191992
|
"""
|
|
@@ -191758,7 +192064,7 @@ class Material(ID, bpy_struct):
|
|
|
191758
192064
|
"""
|
|
191759
192065
|
|
|
191760
192066
|
use_screen_refraction: bool
|
|
191761
|
-
""" Use raytracing to determine transmitted color instead of using only light probes. This prevents the surface from contributing to the lighting of surfaces not using this setting. Deprecated: use use_raytrace_refraction.
|
|
192067
|
+
""" Use raytracing to determine transmitted color instead of using only light probes. This prevents the surface from contributing to the lighting of surfaces not using this setting. Deprecated: use 'use_raytrace_refraction'.
|
|
191762
192068
|
|
|
191763
192069
|
:type: bool
|
|
191764
192070
|
"""
|
|
@@ -192105,7 +192411,7 @@ class MaterialSlot(bpy_struct):
|
|
|
192105
192411
|
"""Material slot in an object"""
|
|
192106
192412
|
|
|
192107
192413
|
link: typing.Literal["OBJECT", "DATA"]
|
|
192108
|
-
""" Link material to object or the
|
|
192414
|
+
""" Link material to object or the object's data
|
|
192109
192415
|
|
|
192110
192416
|
:type: typing.Literal['OBJECT','DATA']
|
|
192111
192417
|
"""
|
|
@@ -192348,7 +192654,7 @@ class Mesh(ID, bpy_struct):
|
|
|
192348
192654
|
"""
|
|
192349
192655
|
|
|
192350
192656
|
auto_texspace: bool
|
|
192351
|
-
""" Adjust active
|
|
192657
|
+
""" Adjust active object's texture space automatically when transforming object
|
|
192352
192658
|
|
|
192353
192659
|
:type: bool
|
|
192354
192660
|
"""
|
|
@@ -192414,7 +192720,7 @@ class Mesh(ID, bpy_struct):
|
|
|
192414
192720
|
"""
|
|
192415
192721
|
|
|
192416
192722
|
normals_domain: typing.Literal["POINT", "FACE", "CORNER"]
|
|
192417
|
-
""" The attribute domain that gives enough information to represent the
|
|
192723
|
+
""" The attribute domain that gives enough information to represent the mesh's normals
|
|
192418
192724
|
|
|
192419
192725
|
:type: typing.Literal['POINT','FACE','CORNER']
|
|
192420
192726
|
"""
|
|
@@ -192510,7 +192816,7 @@ class Mesh(ID, bpy_struct):
|
|
|
192510
192816
|
"""
|
|
192511
192817
|
|
|
192512
192818
|
use_auto_texspace: bool
|
|
192513
|
-
""" Adjust active
|
|
192819
|
+
""" Adjust active object's texture space automatically when transforming object
|
|
192514
192820
|
|
|
192515
192821
|
:type: bool
|
|
192516
192822
|
"""
|
|
@@ -193977,7 +194283,7 @@ class MeshUVLoopLayer(bpy_struct):
|
|
|
193977
194283
|
"""
|
|
193978
194284
|
|
|
193979
194285
|
data: bpy_prop_collection[MeshUVLoop]
|
|
193980
|
-
""" Deprecated, use uv, vertex_select, edge_select or pin properties instead
|
|
194286
|
+
""" Deprecated, use 'uv', 'vertex_select', 'edge_select' or 'pin' properties instead
|
|
193981
194287
|
|
|
193982
194288
|
:type: bpy_prop_collection[MeshUVLoop]
|
|
193983
194289
|
"""
|
|
@@ -194191,7 +194497,7 @@ class MetaBall(ID, bpy_struct):
|
|
|
194191
194497
|
"""
|
|
194192
194498
|
|
|
194193
194499
|
use_auto_texspace: bool
|
|
194194
|
-
""" Adjust active
|
|
194500
|
+
""" Adjust active object's texture space automatically when transforming object
|
|
194195
194501
|
|
|
194196
194502
|
:type: bool
|
|
194197
194503
|
"""
|
|
@@ -194384,7 +194690,7 @@ class MetaStrip(Strip, bpy_struct):
|
|
|
194384
194690
|
"""
|
|
194385
194691
|
|
|
194386
194692
|
color_saturation: float
|
|
194387
|
-
""" Adjust the intensity of the
|
|
194693
|
+
""" Adjust the intensity of the input's color
|
|
194388
194694
|
|
|
194389
194695
|
:type: float
|
|
194390
194696
|
"""
|
|
@@ -194697,7 +195003,7 @@ class Modifier(bpy_struct):
|
|
|
194697
195003
|
"""
|
|
194698
195004
|
|
|
194699
195005
|
use_apply_on_spline: bool
|
|
194700
|
-
""" Apply this and all preceding deformation modifiers on splines points rather than on filled curve/surface
|
|
195006
|
+
""" Apply this and all preceding deformation modifiers on splines' points rather than on filled curve/surface
|
|
194701
195007
|
|
|
194702
195008
|
:type: bool
|
|
194703
195009
|
"""
|
|
@@ -195235,7 +195541,7 @@ class MovieClipStrip(Strip, bpy_struct):
|
|
|
195235
195541
|
"""
|
|
195236
195542
|
|
|
195237
195543
|
color_saturation: float
|
|
195238
|
-
""" Adjust the intensity of the
|
|
195544
|
+
""" Adjust the intensity of the input's color
|
|
195239
195545
|
|
|
195240
195546
|
:type: float
|
|
195241
195547
|
"""
|
|
@@ -195480,7 +195786,7 @@ class MovieStrip(Strip, bpy_struct):
|
|
|
195480
195786
|
"""
|
|
195481
195787
|
|
|
195482
195788
|
color_saturation: float
|
|
195483
|
-
""" Adjust the intensity of the
|
|
195789
|
+
""" Adjust the intensity of the input's color
|
|
195484
195790
|
|
|
195485
195791
|
:type: float
|
|
195486
195792
|
"""
|
|
@@ -195798,13 +196104,13 @@ class MovieTrackingCamera(bpy_struct):
|
|
|
195798
196104
|
"""
|
|
195799
196105
|
|
|
195800
196106
|
focal_length: float
|
|
195801
|
-
"""
|
|
196107
|
+
""" Camera's focal length
|
|
195802
196108
|
|
|
195803
196109
|
:type: float
|
|
195804
196110
|
"""
|
|
195805
196111
|
|
|
195806
196112
|
focal_length_pixels: float
|
|
195807
|
-
"""
|
|
196113
|
+
""" Camera's focal length
|
|
195808
196114
|
|
|
195809
196115
|
:type: float
|
|
195810
196116
|
"""
|
|
@@ -196003,7 +196309,7 @@ class MovieTrackingMarker(bpy_struct):
|
|
|
196003
196309
|
tuple[float, float],
|
|
196004
196310
|
tuple[float, float],
|
|
196005
196311
|
]
|
|
196006
|
-
""" Array of coordinates which represents
|
|
196312
|
+
""" Array of coordinates which represents pattern's corners in normalized coordinates relative to marker position
|
|
196007
196313
|
|
|
196008
196314
|
:type: list[list[float]] | tuple[tuple[float, float], tuple[float, float], tuple[float, float], tuple[float, float]]
|
|
196009
196315
|
"""
|
|
@@ -196526,7 +196832,7 @@ class MovieTrackingStabilization(bpy_struct):
|
|
|
196526
196832
|
"""
|
|
196527
196833
|
|
|
196528
196834
|
anchor_frame: int
|
|
196529
|
-
""" Reference point to anchor stabilization (other frames will be adjusted relative to this
|
|
196835
|
+
""" Reference point to anchor stabilization (other frames will be adjusted relative to this frame's position)
|
|
196530
196836
|
|
|
196531
196837
|
:type: int
|
|
196532
196838
|
"""
|
|
@@ -196755,25 +197061,25 @@ class MovieTrackingTrack(bpy_struct):
|
|
|
196755
197061
|
"""
|
|
196756
197062
|
|
|
196757
197063
|
select_anchor: bool
|
|
196758
|
-
"""
|
|
197064
|
+
""" Track's anchor point is selected
|
|
196759
197065
|
|
|
196760
197066
|
:type: bool
|
|
196761
197067
|
"""
|
|
196762
197068
|
|
|
196763
197069
|
select_pattern: bool
|
|
196764
|
-
"""
|
|
197070
|
+
""" Track's pattern area is selected
|
|
196765
197071
|
|
|
196766
197072
|
:type: bool
|
|
196767
197073
|
"""
|
|
196768
197074
|
|
|
196769
197075
|
select_search: bool
|
|
196770
|
-
"""
|
|
197076
|
+
""" Track's search area is selected
|
|
196771
197077
|
|
|
196772
197078
|
:type: bool
|
|
196773
197079
|
"""
|
|
196774
197080
|
|
|
196775
197081
|
use_alpha_preview: bool
|
|
196776
|
-
""" Apply
|
|
197082
|
+
""" Apply track's mask on displaying preview
|
|
196777
197083
|
|
|
196778
197084
|
:type: bool
|
|
196779
197085
|
"""
|
|
@@ -197402,7 +197708,7 @@ class NlaStrip(bpy_struct):
|
|
|
197402
197708
|
"""
|
|
197403
197709
|
|
|
197404
197710
|
blend_type: typing.Literal["REPLACE", "COMBINE", "ADD", "SUBTRACT", "MULTIPLY"]
|
|
197405
|
-
""" Method used for combining
|
|
197711
|
+
""" Method used for combining strip's result with accumulated result
|
|
197406
197712
|
|
|
197407
197713
|
:type: typing.Literal['REPLACE','COMBINE','ADD','SUBTRACT','MULTIPLY']
|
|
197408
197714
|
"""
|
|
@@ -197414,7 +197720,7 @@ class NlaStrip(bpy_struct):
|
|
|
197414
197720
|
"""
|
|
197415
197721
|
|
|
197416
197722
|
fcurves: NlaStripFCurves
|
|
197417
|
-
""" F-Curves for controlling the
|
|
197723
|
+
""" F-Curves for controlling the strip's influence and timing
|
|
197418
197724
|
|
|
197419
197725
|
:type: NlaStripFCurves
|
|
197420
197726
|
"""
|
|
@@ -197432,7 +197738,7 @@ class NlaStrip(bpy_struct):
|
|
|
197432
197738
|
"""
|
|
197433
197739
|
|
|
197434
197740
|
frame_end_ui: float
|
|
197435
|
-
""" End frame of the NLA strip. Note: changing this value also updates the value of the
|
|
197741
|
+
""" End frame of the NLA strip. Note: changing this value also updates the value of the strip's repeats or its action's end frame. If only the end frame should be changed, see the "frame_end" property instead.
|
|
197436
197742
|
|
|
197437
197743
|
:type: float
|
|
197438
197744
|
"""
|
|
@@ -197450,7 +197756,7 @@ class NlaStrip(bpy_struct):
|
|
|
197450
197756
|
"""
|
|
197451
197757
|
|
|
197452
197758
|
frame_start_ui: float
|
|
197453
|
-
""" Start frame of the NLA strip. Note: changing this value also updates the value of the
|
|
197759
|
+
""" Start frame of the NLA strip. Note: changing this value also updates the value of the strip's end frame. If only the start frame should be changed, see the "frame_start" property instead.
|
|
197454
197760
|
|
|
197455
197761
|
:type: float
|
|
197456
197762
|
"""
|
|
@@ -203244,7 +203550,7 @@ Deprecated. Will be remove in 5.0.
|
|
|
203244
203550
|
"""
|
|
203245
203551
|
|
|
203246
203552
|
hide_in_modifier: bool
|
|
203247
|
-
"""
|
|
203553
|
+
""" Don't show the input value in the geometry nodes modifier interface
|
|
203248
203554
|
|
|
203249
203555
|
:type: bool
|
|
203250
203556
|
"""
|
|
@@ -208943,7 +209249,7 @@ class NormalEditModifier(Modifier, bpy_struct):
|
|
|
208943
209249
|
"""
|
|
208944
209250
|
|
|
208945
209251
|
offset: mathutils.Vector
|
|
208946
|
-
""" Offset from
|
|
209252
|
+
""" Offset from object's center
|
|
208947
209253
|
|
|
208948
209254
|
:type: mathutils.Vector
|
|
208949
209255
|
"""
|
|
@@ -208955,7 +209261,7 @@ class NormalEditModifier(Modifier, bpy_struct):
|
|
|
208955
209261
|
"""
|
|
208956
209262
|
|
|
208957
209263
|
use_direction_parallel: bool
|
|
208958
|
-
""" Use same direction for all normals, from origin to
|
|
209264
|
+
""" Use same direction for all normals, from origin to target's center (Directional mode only)
|
|
208959
209265
|
|
|
208960
209266
|
:type: bool
|
|
208961
209267
|
"""
|
|
@@ -209059,7 +209365,7 @@ class Object(ID, bpy_struct):
|
|
|
209059
209365
|
tuple[float, float, float],
|
|
209060
209366
|
tuple[float, float, float],
|
|
209061
209367
|
]
|
|
209062
|
-
"""
|
|
209368
|
+
""" Object's bounding box in object-space coordinates, all values are -1.0 when not available
|
|
209063
209369
|
|
|
209064
209370
|
:type: list[list[float]] | tuple[tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float]]
|
|
209065
209371
|
"""
|
|
@@ -209306,7 +209612,7 @@ Warning: Assigning to it or its members multiple consecutive times will not work
|
|
|
209306
209612
|
"""
|
|
209307
209613
|
|
|
209308
209614
|
lock_rotation_w: bool
|
|
209309
|
-
""" Lock editing of angle component of four-component rotations when transforming
|
|
209615
|
+
""" Lock editing of 'angle' component of four-component rotations when transforming
|
|
209310
209616
|
|
|
209311
209617
|
:type: bool
|
|
209312
209618
|
"""
|
|
@@ -209343,7 +209649,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209343
209649
|
"""
|
|
209344
209650
|
|
|
209345
209651
|
matrix_parent_inverse: mathutils.Matrix
|
|
209346
|
-
""" Inverse of
|
|
209652
|
+
""" Inverse of object's parent matrix at time of parenting
|
|
209347
209653
|
|
|
209348
209654
|
:type: mathutils.Matrix
|
|
209349
209655
|
"""
|
|
@@ -209495,13 +209801,13 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209495
209801
|
"""
|
|
209496
209802
|
|
|
209497
209803
|
show_axis: bool
|
|
209498
|
-
""" Display the
|
|
209804
|
+
""" Display the object's origin and axes
|
|
209499
209805
|
|
|
209500
209806
|
:type: bool
|
|
209501
209807
|
"""
|
|
209502
209808
|
|
|
209503
209809
|
show_bounds: bool
|
|
209504
|
-
""" Display the
|
|
209810
|
+
""" Display the object's bounds
|
|
209505
209811
|
|
|
209506
209812
|
:type: bool
|
|
209507
209813
|
"""
|
|
@@ -209543,7 +209849,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209543
209849
|
"""
|
|
209544
209850
|
|
|
209545
209851
|
show_name: bool
|
|
209546
|
-
""" Display the
|
|
209852
|
+
""" Display the object's name
|
|
209547
209853
|
|
|
209548
209854
|
:type: bool
|
|
209549
209855
|
"""
|
|
@@ -209555,7 +209861,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209555
209861
|
"""
|
|
209556
209862
|
|
|
209557
209863
|
show_texture_space: bool
|
|
209558
|
-
""" Display the
|
|
209864
|
+
""" Display the object's texture space
|
|
209559
209865
|
|
|
209560
209866
|
:type: bool
|
|
209561
209867
|
"""
|
|
@@ -209567,7 +209873,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209567
209873
|
"""
|
|
209568
209874
|
|
|
209569
209875
|
show_wire: bool
|
|
209570
|
-
""" Display the
|
|
209876
|
+
""" Display the object's wireframe over solid shading
|
|
209571
209877
|
|
|
209572
209878
|
:type: bool
|
|
209573
209879
|
"""
|
|
@@ -209579,7 +209885,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209579
209885
|
"""
|
|
209580
209886
|
|
|
209581
209887
|
track_axis: bpy.stub_internal.rna_enums.ObjectAxisItems
|
|
209582
|
-
""" Axis that points in the forward direction (applies to Instance Vertices when Align to Vertex Normal is enabled)
|
|
209888
|
+
""" Axis that points in the 'forward' direction (applies to Instance Vertices when Align to Vertex Normal is enabled)
|
|
209583
209889
|
|
|
209584
209890
|
:type: bpy.stub_internal.rna_enums.ObjectAxisItems
|
|
209585
209891
|
"""
|
|
@@ -209597,7 +209903,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
|
|
|
209597
209903
|
"""
|
|
209598
209904
|
|
|
209599
209905
|
use_camera_lock_parent: bool
|
|
209600
|
-
""" View Lock 3D viewport camera transformation affects the
|
|
209906
|
+
""" View Lock 3D viewport camera transformation affects the object's parent instead
|
|
209601
209907
|
|
|
209602
209908
|
:type: bool
|
|
209603
209909
|
"""
|
|
@@ -210356,13 +210662,13 @@ class ObjectLineArt(bpy_struct):
|
|
|
210356
210662
|
"""
|
|
210357
210663
|
|
|
210358
210664
|
use_crease_override: bool
|
|
210359
|
-
""" Use this
|
|
210665
|
+
""" Use this object's crease setting to overwrite scene global
|
|
210360
210666
|
|
|
210361
210667
|
:type: bool
|
|
210362
210668
|
"""
|
|
210363
210669
|
|
|
210364
210670
|
use_intersection_priority_override: bool
|
|
210365
|
-
""" Use this
|
|
210671
|
+
""" Use this object's intersection priority to override collection setting
|
|
210366
210672
|
|
|
210367
210673
|
:type: bool
|
|
210368
210674
|
"""
|
|
@@ -210474,7 +210780,7 @@ class OceanModifier(Modifier, bpy_struct):
|
|
|
210474
210780
|
"""
|
|
210475
210781
|
|
|
210476
210782
|
choppiness: float
|
|
210477
|
-
""" Choppiness of the
|
|
210783
|
+
""" Choppiness of the wave's crest (adds some horizontal component to the displacement)
|
|
210478
210784
|
|
|
210479
210785
|
:type: float
|
|
210480
210786
|
"""
|
|
@@ -210492,7 +210798,7 @@ class OceanModifier(Modifier, bpy_struct):
|
|
|
210492
210798
|
"""
|
|
210493
210799
|
|
|
210494
210800
|
fetch_jonswap: float
|
|
210495
|
-
""" This is the distance from a lee shore, called the fetch, or the distance over which the wind blows with constant velocity. Used by JONSWAP and TMA models.
|
|
210801
|
+
""" This is the distance from a lee shore, called the fetch, or the distance over which the wind blows with constant velocity. Used by 'JONSWAP' and 'TMA' models.
|
|
210496
210802
|
|
|
210497
210803
|
:type: float
|
|
210498
210804
|
"""
|
|
@@ -210570,7 +210876,7 @@ class OceanModifier(Modifier, bpy_struct):
|
|
|
210570
210876
|
"""
|
|
210571
210877
|
|
|
210572
210878
|
sharpen_peak_jonswap: float
|
|
210573
|
-
""" Peak sharpening for JONSWAP and TMA models
|
|
210879
|
+
""" Peak sharpening for 'JONSWAP' and 'TMA' models
|
|
210574
210880
|
|
|
210575
210881
|
:type: float
|
|
210576
210882
|
"""
|
|
@@ -210614,7 +210920,7 @@ class OceanModifier(Modifier, bpy_struct):
|
|
|
210614
210920
|
"""
|
|
210615
210921
|
|
|
210616
210922
|
use_normals: bool
|
|
210617
|
-
""" Output normals for bump mapping - disabling can speed up performance if
|
|
210923
|
+
""" Output normals for bump mapping - disabling can speed up performance if it's not needed
|
|
210618
210924
|
|
|
210619
210925
|
:type: bool
|
|
210620
210926
|
"""
|
|
@@ -211083,13 +211389,13 @@ class OperatorOptions(bpy_struct):
|
|
|
211083
211389
|
"""
|
|
211084
211390
|
|
|
211085
211391
|
is_repeat: bool
|
|
211086
|
-
""" True when run from the Adjust Last Operation panel
|
|
211392
|
+
""" True when run from the 'Adjust Last Operation' panel
|
|
211087
211393
|
|
|
211088
211394
|
:type: bool
|
|
211089
211395
|
"""
|
|
211090
211396
|
|
|
211091
211397
|
is_repeat_last: bool
|
|
211092
|
-
""" True when run from the operator Repeat Last
|
|
211398
|
+
""" True when run from the operator 'Repeat Last'
|
|
211093
211399
|
|
|
211094
211400
|
:type: bool
|
|
211095
211401
|
"""
|
|
@@ -212718,7 +213024,7 @@ class ParticleInstanceModifier(Modifier, bpy_struct):
|
|
|
212718
213024
|
"""
|
|
212719
213025
|
|
|
212720
213026
|
use_preserve_shape: bool
|
|
212721
|
-
"""
|
|
213027
|
+
""" Don't stretch the object
|
|
212722
213028
|
|
|
212723
213029
|
:type: bool
|
|
212724
213030
|
"""
|
|
@@ -213325,13 +213631,13 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213325
213631
|
"""
|
|
213326
213632
|
|
|
213327
213633
|
line_length_head: float
|
|
213328
|
-
""" Length of the
|
|
213634
|
+
""" Length of the line's head
|
|
213329
213635
|
|
|
213330
213636
|
:type: float
|
|
213331
213637
|
"""
|
|
213332
213638
|
|
|
213333
213639
|
line_length_tail: float
|
|
213334
|
-
""" Length of the
|
|
213640
|
+
""" Length of the line's tail
|
|
213335
213641
|
|
|
213336
213642
|
:type: float
|
|
213337
213643
|
"""
|
|
@@ -213433,7 +213739,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213433
213739
|
"""
|
|
213434
213740
|
|
|
213435
213741
|
reactor_factor: float
|
|
213436
|
-
""" Let the vector away from the target
|
|
213742
|
+
""" Let the vector away from the target particle's location give the particle a starting velocity
|
|
213437
213743
|
|
|
213438
213744
|
:type: float
|
|
213439
213745
|
"""
|
|
@@ -213480,7 +213786,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213480
213786
|
"OB_Y",
|
|
213481
213787
|
"OB_Z",
|
|
213482
213788
|
]
|
|
213483
|
-
""" Particle orientation axis (does not affect Explode
|
|
213789
|
+
""" Particle orientation axis (does not affect Explode modifier's results)
|
|
213484
213790
|
|
|
213485
213791
|
:type: typing.Literal['NONE','NOR','NOR_TAN','VEL','GLOB_X','GLOB_Y','GLOB_Z','OB_X','OB_Y','OB_Z']
|
|
213486
213792
|
"""
|
|
@@ -213732,7 +214038,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213732
214038
|
"""
|
|
213733
214039
|
|
|
213734
214040
|
use_global_instance: bool
|
|
213735
|
-
""" Use
|
|
214041
|
+
""" Use object's global coordinates for duplication
|
|
213736
214042
|
|
|
213737
214043
|
:type: bool
|
|
213738
214044
|
"""
|
|
@@ -213786,7 +214092,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213786
214092
|
"""
|
|
213787
214093
|
|
|
213788
214094
|
use_rotation_instance: bool
|
|
213789
|
-
""" Use
|
|
214095
|
+
""" Use object's rotation for duplication (global x-axis is aligned particle rotation axis)
|
|
213790
214096
|
|
|
213791
214097
|
:type: bool
|
|
213792
214098
|
"""
|
|
@@ -213804,7 +214110,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213804
214110
|
"""
|
|
213805
214111
|
|
|
213806
214112
|
use_scale_instance: bool
|
|
213807
|
-
""" Use
|
|
214113
|
+
""" Use object's scale for duplication
|
|
213808
214114
|
|
|
213809
214115
|
:type: bool
|
|
213810
214116
|
"""
|
|
@@ -213816,7 +214122,7 @@ class ParticleSettings(ID, bpy_struct):
|
|
|
213816
214122
|
"""
|
|
213817
214123
|
|
|
213818
214124
|
use_size_deflect: bool
|
|
213819
|
-
""" Use
|
|
214125
|
+
""" Use particle's size in deflection
|
|
213820
214126
|
|
|
213821
214127
|
:type: bool
|
|
213822
214128
|
"""
|
|
@@ -214282,7 +214588,7 @@ class ParticleSystem(bpy_struct):
|
|
|
214282
214588
|
"""
|
|
214283
214589
|
|
|
214284
214590
|
parent: Object | None
|
|
214285
|
-
""" Use this
|
|
214591
|
+
""" Use this object's coordinate system instead of global coordinate system
|
|
214286
214592
|
|
|
214287
214593
|
:type: Object | None
|
|
214288
214594
|
"""
|
|
@@ -214685,7 +214991,7 @@ class PivotConstraint(Constraint, bpy_struct):
|
|
|
214685
214991
|
"""
|
|
214686
214992
|
|
|
214687
214993
|
offset: mathutils.Vector
|
|
214688
|
-
""" Offset of pivot from target (when set), or from
|
|
214994
|
+
""" Offset of pivot from target (when set), or from owner's location (when Fixed Position is off), or the absolute pivot point
|
|
214689
214995
|
|
|
214690
214996
|
:type: mathutils.Vector
|
|
214691
214997
|
"""
|
|
@@ -214893,7 +215199,7 @@ class PointCache(bpy_struct):
|
|
|
214893
215199
|
"""
|
|
214894
215200
|
|
|
214895
215201
|
use_library_path: bool
|
|
214896
|
-
""" Use this
|
|
215202
|
+
""" Use this file's path for the disk cache when library linked into another file (for local bakes per scene file, disable this option)
|
|
214897
215203
|
|
|
214898
215204
|
:type: bool
|
|
214899
215205
|
"""
|
|
@@ -215012,7 +215318,7 @@ class PointCacheItem(bpy_struct):
|
|
|
215012
215318
|
"""
|
|
215013
215319
|
|
|
215014
215320
|
use_library_path: bool
|
|
215015
|
-
""" Use this
|
|
215321
|
+
""" Use this file's path for the disk cache when library linked into another file (for local bakes per scene file, disable this option)
|
|
215016
215322
|
|
|
215017
215323
|
:type: bool
|
|
215018
215324
|
"""
|
|
@@ -215375,25 +215681,25 @@ class PoseBone(bpy_struct):
|
|
|
215375
215681
|
"""Channel defining pose data for a bone in a Pose"""
|
|
215376
215682
|
|
|
215377
215683
|
bbone_curveinx: float
|
|
215378
|
-
""" X-axis handle offset for start of the B-
|
|
215684
|
+
""" X-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
215379
215685
|
|
|
215380
215686
|
:type: float
|
|
215381
215687
|
"""
|
|
215382
215688
|
|
|
215383
215689
|
bbone_curveinz: float
|
|
215384
|
-
""" Z-axis handle offset for start of the B-
|
|
215690
|
+
""" Z-axis handle offset for start of the B-Bone's curve, adjusts curvature
|
|
215385
215691
|
|
|
215386
215692
|
:type: float
|
|
215387
215693
|
"""
|
|
215388
215694
|
|
|
215389
215695
|
bbone_curveoutx: float
|
|
215390
|
-
""" X-axis handle offset for end of the B-
|
|
215696
|
+
""" X-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
215391
215697
|
|
|
215392
215698
|
:type: float
|
|
215393
215699
|
"""
|
|
215394
215700
|
|
|
215395
215701
|
bbone_curveoutz: float
|
|
215396
|
-
""" Z-axis handle offset for end of the B-
|
|
215702
|
+
""" Z-axis handle offset for end of the B-Bone's curve, adjusts curvature
|
|
215397
215703
|
|
|
215398
215704
|
:type: float
|
|
215399
215705
|
"""
|
|
@@ -215507,7 +215813,7 @@ class PoseBone(bpy_struct):
|
|
|
215507
215813
|
"""
|
|
215508
215814
|
|
|
215509
215815
|
head: mathutils.Vector
|
|
215510
|
-
""" Location of head of the
|
|
215816
|
+
""" Location of head of the channel's bone
|
|
215511
215817
|
|
|
215512
215818
|
:type: mathutils.Vector
|
|
215513
215819
|
"""
|
|
@@ -215639,7 +215945,7 @@ class PoseBone(bpy_struct):
|
|
|
215639
215945
|
"""
|
|
215640
215946
|
|
|
215641
215947
|
lock_rotation_w: bool
|
|
215642
|
-
""" Lock editing of angle component of four-component rotations when transforming
|
|
215948
|
+
""" Lock editing of 'angle' component of four-component rotations when transforming
|
|
215643
215949
|
|
|
215644
215950
|
:type: bool
|
|
215645
215951
|
"""
|
|
@@ -215669,7 +215975,7 @@ class PoseBone(bpy_struct):
|
|
|
215669
215975
|
"""
|
|
215670
215976
|
|
|
215671
215977
|
matrix_channel: mathutils.Matrix
|
|
215672
|
-
""" 4×4 matrix of the
|
|
215978
|
+
""" 4×4 matrix of the bone's location/rotation/scale channels (including animation and drivers) and the effect of bone constraints
|
|
215673
215979
|
|
|
215674
215980
|
:type: mathutils.Matrix
|
|
215675
215981
|
"""
|
|
@@ -215723,7 +216029,7 @@ class PoseBone(bpy_struct):
|
|
|
215723
216029
|
"""
|
|
215724
216030
|
|
|
215725
216031
|
tail: mathutils.Vector
|
|
215726
|
-
""" Location of tail of the
|
|
216032
|
+
""" Location of tail of the channel's bone
|
|
215727
216033
|
|
|
215728
216034
|
:type: mathutils.Vector
|
|
215729
216035
|
"""
|
|
@@ -216166,7 +216472,7 @@ class PreferencesEdit(bpy_struct):
|
|
|
216166
216472
|
"""
|
|
216167
216473
|
|
|
216168
216474
|
grease_pencil_eraser_radius: int
|
|
216169
|
-
""" Radius of eraser brush
|
|
216475
|
+
""" Radius of eraser 'brush'
|
|
216170
216476
|
|
|
216171
216477
|
:type: int
|
|
216172
216478
|
"""
|
|
@@ -216259,7 +216565,7 @@ class PreferencesEdit(bpy_struct):
|
|
|
216259
216565
|
"""
|
|
216260
216566
|
|
|
216261
216567
|
use_auto_keyframe_insert_needed: bool
|
|
216262
|
-
""" Auto-Keying will skip inserting keys that
|
|
216568
|
+
""" Auto-Keying will skip inserting keys that don't affect the animation
|
|
216263
216569
|
|
|
216264
216570
|
:type: bool
|
|
216265
216571
|
"""
|
|
@@ -216277,7 +216583,7 @@ class PreferencesEdit(bpy_struct):
|
|
|
216277
216583
|
"""
|
|
216278
216584
|
|
|
216279
216585
|
use_cursor_lock_adjust: bool
|
|
216280
|
-
""" Place the cursor without jumping to the new location (when lock-to-cursor is used)
|
|
216586
|
+
""" Place the cursor without 'jumping' to the new location (when lock-to-cursor is used)
|
|
216281
216587
|
|
|
216282
216588
|
:type: bool
|
|
216283
216589
|
"""
|
|
@@ -216427,7 +216733,7 @@ class PreferencesEdit(bpy_struct):
|
|
|
216427
216733
|
"""
|
|
216428
216734
|
|
|
216429
216735
|
use_keyframe_insert_needed: bool
|
|
216430
|
-
""" When keying manually, skip inserting keys that
|
|
216736
|
+
""" When keying manually, skip inserting keys that don't affect the animation
|
|
216431
216737
|
|
|
216432
216738
|
:type: bool
|
|
216433
216739
|
"""
|
|
@@ -216588,7 +216894,7 @@ class PreferencesExperimental(bpy_struct):
|
|
|
216588
216894
|
"""
|
|
216589
216895
|
|
|
216590
216896
|
write_legacy_blend_file_format: bool
|
|
216591
|
-
""" Use file format used before Blender 5.0. This format is more limited but it may have better compatibility with tools that
|
|
216897
|
+
""" Use file format used before Blender 5.0. This format is more limited but it may have better compatibility with tools that don't support the new format yet
|
|
216592
216898
|
|
|
216593
216899
|
:type: bool
|
|
216594
216900
|
"""
|
|
@@ -216726,7 +217032,7 @@ class PreferencesFilePaths(bpy_struct):
|
|
|
216726
217032
|
"""
|
|
216727
217033
|
|
|
216728
217034
|
i18n_branches_directory: str
|
|
216729
|
-
""" The path to the /branches directory of your local svn-translation copy, to allow translating from the UI
|
|
217035
|
+
""" The path to the '/branches' directory of your local svn-translation copy, to allow translating from the UI
|
|
216730
217036
|
|
|
216731
217037
|
:type: str
|
|
216732
217038
|
"""
|
|
@@ -216822,7 +217128,7 @@ Example: -f $filepath -l $line -c $column
|
|
|
216822
217128
|
|
|
216823
217129
|
use_auto_save_temporary_files: bool
|
|
216824
217130
|
""" Automatic saving of temporary files in temp directory, uses process ID.
|
|
216825
|
-
Warning: Sculpt and edit mode data
|
|
217131
|
+
Warning: Sculpt and edit mode data won't be saved
|
|
216826
217132
|
|
|
216827
217133
|
:type: bool
|
|
216828
217134
|
"""
|
|
@@ -216959,7 +217265,7 @@ class PreferencesInput(bpy_struct):
|
|
|
216959
217265
|
"""
|
|
216960
217266
|
|
|
216961
217267
|
ndof_deadzone: float
|
|
216962
|
-
""" Threshold of initial movement needed from the
|
|
217268
|
+
""" Threshold of initial movement needed from the device's rest position
|
|
216963
217269
|
|
|
216964
217270
|
:type: float
|
|
216965
217271
|
"""
|
|
@@ -217145,7 +217451,7 @@ class PreferencesInput(bpy_struct):
|
|
|
217145
217451
|
"""
|
|
217146
217452
|
|
|
217147
217453
|
use_zoom_to_mouse: bool
|
|
217148
|
-
""" Zoom in towards the mouse
|
|
217454
|
+
""" Zoom in towards the mouse pointer's position in the 3D view, rather than the 2D window center
|
|
217149
217455
|
|
|
217150
217456
|
:type: bool
|
|
217151
217457
|
"""
|
|
@@ -217630,7 +217936,7 @@ class PreferencesView(bpy_struct):
|
|
|
217630
217936
|
"""
|
|
217631
217937
|
|
|
217632
217938
|
mini_axis_size: int
|
|
217633
|
-
""" The axes
|
|
217939
|
+
""" The axes icon's size
|
|
217634
217940
|
|
|
217635
217941
|
:type: int
|
|
217636
217942
|
"""
|
|
@@ -217719,6 +218025,12 @@ class PreferencesView(bpy_struct):
|
|
|
217719
218025
|
:type: bool
|
|
217720
218026
|
"""
|
|
217721
218027
|
|
|
218028
|
+
show_area_handle: bool
|
|
218029
|
+
""" Show visible area maintenance corner handles
|
|
218030
|
+
|
|
218031
|
+
:type: bool
|
|
218032
|
+
"""
|
|
218033
|
+
|
|
217722
218034
|
show_column_layout: bool
|
|
217723
218035
|
""" Use a column layout for toolbox
|
|
217724
218036
|
|
|
@@ -217749,6 +218061,12 @@ class PreferencesView(bpy_struct):
|
|
|
217749
218061
|
:type: bool
|
|
217750
218062
|
"""
|
|
217751
218063
|
|
|
218064
|
+
show_number_arrows: bool
|
|
218065
|
+
""" Display arrows in numeric input fields for increasing or decreasing values
|
|
218066
|
+
|
|
218067
|
+
:type: bool
|
|
218068
|
+
"""
|
|
218069
|
+
|
|
217752
218070
|
show_object_info: bool
|
|
217753
218071
|
""" Include the name of the active object and the current frame number in the text info overlay
|
|
217754
218072
|
|
|
@@ -217866,6 +218184,12 @@ It improves shape readability of very dense meshes, but increases eye fatigue wh
|
|
|
217866
218184
|
:type: bool
|
|
217867
218185
|
"""
|
|
217868
218186
|
|
|
218187
|
+
use_reduce_motion: bool
|
|
218188
|
+
""" Avoid animations and other motion effects in the interface
|
|
218189
|
+
|
|
218190
|
+
:type: bool
|
|
218191
|
+
"""
|
|
218192
|
+
|
|
217869
218193
|
use_save_prompt: bool
|
|
217870
218194
|
""" Ask for confirmation when quitting with unsaved changes
|
|
217871
218195
|
|
|
@@ -218236,7 +218560,7 @@ class Property(bpy_struct):
|
|
|
218236
218560
|
"""
|
|
218237
218561
|
|
|
218238
218562
|
is_path_supports_blend_relative: bool
|
|
218239
|
-
""" Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend"
|
|
218563
|
+
""" Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend" file's directory
|
|
218240
218564
|
|
|
218241
218565
|
:type: bool
|
|
218242
218566
|
"""
|
|
@@ -218314,7 +218638,7 @@ class Property(bpy_struct):
|
|
|
218314
218638
|
"""
|
|
218315
218639
|
|
|
218316
218640
|
translation_context: str
|
|
218317
|
-
""" Translation context of the
|
|
218641
|
+
""" Translation context of the property's name
|
|
218318
218642
|
|
|
218319
218643
|
:type: str
|
|
218320
218644
|
"""
|
|
@@ -218674,7 +218998,7 @@ class RaytraceEEVEE(bpy_struct):
|
|
|
218674
218998
|
"""
|
|
218675
218999
|
|
|
218676
219000
|
denoise_spatial: bool
|
|
218677
|
-
""" Reuse neighbor pixels rays
|
|
219001
|
+
""" Reuse neighbor pixels' rays
|
|
218678
219002
|
|
|
218679
219003
|
:type: bool
|
|
218680
219004
|
"""
|
|
@@ -219185,7 +219509,7 @@ class RenderEngine(bpy_struct):
|
|
|
219185
219509
|
"""
|
|
219186
219510
|
|
|
219187
219511
|
bl_use_shading_nodes_custom: bool
|
|
219188
|
-
"""
|
|
219512
|
+
""" Don't expose Cycles and EEVEE shading nodes in the node editor user interface, so separate nodes can be used instead
|
|
219189
219513
|
|
|
219190
219514
|
:type: bool
|
|
219191
219515
|
"""
|
|
@@ -220105,13 +220429,13 @@ class RenderSettings(bpy_struct):
|
|
|
220105
220429
|
"""
|
|
220106
220430
|
|
|
220107
220431
|
compositor_denoise_final_quality: typing.Literal["HIGH", "BALANCED", "FAST"]
|
|
220108
|
-
""" The quality used by denoise nodes during the compositing of final renders if the nodes quality option is set to Follow Scene
|
|
220432
|
+
""" The quality used by denoise nodes during the compositing of final renders if the nodes' quality option is set to Follow Scene
|
|
220109
220433
|
|
|
220110
220434
|
:type: typing.Literal['HIGH','BALANCED','FAST']
|
|
220111
220435
|
"""
|
|
220112
220436
|
|
|
220113
220437
|
compositor_denoise_preview_quality: typing.Literal["HIGH", "BALANCED", "FAST"]
|
|
220114
|
-
""" The quality used by denoise nodes during viewport and interactive compositing if the nodes quality option is set to Follow Scene
|
|
220438
|
+
""" The quality used by denoise nodes during viewport and interactive compositing if the nodes' quality option is set to Follow Scene
|
|
220115
220439
|
|
|
220116
220440
|
:type: typing.Literal['HIGH','BALANCED','FAST']
|
|
220117
220441
|
"""
|
|
@@ -220243,7 +220567,7 @@ class RenderSettings(bpy_struct):
|
|
|
220243
220567
|
"""
|
|
220244
220568
|
|
|
220245
220569
|
motion_blur_position: typing.Literal["START", "CENTER", "END"]
|
|
220246
|
-
""" Offset for the
|
|
220570
|
+
""" Offset for the shutter's time interval, allows to change the motion blur trails
|
|
220247
220571
|
|
|
220248
220572
|
:type: typing.Literal['START','CENTER','END']
|
|
220249
220573
|
"""
|
|
@@ -220255,7 +220579,7 @@ class RenderSettings(bpy_struct):
|
|
|
220255
220579
|
"""
|
|
220256
220580
|
|
|
220257
220581
|
motion_blur_shutter_curve: CurveMapping | None
|
|
220258
|
-
""" Curve defining the
|
|
220582
|
+
""" Curve defining the shutter's openness over time
|
|
220259
220583
|
|
|
220260
220584
|
:type: CurveMapping | None
|
|
220261
220585
|
"""
|
|
@@ -220495,7 +220819,7 @@ class RenderSettings(bpy_struct):
|
|
|
220495
220819
|
"""
|
|
220496
220820
|
|
|
220497
220821
|
use_placeholder: bool
|
|
220498
|
-
""" Create empty placeholder files while rendering frames (similar to Unix touch)
|
|
220822
|
+
""" Create empty placeholder files while rendering frames (similar to Unix 'touch')
|
|
220499
220823
|
|
|
220500
220824
|
:type: bool
|
|
220501
220825
|
"""
|
|
@@ -220591,7 +220915,7 @@ class RenderSettings(bpy_struct):
|
|
|
220591
220915
|
"""
|
|
220592
220916
|
|
|
220593
220917
|
use_stamp_lens: bool
|
|
220594
|
-
""" Include the active
|
|
220918
|
+
""" Include the active camera's lens in image metadata
|
|
220595
220919
|
|
|
220596
220920
|
:type: bool
|
|
220597
220921
|
"""
|
|
@@ -221333,7 +221657,7 @@ class RigidBodyObject(bpy_struct):
|
|
|
221333
221657
|
"""
|
|
221334
221658
|
|
|
221335
221659
|
mass: float
|
|
221336
|
-
""" How much the object weighs irrespective of gravity
|
|
221660
|
+
""" How much the object 'weighs' irrespective of gravity
|
|
221337
221661
|
|
|
221338
221662
|
:type: float
|
|
221339
221663
|
"""
|
|
@@ -221840,7 +222164,7 @@ class SPHFluidSettings(bpy_struct):
|
|
|
221840
222164
|
"""
|
|
221841
222165
|
|
|
221842
222166
|
use_viscoelastic_springs: bool
|
|
221843
|
-
""" Use viscoelastic springs instead of
|
|
222167
|
+
""" Use viscoelastic springs instead of Hooke's springs
|
|
221844
222168
|
|
|
221845
222169
|
:type: bool
|
|
221846
222170
|
"""
|
|
@@ -221887,7 +222211,7 @@ class Scene(ID, bpy_struct):
|
|
|
221887
222211
|
"""Scene data-block, consisting in objects and defining time and render related settings"""
|
|
221888
222212
|
|
|
221889
222213
|
active_clip: MovieClip | None
|
|
221890
|
-
""" Active Movie Clip that can be used by motion tracking constraints or as a
|
|
222214
|
+
""" Active Movie Clip that can be used by motion tracking constraints or as a camera's background image
|
|
221891
222215
|
|
|
221892
222216
|
:type: MovieClip | None
|
|
221893
222217
|
"""
|
|
@@ -222087,7 +222411,7 @@ class Scene(ID, bpy_struct):
|
|
|
222087
222411
|
"""
|
|
222088
222412
|
|
|
222089
222413
|
lock_frame_selection_to_range: bool
|
|
222090
|
-
"""
|
|
222414
|
+
""" Don't allow frame to be selected with mouse outside of frame range
|
|
222091
222415
|
|
|
222092
222416
|
:type: bool
|
|
222093
222417
|
"""
|
|
@@ -222195,7 +222519,7 @@ class Scene(ID, bpy_struct):
|
|
|
222195
222519
|
"""
|
|
222196
222520
|
|
|
222197
222521
|
use_custom_simulation_range: bool
|
|
222198
|
-
""" Use a simulation range that is different from the scene range for simulation nodes that
|
|
222522
|
+
""" Use a simulation range that is different from the scene range for simulation nodes that don't override the frame range themselves
|
|
222199
222523
|
|
|
222200
222524
|
:type: bool
|
|
222201
222525
|
"""
|
|
@@ -223045,7 +223369,7 @@ class SceneStrip(Strip, bpy_struct):
|
|
|
223045
223369
|
"""
|
|
223046
223370
|
|
|
223047
223371
|
color_saturation: float
|
|
223048
|
-
""" Adjust the intensity of the
|
|
223372
|
+
""" Adjust the intensity of the input's color
|
|
223049
223373
|
|
|
223050
223374
|
:type: float
|
|
223051
223375
|
"""
|
|
@@ -223087,7 +223411,7 @@ class SceneStrip(Strip, bpy_struct):
|
|
|
223087
223411
|
"""
|
|
223088
223412
|
|
|
223089
223413
|
scene_camera: Object | None
|
|
223090
|
-
""" Override the
|
|
223414
|
+
""" Override the scene's active camera
|
|
223091
223415
|
|
|
223092
223416
|
:type: Object | None
|
|
223093
223417
|
"""
|
|
@@ -223851,7 +224175,7 @@ class SequenceEditor(bpy_struct):
|
|
|
223851
224175
|
"""Sequence editing data for a Scene data-block"""
|
|
223852
224176
|
|
|
223853
224177
|
active_strip: Strip | None
|
|
223854
|
-
"""
|
|
224178
|
+
""" Sequencer's active strip
|
|
223855
224179
|
|
|
223856
224180
|
:type: Strip | None
|
|
223857
224181
|
"""
|
|
@@ -224308,6 +224632,12 @@ class SequencerTonemapModifierData(StripModifier, bpy_struct):
|
|
|
224308
224632
|
:type: float
|
|
224309
224633
|
"""
|
|
224310
224634
|
|
|
224635
|
+
open_mask_input_panel: bool
|
|
224636
|
+
"""
|
|
224637
|
+
|
|
224638
|
+
:type: bool
|
|
224639
|
+
"""
|
|
224640
|
+
|
|
224311
224641
|
tonemap_type: typing.Literal["RD_PHOTORECEPTOR", "RH_SIMPLE"]
|
|
224312
224642
|
""" Tone mapping algorithm
|
|
224313
224643
|
|
|
@@ -224372,13 +224702,13 @@ class SequencerToolSettings(bpy_struct):
|
|
|
224372
224702
|
"""
|
|
224373
224703
|
|
|
224374
224704
|
snap_ignore_muted: bool
|
|
224375
|
-
"""
|
|
224705
|
+
""" Don't snap to hidden strips
|
|
224376
224706
|
|
|
224377
224707
|
:type: bool
|
|
224378
224708
|
"""
|
|
224379
224709
|
|
|
224380
224710
|
snap_ignore_sound: bool
|
|
224381
|
-
"""
|
|
224711
|
+
""" Don't snap to sound strips
|
|
224382
224712
|
|
|
224383
224713
|
:type: bool
|
|
224384
224714
|
"""
|
|
@@ -225947,7 +226277,7 @@ class ShaderNodeBsdfHairPrincipled(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
225947
226277
|
"""
|
|
225948
226278
|
|
|
225949
226279
|
parametrization: typing.Literal["ABSORPTION", "MELANIN", "COLOR"]
|
|
225950
|
-
""" Select the
|
|
226280
|
+
""" Select the shader's color parametrization
|
|
225951
226281
|
|
|
225952
226282
|
:type: typing.Literal['ABSORPTION','MELANIN','COLOR']
|
|
225953
226283
|
"""
|
|
@@ -229811,7 +230141,7 @@ class ShaderNodeTexBrick(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
229811
230141
|
"""
|
|
229812
230142
|
|
|
229813
230143
|
squash: float
|
|
229814
|
-
""" Factor to adjust the
|
|
230144
|
+
""" Factor to adjust the brick's width for particular rows determined by the Offset Frequency
|
|
229815
230145
|
|
|
229816
230146
|
:type: float
|
|
229817
230147
|
"""
|
|
@@ -232846,7 +233176,7 @@ class ShrinkwrapModifier(Modifier, bpy_struct):
|
|
|
232846
233176
|
"""
|
|
232847
233177
|
|
|
232848
233178
|
subsurf_levels: int
|
|
232849
|
-
""" Number of subdivisions that must be performed before extracting vertices positions and normals
|
|
233179
|
+
""" Number of subdivisions that must be performed before extracting vertices' positions and normals
|
|
232850
233180
|
|
|
232851
233181
|
:type: int
|
|
232852
233182
|
"""
|
|
@@ -233333,7 +233663,7 @@ class SoftBodySettings(bpy_struct):
|
|
|
233333
233663
|
"""Soft body simulation settings for an object"""
|
|
233334
233664
|
|
|
233335
233665
|
aero: int
|
|
233336
|
-
""" Make edges sail
|
|
233666
|
+
""" Make edges 'sail'
|
|
233337
233667
|
|
|
233338
233668
|
:type: int
|
|
233339
233669
|
"""
|
|
@@ -233369,7 +233699,7 @@ class SoftBodySettings(bpy_struct):
|
|
|
233369
233699
|
"""
|
|
233370
233700
|
|
|
233371
233701
|
choke: int
|
|
233372
|
-
""" Viscosity inside collision target
|
|
233702
|
+
""" 'Viscosity' inside collision target
|
|
233373
233703
|
|
|
233374
233704
|
:type: int
|
|
233375
233705
|
"""
|
|
@@ -234627,43 +234957,43 @@ class SpaceDopeSheetEditor(Space, bpy_struct):
|
|
|
234627
234957
|
"""
|
|
234628
234958
|
|
|
234629
234959
|
cache_cloth: bool
|
|
234630
|
-
""" Show the active
|
|
234960
|
+
""" Show the active object's cloth point cache
|
|
234631
234961
|
|
|
234632
234962
|
:type: bool
|
|
234633
234963
|
"""
|
|
234634
234964
|
|
|
234635
234965
|
cache_dynamicpaint: bool
|
|
234636
|
-
""" Show the active
|
|
234966
|
+
""" Show the active object's Dynamic Paint cache
|
|
234637
234967
|
|
|
234638
234968
|
:type: bool
|
|
234639
234969
|
"""
|
|
234640
234970
|
|
|
234641
234971
|
cache_particles: bool
|
|
234642
|
-
""" Show the active
|
|
234972
|
+
""" Show the active object's particle point cache
|
|
234643
234973
|
|
|
234644
234974
|
:type: bool
|
|
234645
234975
|
"""
|
|
234646
234976
|
|
|
234647
234977
|
cache_rigidbody: bool
|
|
234648
|
-
""" Show the active
|
|
234978
|
+
""" Show the active object's Rigid Body cache
|
|
234649
234979
|
|
|
234650
234980
|
:type: bool
|
|
234651
234981
|
"""
|
|
234652
234982
|
|
|
234653
234983
|
cache_simulation_nodes: bool
|
|
234654
|
-
""" Show the active
|
|
234984
|
+
""" Show the active object's simulation nodes cache and bake data
|
|
234655
234985
|
|
|
234656
234986
|
:type: bool
|
|
234657
234987
|
"""
|
|
234658
234988
|
|
|
234659
234989
|
cache_smoke: bool
|
|
234660
|
-
""" Show the active
|
|
234990
|
+
""" Show the active object's smoke cache
|
|
234661
234991
|
|
|
234662
234992
|
:type: bool
|
|
234663
234993
|
"""
|
|
234664
234994
|
|
|
234665
234995
|
cache_softbody: bool
|
|
234666
|
-
""" Show the active
|
|
234996
|
+
""" Show the active object's softbody point cache
|
|
234667
234997
|
|
|
234668
234998
|
:type: bool
|
|
234669
234999
|
"""
|
|
@@ -234853,7 +235183,7 @@ class SpaceFileBrowser(Space, bpy_struct):
|
|
|
234853
235183
|
"""
|
|
234854
235184
|
|
|
234855
235185
|
bookmarks: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234856
|
-
"""
|
|
235186
|
+
""" User's bookmarks
|
|
234857
235187
|
|
|
234858
235188
|
:type: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234859
235189
|
"""
|
|
@@ -234913,7 +235243,7 @@ class SpaceFileBrowser(Space, bpy_struct):
|
|
|
234913
235243
|
"""
|
|
234914
235244
|
|
|
234915
235245
|
system_bookmarks: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234916
|
-
"""
|
|
235246
|
+
""" System's bookmarks
|
|
234917
235247
|
|
|
234918
235248
|
:type: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234919
235249
|
"""
|
|
@@ -234925,7 +235255,7 @@ class SpaceFileBrowser(Space, bpy_struct):
|
|
|
234925
235255
|
"""
|
|
234926
235256
|
|
|
234927
235257
|
system_folders: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234928
|
-
"""
|
|
235258
|
+
""" System's folders (usually root, available hard drives, etc)
|
|
234929
235259
|
|
|
234930
235260
|
:type: bpy_prop_collection[FileBrowserFSMenuEntry]
|
|
234931
235261
|
"""
|
|
@@ -235963,7 +236293,7 @@ class SpaceNodeEditor(Space, bpy_struct):
|
|
|
235963
236293
|
"""
|
|
235964
236294
|
|
|
235965
236295
|
supports_previews: bool
|
|
235966
|
-
""" Whether the node
|
|
236296
|
+
""" Whether the node editor's type supports displaying node previews
|
|
235967
236297
|
|
|
235968
236298
|
:type: bool
|
|
235969
236299
|
"""
|
|
@@ -236070,7 +236400,7 @@ class SpaceNodeOverlay(bpy_struct):
|
|
|
236070
236400
|
"""
|
|
236071
236401
|
|
|
236072
236402
|
show_context_path: bool
|
|
236073
|
-
""" Display breadcrumbs for the
|
|
236403
|
+
""" Display breadcrumbs for the editor's context
|
|
236074
236404
|
|
|
236075
236405
|
:type: bool
|
|
236076
236406
|
"""
|
|
@@ -236088,7 +236418,7 @@ class SpaceNodeOverlay(bpy_struct):
|
|
|
236088
236418
|
"""
|
|
236089
236419
|
|
|
236090
236420
|
show_previews: bool
|
|
236091
|
-
""" Display each
|
|
236421
|
+
""" Display each node's preview if node is toggled
|
|
236092
236422
|
|
|
236093
236423
|
:type: bool
|
|
236094
236424
|
"""
|
|
@@ -236100,7 +236430,7 @@ class SpaceNodeOverlay(bpy_struct):
|
|
|
236100
236430
|
"""
|
|
236101
236431
|
|
|
236102
236432
|
show_timing: bool
|
|
236103
|
-
""" Display each
|
|
236433
|
+
""" Display each node's last execution time
|
|
236104
236434
|
|
|
236105
236435
|
:type: bool
|
|
236106
236436
|
"""
|
|
@@ -237517,7 +237847,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
237517
237847
|
"""3D View space data"""
|
|
237518
237848
|
|
|
237519
237849
|
camera: Object | None
|
|
237520
|
-
""" Active camera used in this view (when unlocked from the
|
|
237850
|
+
""" Active camera used in this view (when unlocked from the scene's active camera)
|
|
237521
237851
|
|
|
237522
237852
|
:type: Object | None
|
|
237523
237853
|
"""
|
|
@@ -237553,7 +237883,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
237553
237883
|
"""
|
|
237554
237884
|
|
|
237555
237885
|
lock_bone: str
|
|
237556
|
-
""" 3D View center is locked to this
|
|
237886
|
+
""" 3D View center is locked to this bone's position
|
|
237557
237887
|
|
|
237558
237888
|
:type: str
|
|
237559
237889
|
"""
|
|
@@ -237565,13 +237895,13 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
237565
237895
|
"""
|
|
237566
237896
|
|
|
237567
237897
|
lock_cursor: bool
|
|
237568
|
-
""" 3D View center is locked to the
|
|
237898
|
+
""" 3D View center is locked to the cursor's position
|
|
237569
237899
|
|
|
237570
237900
|
:type: bool
|
|
237571
237901
|
"""
|
|
237572
237902
|
|
|
237573
237903
|
lock_object: Object | None
|
|
237574
|
-
""" 3D View center is locked to this
|
|
237904
|
+
""" 3D View center is locked to this object's position
|
|
237575
237905
|
|
|
237576
237906
|
:type: Object | None
|
|
237577
237907
|
"""
|
|
@@ -237595,7 +237925,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
237595
237925
|
"""
|
|
237596
237926
|
|
|
237597
237927
|
region_quadviews: bpy_prop_collection[RegionView3D]
|
|
237598
|
-
""" 3D regions (the third one defines quad view settings, the fourth one is same as region_3d)
|
|
237928
|
+
""" 3D regions (the third one defines quad view settings, the fourth one is same as 'region_3d')
|
|
237599
237929
|
|
|
237600
237930
|
:type: bpy_prop_collection[RegionView3D]
|
|
237601
237931
|
"""
|
|
@@ -237997,7 +238327,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
237997
238327
|
"""
|
|
237998
238328
|
|
|
237999
238329
|
stereo_3d_volume_alpha: float
|
|
238000
|
-
""" Opacity (alpha) of the cameras frustum volume
|
|
238330
|
+
""" Opacity (alpha) of the cameras' frustum volume
|
|
238001
238331
|
|
|
238002
238332
|
:type: float
|
|
238003
238333
|
"""
|
|
@@ -238017,7 +238347,7 @@ class SpaceView3D(Space, bpy_struct):
|
|
|
238017
238347
|
"""
|
|
238018
238348
|
|
|
238019
238349
|
use_local_camera: bool
|
|
238020
|
-
""" Use a local camera in this view, rather than
|
|
238350
|
+
""" Use a local camera in this view, rather than scene's active camera
|
|
238021
238351
|
|
|
238022
238352
|
:type: bool
|
|
238023
238353
|
"""
|
|
@@ -238680,7 +239010,7 @@ class SpotLight(Light, ID, bpy_struct):
|
|
|
238680
239010
|
"""Directional cone Light"""
|
|
238681
239011
|
|
|
238682
239012
|
energy: float
|
|
238683
|
-
""" The energy this light would emit over its entire area if it
|
|
239013
|
+
""" The energy this light would emit over its entire area if it wasn't limited by the spot angle, in units of radiant power (W)
|
|
238684
239014
|
|
|
238685
239015
|
:type: float
|
|
238686
239016
|
"""
|
|
@@ -239357,7 +239687,7 @@ class StretchToConstraint(Constraint, bpy_struct):
|
|
|
239357
239687
|
"""
|
|
239358
239688
|
|
|
239359
239689
|
volume: typing.Literal["VOLUME_XZX", "VOLUME_X", "VOLUME_Z", "NO_VOLUME"]
|
|
239360
|
-
""" Maintain the
|
|
239690
|
+
""" Maintain the object's volume as it stretches
|
|
239361
239691
|
|
|
239362
239692
|
:type: typing.Literal['VOLUME_XZX','VOLUME_X','VOLUME_Z','NO_VOLUME']
|
|
239363
239693
|
"""
|
|
@@ -239523,7 +239853,7 @@ class Strip(bpy_struct):
|
|
|
239523
239853
|
"""Sequence strip in the sequence editor"""
|
|
239524
239854
|
|
|
239525
239855
|
blend_alpha: float
|
|
239526
|
-
""" Percentage of how much the
|
|
239856
|
+
""" Percentage of how much the strip's colors affect other strips
|
|
239527
239857
|
|
|
239528
239858
|
:type: float
|
|
239529
239859
|
"""
|
|
@@ -239707,7 +240037,7 @@ class Strip(bpy_struct):
|
|
|
239707
240037
|
"""
|
|
239708
240038
|
|
|
239709
240039
|
use_linear_modifiers: bool
|
|
239710
|
-
""" Calculate modifiers in linear space instead of
|
|
240040
|
+
""" Calculate modifiers in linear space instead of sequencer's space
|
|
239711
240041
|
|
|
239712
240042
|
:type: bool
|
|
239713
240043
|
"""
|
|
@@ -240074,6 +240404,12 @@ class StripElement(bpy_struct):
|
|
|
240074
240404
|
class StripModifier(bpy_struct):
|
|
240075
240405
|
"""Modifier for sequence strip"""
|
|
240076
240406
|
|
|
240407
|
+
enable: bool
|
|
240408
|
+
""" Enable this modifier
|
|
240409
|
+
|
|
240410
|
+
:type: bool
|
|
240411
|
+
"""
|
|
240412
|
+
|
|
240077
240413
|
input_mask_id: Mask | None
|
|
240078
240414
|
""" Mask ID used as mask input for the modifier
|
|
240079
240415
|
|
|
@@ -240092,6 +240428,12 @@ class StripModifier(bpy_struct):
|
|
|
240092
240428
|
:type: typing.Literal['STRIP','ID']
|
|
240093
240429
|
"""
|
|
240094
240430
|
|
|
240431
|
+
is_active: bool
|
|
240432
|
+
""" This modifier is active
|
|
240433
|
+
|
|
240434
|
+
:type: bool
|
|
240435
|
+
"""
|
|
240436
|
+
|
|
240095
240437
|
mask_time: typing.Literal["RELATIVE", "ABSOLUTE"]
|
|
240096
240438
|
""" Time to use for the Mask animation
|
|
240097
240439
|
|
|
@@ -240350,7 +240692,7 @@ class Struct(bpy_struct):
|
|
|
240350
240692
|
"""
|
|
240351
240693
|
|
|
240352
240694
|
description: str
|
|
240353
|
-
""" Description of the
|
|
240695
|
+
""" Description of the Struct's purpose
|
|
240354
240696
|
|
|
240355
240697
|
:type: str
|
|
240356
240698
|
"""
|
|
@@ -240398,7 +240740,7 @@ class Struct(bpy_struct):
|
|
|
240398
240740
|
"""
|
|
240399
240741
|
|
|
240400
240742
|
translation_context: str
|
|
240401
|
-
""" Translation context of the
|
|
240743
|
+
""" Translation context of the struct's name
|
|
240402
240744
|
|
|
240403
240745
|
:type: str
|
|
240404
240746
|
"""
|
|
@@ -240776,7 +241118,7 @@ class SunLight(Light, ID, bpy_struct):
|
|
|
240776
241118
|
"""
|
|
240777
241119
|
|
|
240778
241120
|
energy: float
|
|
240779
|
-
""" Sunlight strength in watts per meter squared (W/m)
|
|
241121
|
+
""" Sunlight strength in watts per meter squared (W/m²)
|
|
240780
241122
|
|
|
240781
241123
|
:type: float
|
|
240782
241124
|
"""
|
|
@@ -241679,7 +242021,7 @@ class TextCurve(Curve, ID, bpy_struct):
|
|
|
241679
242021
|
"""
|
|
241680
242022
|
|
|
241681
242023
|
family: str
|
|
241682
|
-
""" Use objects as font characters (give font objects a common name followed by the character they represent, eg. family-a, family-b, etc, set this setting to family
|
|
242024
|
+
""" Use objects as font characters (give font objects a common name followed by the character they represent, eg. 'family-a', 'family-b', etc, set this setting to 'family-', and turn on Vertex Instancing)
|
|
241683
242025
|
|
|
241684
242026
|
:type: str
|
|
241685
242027
|
"""
|
|
@@ -241817,7 +242159,7 @@ class TextCurve(Curve, ID, bpy_struct):
|
|
|
241817
242159
|
"""
|
|
241818
242160
|
|
|
241819
242161
|
use_fast_edit: bool
|
|
241820
|
-
"""
|
|
242162
|
+
""" Don't fill polygons while editing
|
|
241821
242163
|
|
|
241822
242164
|
:type: bool
|
|
241823
242165
|
"""
|
|
@@ -242324,7 +242666,7 @@ class TextureNodeBricks(TextureNode, NodeInternal, Node, bpy_struct):
|
|
|
242324
242666
|
"""
|
|
242325
242667
|
|
|
242326
242668
|
squash: float
|
|
242327
|
-
""" Factor to adjust the
|
|
242669
|
+
""" Factor to adjust the brick's width for particular rows determined by the Offset Frequency
|
|
242328
242670
|
|
|
242329
242671
|
:type: float
|
|
242330
242672
|
"""
|
|
@@ -244627,7 +244969,7 @@ class TextureSlot(bpy_struct):
|
|
|
244627
244969
|
"""
|
|
244628
244970
|
|
|
244629
244971
|
color: mathutils.Color
|
|
244630
|
-
""" Default color for textures that
|
|
244972
|
+
""" Default color for textures that don't return RGB or when RGB to intensity is enabled
|
|
244631
244973
|
|
|
244632
244974
|
:type: mathutils.Color
|
|
244633
244975
|
"""
|
|
@@ -244657,7 +244999,7 @@ class TextureSlot(bpy_struct):
|
|
|
244657
244999
|
"""
|
|
244658
245000
|
|
|
244659
245001
|
scale: mathutils.Vector
|
|
244660
|
-
""" Set scaling for the
|
|
245002
|
+
""" Set scaling for the texture's X, Y and Z sizes
|
|
244661
245003
|
|
|
244662
245004
|
:type: mathutils.Vector
|
|
244663
245005
|
"""
|
|
@@ -245061,7 +245403,7 @@ class ThemeClipEditor(bpy_struct):
|
|
|
245061
245403
|
"""
|
|
245062
245404
|
|
|
245063
245405
|
marker_outline: mathutils.Color
|
|
245064
|
-
""" Color of
|
|
245406
|
+
""" Color of marker's outline
|
|
245065
245407
|
|
|
245066
245408
|
:type: mathutils.Color
|
|
245067
245409
|
"""
|
|
@@ -246831,12 +247173,6 @@ class ThemePreferences(bpy_struct):
|
|
|
246831
247173
|
class ThemeProperties(bpy_struct):
|
|
246832
247174
|
"""Theme settings for the Properties"""
|
|
246833
247175
|
|
|
246834
|
-
active_modifier: bpy_prop_array[float] | None
|
|
246835
|
-
"""
|
|
246836
|
-
|
|
246837
|
-
:type: bpy_prop_array[float] | None
|
|
246838
|
-
"""
|
|
246839
|
-
|
|
246840
247176
|
match: mathutils.Color
|
|
246841
247177
|
"""
|
|
246842
247178
|
|
|
@@ -246890,6 +247226,12 @@ class ThemeProperties(bpy_struct):
|
|
|
246890
247226
|
class ThemeSequenceEditor(bpy_struct):
|
|
246891
247227
|
"""Theme settings for the Sequence Editor"""
|
|
246892
247228
|
|
|
247229
|
+
active_modifier: bpy_prop_array[float] | None
|
|
247230
|
+
"""
|
|
247231
|
+
|
|
247232
|
+
:type: bpy_prop_array[float] | None
|
|
247233
|
+
"""
|
|
247234
|
+
|
|
246893
247235
|
active_strip: mathutils.Color | None
|
|
246894
247236
|
"""
|
|
246895
247237
|
|
|
@@ -247837,6 +248179,12 @@ class ThemeUserInterface(bpy_struct):
|
|
|
247837
248179
|
:type: int
|
|
247838
248180
|
"""
|
|
247839
248181
|
|
|
248182
|
+
panel_active: bpy_prop_array[float]
|
|
248183
|
+
""" Color of the outline of top-level panels that are active
|
|
248184
|
+
|
|
248185
|
+
:type: bpy_prop_array[float]
|
|
248186
|
+
"""
|
|
248187
|
+
|
|
247840
248188
|
panel_back: bpy_prop_array[float]
|
|
247841
248189
|
"""
|
|
247842
248190
|
|
|
@@ -248891,7 +249239,7 @@ class ToolSettings(bpy_struct):
|
|
|
248891
249239
|
"""
|
|
248892
249240
|
|
|
248893
249241
|
custom_bevel_profile_preset: CurveProfile | None
|
|
248894
|
-
""" Used for defining a
|
|
249242
|
+
""" Used for defining a profile's path
|
|
248895
249243
|
|
|
248896
249244
|
:type: CurveProfile | None
|
|
248897
249245
|
"""
|
|
@@ -249681,7 +250029,7 @@ class TrackToConstraint(Constraint, bpy_struct):
|
|
|
249681
250029
|
"""
|
|
249682
250030
|
|
|
249683
250031
|
use_target_z: bool
|
|
249684
|
-
"""
|
|
250032
|
+
""" Target's Z axis, not World Z axis, will constrain the Up direction
|
|
249685
250033
|
|
|
249686
250034
|
:type: bool
|
|
249687
250035
|
"""
|
|
@@ -249895,19 +250243,19 @@ class TransformConstraint(Constraint, bpy_struct):
|
|
|
249895
250243
|
"""
|
|
249896
250244
|
|
|
249897
250245
|
map_to_x_from: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249898
|
-
""" The source axis constrained
|
|
250246
|
+
""" The source axis constrained object's X axis uses
|
|
249899
250247
|
|
|
249900
250248
|
:type: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249901
250249
|
"""
|
|
249902
250250
|
|
|
249903
250251
|
map_to_y_from: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249904
|
-
""" The source axis constrained
|
|
250252
|
+
""" The source axis constrained object's Y axis uses
|
|
249905
250253
|
|
|
249906
250254
|
:type: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249907
250255
|
"""
|
|
249908
250256
|
|
|
249909
250257
|
map_to_z_from: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249910
|
-
""" The source axis constrained
|
|
250258
|
+
""" The source axis constrained object's Z axis uses
|
|
249911
250259
|
|
|
249912
250260
|
:type: bpy.stub_internal.rna_enums.AxisXyzItems
|
|
249913
250261
|
"""
|
|
@@ -250494,7 +250842,7 @@ class UILayout(bpy_struct):
|
|
|
250494
250842
|
"""
|
|
250495
250843
|
|
|
250496
250844
|
operator_context: bpy.stub_internal.rna_enums.OperatorContextItems
|
|
250497
|
-
""" Typically set to INVOKE_REGION_WIN, except some cases in `bpy.types.Menu` when
|
|
250845
|
+
""" Typically set to 'INVOKE_REGION_WIN', except some cases in `bpy.types.Menu` when it's set to 'EXEC_REGION_WIN'.
|
|
250498
250846
|
|
|
250499
250847
|
:type: bpy.stub_internal.rna_enums.OperatorContextItems
|
|
250500
250848
|
"""
|
|
@@ -250582,7 +250930,7 @@ class UILayout(bpy_struct):
|
|
|
250582
250930
|
def panel(
|
|
250583
250931
|
self, idname: str, *, default_closed: bool | None = False
|
|
250584
250932
|
) -> tuple[UILayout, UILayout]:
|
|
250585
|
-
"""Creates a
|
|
250933
|
+
"""Creates a collapsible panel. Whether it is open or closed is stored in the region using the given idname. This can only be used when the panel has the full width of the panel region available to it. So it cant be used in e.g. in a box or columns.
|
|
250586
250934
|
|
|
250587
250935
|
:param idname: Identifier of the panel
|
|
250588
250936
|
:type idname: str
|
|
@@ -251523,6 +251871,9 @@ class UILayout(bpy_struct):
|
|
|
251523
251871
|
def template_modifiers(self) -> None:
|
|
251524
251872
|
"""Generates the UI layout for the modifier stack"""
|
|
251525
251873
|
|
|
251874
|
+
def template_strip_modifiers(self) -> None:
|
|
251875
|
+
"""Generates the UI layout for the strip modifier stack"""
|
|
251876
|
+
|
|
251526
251877
|
def template_collection_exporters(self) -> None:
|
|
251527
251878
|
"""Generates the UI layout for collection exporters"""
|
|
251528
251879
|
|
|
@@ -252261,7 +252612,7 @@ class UIList(bpy_struct):
|
|
|
252261
252612
|
"""UI list containing the elements of a collection"""
|
|
252262
252613
|
|
|
252263
252614
|
bitflag_filter_item: int
|
|
252264
|
-
""" The value of the reserved bitflag FILTER_ITEM (in filter_flags values)
|
|
252615
|
+
""" The value of the reserved bitflag 'FILTER_ITEM' (in filter_flags values)
|
|
252265
252616
|
|
|
252266
252617
|
:type: int
|
|
252267
252618
|
"""
|
|
@@ -252279,7 +252630,7 @@ class UIList(bpy_struct):
|
|
|
252279
252630
|
"""
|
|
252280
252631
|
|
|
252281
252632
|
filter_name: str
|
|
252282
|
-
""" Only show items matching this name (use * as wildcard)
|
|
252633
|
+
""" Only show items matching this name (use '*' as wildcard)
|
|
252283
252634
|
|
|
252284
252635
|
:type: str
|
|
252285
252636
|
"""
|
|
@@ -253462,7 +253813,7 @@ class UserExtensionRepo(bpy_struct):
|
|
|
253462
253813
|
"""
|
|
253463
253814
|
|
|
253464
253815
|
use_custom_directory: bool
|
|
253465
|
-
""" Manually set the path for extensions to be stored. When disabled a
|
|
253816
|
+
""" Manually set the path for extensions to be stored. When disabled a user's extensions directory is created.
|
|
253466
253817
|
|
|
253467
253818
|
:type: bool
|
|
253468
253819
|
"""
|
|
@@ -253515,7 +253866,7 @@ class UserSolidLight(bpy_struct):
|
|
|
253515
253866
|
"""Light used for Studio lighting in solid shading mode"""
|
|
253516
253867
|
|
|
253517
253868
|
diffuse_color: mathutils.Color
|
|
253518
|
-
""" Color of the
|
|
253869
|
+
""" Color of the light's diffuse highlight
|
|
253519
253870
|
|
|
253520
253871
|
:type: mathutils.Color
|
|
253521
253872
|
"""
|
|
@@ -253533,7 +253884,7 @@ class UserSolidLight(bpy_struct):
|
|
|
253533
253884
|
"""
|
|
253534
253885
|
|
|
253535
253886
|
specular_color: mathutils.Color
|
|
253536
|
-
""" Color of the
|
|
253887
|
+
""" Color of the light's specular highlight
|
|
253537
253888
|
|
|
253538
253889
|
:type: mathutils.Color
|
|
253539
253890
|
"""
|
|
@@ -254757,7 +255108,7 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
|
|
|
254757
255108
|
"""Edit the weights of vertices in a group"""
|
|
254758
255109
|
|
|
254759
255110
|
add_threshold: float
|
|
254760
|
-
""" Lower (inclusive) bound for a
|
|
255111
|
+
""" Lower (inclusive) bound for a vertex's weight to be added to the vgroup
|
|
254761
255112
|
|
|
254762
255113
|
:type: float
|
|
254763
255114
|
"""
|
|
@@ -254858,7 +255209,7 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
|
|
|
254858
255209
|
"""
|
|
254859
255210
|
|
|
254860
255211
|
remove_threshold: float
|
|
254861
|
-
""" Upper (inclusive) bound for a
|
|
255212
|
+
""" Upper (inclusive) bound for a vertex's weight to be removed from the vgroup
|
|
254862
255213
|
|
|
254863
255214
|
:type: float
|
|
254864
255215
|
"""
|
|
@@ -255165,7 +255516,7 @@ class VertexWeightProximityModifier(Modifier, bpy_struct):
|
|
|
255165
255516
|
"""
|
|
255166
255517
|
|
|
255167
255518
|
proximity_geometry: typing.Any
|
|
255168
|
-
""" Use the shortest computed distance to target
|
|
255519
|
+
""" Use the shortest computed distance to target object's geometry as weight"""
|
|
255169
255520
|
|
|
255170
255521
|
proximity_mode: typing.Literal["OBJECT", "GEOMETRY"]
|
|
255171
255522
|
""" Which distances to target object to use
|
|
@@ -256275,7 +256626,7 @@ class ViewLayer(bpy_struct):
|
|
|
256275
256626
|
"""
|
|
256276
256627
|
|
|
256277
256628
|
active_layer_collection: LayerCollection | None
|
|
256278
|
-
""" Active layer collection in this view
|
|
256629
|
+
""" Active layer collection in this view layer's hierarchy
|
|
256279
256630
|
|
|
256280
256631
|
:type: LayerCollection | None
|
|
256281
256632
|
"""
|
|
@@ -256329,7 +256680,7 @@ class ViewLayer(bpy_struct):
|
|
|
256329
256680
|
"""
|
|
256330
256681
|
|
|
256331
256682
|
layer_collection: LayerCollection
|
|
256332
|
-
""" Root of collections hierarchy of this view layer, its collection pointer property is the same as the
|
|
256683
|
+
""" Root of collections hierarchy of this view layer, its 'collection' pointer property is the same as the scene's master collection
|
|
256333
256684
|
|
|
256334
256685
|
:type: LayerCollection
|
|
256335
256686
|
"""
|
|
@@ -256949,7 +257300,7 @@ class Volume(ID, bpy_struct):
|
|
|
256949
257300
|
"""
|
|
256950
257301
|
|
|
256951
257302
|
velocity_unit: bpy.stub_internal.rna_enums.VelocityUnitItems
|
|
256952
|
-
""" Define how the velocity vectors are interpreted with regard to time, frame means the delta time is 1 frame, second means the delta time is 1 / FPS
|
|
257303
|
+
""" Define how the velocity vectors are interpreted with regard to time, 'frame' means the delta time is 1 frame, 'second' means the delta time is 1 / FPS
|
|
256953
257304
|
|
|
256954
257305
|
:type: bpy.stub_internal.rna_enums.VelocityUnitItems
|
|
256955
257306
|
"""
|
|
@@ -257987,7 +258338,7 @@ class WeightedNormalModifier(Modifier, bpy_struct):
|
|
|
257987
258338
|
"""
|
|
257988
258339
|
|
|
257989
258340
|
weight: int
|
|
257990
|
-
""" Corrective factor applied to faces weights, 50 is neutral, lower values increase weight of weak faces, higher values increase weight of strong faces
|
|
258341
|
+
""" Corrective factor applied to faces' weights, 50 is neutral, lower values increase weight of weak faces, higher values increase weight of strong faces
|
|
257991
258342
|
|
|
257992
258343
|
:type: int
|
|
257993
258344
|
"""
|
|
@@ -258092,6 +258443,12 @@ class WeldModifier(Modifier, bpy_struct):
|
|
|
258092
258443
|
class WhiteBalanceModifier(StripModifier, bpy_struct):
|
|
258093
258444
|
"""White balance modifier for sequence strip"""
|
|
258094
258445
|
|
|
258446
|
+
open_mask_input_panel: bool
|
|
258447
|
+
"""
|
|
258448
|
+
|
|
258449
|
+
:type: bool
|
|
258450
|
+
"""
|
|
258451
|
+
|
|
258095
258452
|
white_value: mathutils.Color
|
|
258096
258453
|
""" This color defines white in the strip
|
|
258097
258454
|
|
|
@@ -259440,7 +259797,7 @@ class World(ID, bpy_struct):
|
|
|
259440
259797
|
"""
|
|
259441
259798
|
|
|
259442
259799
|
use_eevee_finite_volume: bool
|
|
259443
|
-
""" The
|
|
259800
|
+
""" The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly.
|
|
259444
259801
|
|
|
259445
259802
|
:type: bool
|
|
259446
259803
|
"""
|
|
@@ -259767,7 +260124,7 @@ class XrActionMapItem(bpy_struct):
|
|
|
259767
260124
|
"""
|
|
259768
260125
|
|
|
259769
260126
|
haptic_frequency: float
|
|
259770
|
-
""" Frequency of the haptic vibration in hertz. 0.0 specifies the OpenXR
|
|
260127
|
+
""" Frequency of the haptic vibration in hertz. 0.0 specifies the OpenXR runtime's default frequency.
|
|
259771
260128
|
|
|
259772
260129
|
:type: float
|
|
259773
260130
|
"""
|
|
@@ -259943,7 +260300,7 @@ class XrEventData(bpy_struct):
|
|
|
259943
260300
|
"""
|
|
259944
260301
|
|
|
259945
260302
|
controller_location: mathutils.Vector
|
|
259946
|
-
""" Location of the
|
|
260303
|
+
""" Location of the action's corresponding controller aim in world space
|
|
259947
260304
|
|
|
259948
260305
|
:type: mathutils.Vector
|
|
259949
260306
|
"""
|
|
@@ -259955,7 +260312,7 @@ class XrEventData(bpy_struct):
|
|
|
259955
260312
|
"""
|
|
259956
260313
|
|
|
259957
260314
|
controller_rotation: mathutils.Quaternion
|
|
259958
|
-
""" Rotation of the
|
|
260315
|
+
""" Rotation of the action's corresponding controller aim in world space
|
|
259959
260316
|
|
|
259960
260317
|
:type: mathutils.Quaternion
|
|
259961
260318
|
"""
|
|
@@ -262737,6 +263094,8 @@ RENDER_PT_color_management_white_balance: bl_ui.properties_render.RENDER_PT_colo
|
|
|
262737
263094
|
|
|
262738
263095
|
RENDER_PT_color_management_white_balance_presets: bl_ui.properties_render.RENDER_PT_color_management_white_balance_presets
|
|
262739
263096
|
|
|
263097
|
+
RENDER_PT_color_management_working_space: bl_ui.properties_render.RENDER_PT_color_management_working_space
|
|
263098
|
+
|
|
262740
263099
|
RENDER_PT_context: bl_ui.properties_render.RENDER_PT_context
|
|
262741
263100
|
|
|
262742
263101
|
RENDER_PT_eevee_clamping: bl_ui.properties_render.RENDER_PT_eevee_clamping
|
|
@@ -263341,6 +263700,8 @@ USERPREF_PT_input_tablet: bl_ui.space_userpref.USERPREF_PT_input_tablet
|
|
|
263341
263700
|
|
|
263342
263701
|
USERPREF_PT_input_touchpad: bl_ui.space_userpref.USERPREF_PT_input_touchpad
|
|
263343
263702
|
|
|
263703
|
+
USERPREF_PT_interface_accessibility: bl_ui.space_userpref.USERPREF_PT_interface_accessibility
|
|
263704
|
+
|
|
263344
263705
|
USERPREF_PT_interface_display: bl_ui.space_userpref.USERPREF_PT_interface_display
|
|
263345
263706
|
|
|
263346
263707
|
USERPREF_PT_interface_editors: bl_ui.space_userpref.USERPREF_PT_interface_editors
|
|
@@ -264037,32 +264398,6 @@ VIEW3D_PT_tools_brush_swatches: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_brush
|
|
|
264037
264398
|
|
|
264038
264399
|
VIEW3D_PT_tools_brush_texture: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_brush_texture
|
|
264039
264400
|
|
|
264040
|
-
VIEW3D_PT_tools_grease_pencil_brush_advanced: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_advanced
|
|
264041
|
-
|
|
264042
|
-
VIEW3D_PT_tools_grease_pencil_brush_eraser: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_eraser
|
|
264043
|
-
|
|
264044
|
-
VIEW3D_PT_tools_grease_pencil_brush_gap_closure: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_gap_closure
|
|
264045
|
-
|
|
264046
|
-
VIEW3D_PT_tools_grease_pencil_brush_mix_palette: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_mix_palette
|
|
264047
|
-
|
|
264048
|
-
VIEW3D_PT_tools_grease_pencil_brush_mixcolor: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_mixcolor
|
|
264049
|
-
|
|
264050
|
-
VIEW3D_PT_tools_grease_pencil_brush_paint_falloff: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_paint_falloff
|
|
264051
|
-
|
|
264052
|
-
VIEW3D_PT_tools_grease_pencil_brush_post_processing: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_post_processing
|
|
264053
|
-
|
|
264054
|
-
VIEW3D_PT_tools_grease_pencil_brush_random: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_random
|
|
264055
|
-
|
|
264056
|
-
VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff
|
|
264057
|
-
|
|
264058
|
-
VIEW3D_PT_tools_grease_pencil_brush_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_select
|
|
264059
|
-
|
|
264060
|
-
VIEW3D_PT_tools_grease_pencil_brush_settings: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_settings
|
|
264061
|
-
|
|
264062
|
-
VIEW3D_PT_tools_grease_pencil_brush_stabilizer: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_stabilizer
|
|
264063
|
-
|
|
264064
|
-
VIEW3D_PT_tools_grease_pencil_brush_stroke: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_stroke
|
|
264065
|
-
|
|
264066
264401
|
VIEW3D_PT_tools_grease_pencil_brush_vertex_color: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_vertex_color
|
|
264067
264402
|
|
|
264068
264403
|
VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff
|
|
@@ -264075,14 +264410,8 @@ VIEW3D_PT_tools_grease_pencil_paint_appearance: bl_ui.space_view3d_toolbar.VIEW3
|
|
|
264075
264410
|
|
|
264076
264411
|
VIEW3D_PT_tools_grease_pencil_sculpt_appearance: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_appearance
|
|
264077
264412
|
|
|
264078
|
-
VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced
|
|
264079
|
-
|
|
264080
264413
|
VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover
|
|
264081
264414
|
|
|
264082
|
-
VIEW3D_PT_tools_grease_pencil_sculpt_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_select
|
|
264083
|
-
|
|
264084
|
-
VIEW3D_PT_tools_grease_pencil_sculpt_settings: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_settings
|
|
264085
|
-
|
|
264086
264415
|
VIEW3D_PT_tools_grease_pencil_v3_brush_advanced: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_advanced
|
|
264087
264416
|
|
|
264088
264417
|
VIEW3D_PT_tools_grease_pencil_v3_brush_eraser: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_eraser
|