fake-bpy-module 20241001__py3-none-any.whl → 20241003__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/extensions/stale_file_manager/__init__.pyi +6 -0
- addon_utils/__init__.pyi +1 -0
- bl_operators/wm/__init__.pyi +28 -0
- bl_ui/properties_data_grease_pencil/__init__.pyi +112 -0
- bl_ui/properties_paint_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +48 -3
- bpy/app/handlers/__init__.pyi +8 -0
- bpy/ops/grease_pencil/__init__.pyi +89 -0
- bpy/ops/sequencer/__init__.pyi +0 -3
- bpy/ops/ui/__init__.pyi +12 -0
- bpy/ops/wm/__init__.pyi +40 -0
- bpy/types/__init__.pyi +581 -0
- {fake_bpy_module-20241001.dist-info → fake_bpy_module-20241003.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241001.dist-info → fake_bpy_module-20241003.dist-info}/RECORD +17 -17
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20241001.dist-info → fake_bpy_module-20241003.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241001.dist-info → fake_bpy_module-20241003.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -4481,6 +4481,48 @@
|
|
|
4481
4481
|
:columns: 2
|
|
4482
4482
|
|
|
4483
4483
|
|
|
4484
|
+
--------------------
|
|
4485
|
+
|
|
4486
|
+
* bpy_struct.id_data
|
|
4487
|
+
|
|
4488
|
+
:columns: 2
|
|
4489
|
+
|
|
4490
|
+
|
|
4491
|
+
--------------------
|
|
4492
|
+
|
|
4493
|
+
* bpy_struct.as_pointer
|
|
4494
|
+
* bpy_struct.driver_add
|
|
4495
|
+
* bpy_struct.driver_remove
|
|
4496
|
+
* bpy_struct.get
|
|
4497
|
+
* bpy_struct.id_properties_clear
|
|
4498
|
+
* bpy_struct.id_properties_ensure
|
|
4499
|
+
* bpy_struct.id_properties_ui
|
|
4500
|
+
* bpy_struct.is_property_hidden
|
|
4501
|
+
* bpy_struct.is_property_overridable_library
|
|
4502
|
+
* bpy_struct.is_property_readonly
|
|
4503
|
+
* bpy_struct.is_property_set
|
|
4504
|
+
* bpy_struct.items
|
|
4505
|
+
* bpy_struct.keyframe_delete
|
|
4506
|
+
* bpy_struct.keyframe_insert
|
|
4507
|
+
* bpy_struct.keys
|
|
4508
|
+
* bpy_struct.path_from_id
|
|
4509
|
+
* bpy_struct.path_resolve
|
|
4510
|
+
* bpy_struct.pop
|
|
4511
|
+
* bpy_struct.property_overridable_library_set
|
|
4512
|
+
* bpy_struct.property_unset
|
|
4513
|
+
* bpy_struct.type_recast
|
|
4514
|
+
* bpy_struct.values
|
|
4515
|
+
|
|
4516
|
+
:columns: 2
|
|
4517
|
+
|
|
4518
|
+
|
|
4519
|
+
--------------------
|
|
4520
|
+
|
|
4521
|
+
* BlendImportContextItem.source_libraries
|
|
4522
|
+
|
|
4523
|
+
:columns: 2
|
|
4524
|
+
|
|
4525
|
+
|
|
4484
4526
|
--------------------
|
|
4485
4527
|
|
|
4486
4528
|
* bpy_struct.id_data
|
|
@@ -18839,6 +18881,48 @@
|
|
|
18839
18881
|
:columns: 2
|
|
18840
18882
|
|
|
18841
18883
|
|
|
18884
|
+
--------------------
|
|
18885
|
+
|
|
18886
|
+
* BlendImportContext.import_items
|
|
18887
|
+
|
|
18888
|
+
:columns: 2
|
|
18889
|
+
|
|
18890
|
+
|
|
18891
|
+
--------------------
|
|
18892
|
+
|
|
18893
|
+
* bpy_struct.id_data
|
|
18894
|
+
|
|
18895
|
+
:columns: 2
|
|
18896
|
+
|
|
18897
|
+
|
|
18898
|
+
--------------------
|
|
18899
|
+
|
|
18900
|
+
* bpy_struct.as_pointer
|
|
18901
|
+
* bpy_struct.driver_add
|
|
18902
|
+
* bpy_struct.driver_remove
|
|
18903
|
+
* bpy_struct.get
|
|
18904
|
+
* bpy_struct.id_properties_clear
|
|
18905
|
+
* bpy_struct.id_properties_ensure
|
|
18906
|
+
* bpy_struct.id_properties_ui
|
|
18907
|
+
* bpy_struct.is_property_hidden
|
|
18908
|
+
* bpy_struct.is_property_overridable_library
|
|
18909
|
+
* bpy_struct.is_property_readonly
|
|
18910
|
+
* bpy_struct.is_property_set
|
|
18911
|
+
* bpy_struct.items
|
|
18912
|
+
* bpy_struct.keyframe_delete
|
|
18913
|
+
* bpy_struct.keyframe_insert
|
|
18914
|
+
* bpy_struct.keys
|
|
18915
|
+
* bpy_struct.path_from_id
|
|
18916
|
+
* bpy_struct.path_resolve
|
|
18917
|
+
* bpy_struct.pop
|
|
18918
|
+
* bpy_struct.property_overridable_library_set
|
|
18919
|
+
* bpy_struct.property_unset
|
|
18920
|
+
* bpy_struct.type_recast
|
|
18921
|
+
* bpy_struct.values
|
|
18922
|
+
|
|
18923
|
+
:columns: 2
|
|
18924
|
+
|
|
18925
|
+
|
|
18842
18926
|
--------------------
|
|
18843
18927
|
|
|
18844
18928
|
* ToolSettings.statvis
|
|
@@ -36729,6 +36813,48 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
36729
36813
|
:columns: 2
|
|
36730
36814
|
|
|
36731
36815
|
|
|
36816
|
+
--------------------
|
|
36817
|
+
|
|
36818
|
+
* bpy_struct.id_data
|
|
36819
|
+
|
|
36820
|
+
:columns: 2
|
|
36821
|
+
|
|
36822
|
+
|
|
36823
|
+
--------------------
|
|
36824
|
+
|
|
36825
|
+
* bpy_struct.as_pointer
|
|
36826
|
+
* bpy_struct.driver_add
|
|
36827
|
+
* bpy_struct.driver_remove
|
|
36828
|
+
* bpy_struct.get
|
|
36829
|
+
* bpy_struct.id_properties_clear
|
|
36830
|
+
* bpy_struct.id_properties_ensure
|
|
36831
|
+
* bpy_struct.id_properties_ui
|
|
36832
|
+
* bpy_struct.is_property_hidden
|
|
36833
|
+
* bpy_struct.is_property_overridable_library
|
|
36834
|
+
* bpy_struct.is_property_readonly
|
|
36835
|
+
* bpy_struct.is_property_set
|
|
36836
|
+
* bpy_struct.items
|
|
36837
|
+
* bpy_struct.keyframe_delete
|
|
36838
|
+
* bpy_struct.keyframe_insert
|
|
36839
|
+
* bpy_struct.keys
|
|
36840
|
+
* bpy_struct.path_from_id
|
|
36841
|
+
* bpy_struct.path_resolve
|
|
36842
|
+
* bpy_struct.pop
|
|
36843
|
+
* bpy_struct.property_overridable_library_set
|
|
36844
|
+
* bpy_struct.property_unset
|
|
36845
|
+
* bpy_struct.type_recast
|
|
36846
|
+
* bpy_struct.values
|
|
36847
|
+
|
|
36848
|
+
:columns: 2
|
|
36849
|
+
|
|
36850
|
+
|
|
36851
|
+
--------------------
|
|
36852
|
+
|
|
36853
|
+
* BlendImportContextItem.source_libraries
|
|
36854
|
+
|
|
36855
|
+
:columns: 2
|
|
36856
|
+
|
|
36857
|
+
|
|
36732
36858
|
--------------------
|
|
36733
36859
|
|
|
36734
36860
|
* bpy_struct.id_data
|
|
@@ -38928,6 +39054,41 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
38928
39054
|
:columns: 2
|
|
38929
39055
|
|
|
38930
39056
|
|
|
39057
|
+
--------------------
|
|
39058
|
+
|
|
39059
|
+
* bpy_struct.id_data
|
|
39060
|
+
|
|
39061
|
+
:columns: 2
|
|
39062
|
+
|
|
39063
|
+
|
|
39064
|
+
--------------------
|
|
39065
|
+
|
|
39066
|
+
* bpy_struct.as_pointer
|
|
39067
|
+
* bpy_struct.driver_add
|
|
39068
|
+
* bpy_struct.driver_remove
|
|
39069
|
+
* bpy_struct.get
|
|
39070
|
+
* bpy_struct.id_properties_clear
|
|
39071
|
+
* bpy_struct.id_properties_ensure
|
|
39072
|
+
* bpy_struct.id_properties_ui
|
|
39073
|
+
* bpy_struct.is_property_hidden
|
|
39074
|
+
* bpy_struct.is_property_overridable_library
|
|
39075
|
+
* bpy_struct.is_property_readonly
|
|
39076
|
+
* bpy_struct.is_property_set
|
|
39077
|
+
* bpy_struct.items
|
|
39078
|
+
* bpy_struct.keyframe_delete
|
|
39079
|
+
* bpy_struct.keyframe_insert
|
|
39080
|
+
* bpy_struct.keys
|
|
39081
|
+
* bpy_struct.path_from_id
|
|
39082
|
+
* bpy_struct.path_resolve
|
|
39083
|
+
* bpy_struct.pop
|
|
39084
|
+
* bpy_struct.property_overridable_library_set
|
|
39085
|
+
* bpy_struct.property_unset
|
|
39086
|
+
* bpy_struct.type_recast
|
|
39087
|
+
* bpy_struct.values
|
|
39088
|
+
|
|
39089
|
+
:columns: 2
|
|
39090
|
+
|
|
39091
|
+
|
|
38931
39092
|
--------------------
|
|
38932
39093
|
|
|
38933
39094
|
* bpy_struct.id_data
|
|
@@ -40259,6 +40420,9 @@ The USDHookExample
|
|
|
40259
40420
|
* ActionSlots.new
|
|
40260
40421
|
* AssetRepresentation.local_id
|
|
40261
40422
|
* BlendDataObjects.new
|
|
40423
|
+
* BlendImportContextItem.id
|
|
40424
|
+
* BlendImportContextItem.library_override_id
|
|
40425
|
+
* BlendImportContextItem.reusable_local_id
|
|
40262
40426
|
* Depsgraph.id_eval_get
|
|
40263
40427
|
* Depsgraph.id_eval_get
|
|
40264
40428
|
* Depsgraph.ids
|
|
@@ -67749,6 +67913,48 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
67749
67913
|
:columns: 2
|
|
67750
67914
|
|
|
67751
67915
|
|
|
67916
|
+
--------------------
|
|
67917
|
+
|
|
67918
|
+
* bpy_struct.id_data
|
|
67919
|
+
|
|
67920
|
+
:columns: 2
|
|
67921
|
+
|
|
67922
|
+
|
|
67923
|
+
--------------------
|
|
67924
|
+
|
|
67925
|
+
* bpy_struct.as_pointer
|
|
67926
|
+
* bpy_struct.driver_add
|
|
67927
|
+
* bpy_struct.driver_remove
|
|
67928
|
+
* bpy_struct.get
|
|
67929
|
+
* bpy_struct.id_properties_clear
|
|
67930
|
+
* bpy_struct.id_properties_ensure
|
|
67931
|
+
* bpy_struct.id_properties_ui
|
|
67932
|
+
* bpy_struct.is_property_hidden
|
|
67933
|
+
* bpy_struct.is_property_overridable_library
|
|
67934
|
+
* bpy_struct.is_property_readonly
|
|
67935
|
+
* bpy_struct.is_property_set
|
|
67936
|
+
* bpy_struct.items
|
|
67937
|
+
* bpy_struct.keyframe_delete
|
|
67938
|
+
* bpy_struct.keyframe_insert
|
|
67939
|
+
* bpy_struct.keys
|
|
67940
|
+
* bpy_struct.path_from_id
|
|
67941
|
+
* bpy_struct.path_resolve
|
|
67942
|
+
* bpy_struct.pop
|
|
67943
|
+
* bpy_struct.property_overridable_library_set
|
|
67944
|
+
* bpy_struct.property_unset
|
|
67945
|
+
* bpy_struct.type_recast
|
|
67946
|
+
* bpy_struct.values
|
|
67947
|
+
|
|
67948
|
+
:columns: 2
|
|
67949
|
+
|
|
67950
|
+
|
|
67951
|
+
--------------------
|
|
67952
|
+
|
|
67953
|
+
* BlendImportContext.import_items
|
|
67954
|
+
|
|
67955
|
+
:columns: 2
|
|
67956
|
+
|
|
67957
|
+
|
|
67752
67958
|
--------------------
|
|
67753
67959
|
|
|
67754
67960
|
* bpy_struct.id_data
|
|
@@ -82462,6 +82668,60 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
82462
82668
|
:columns: 2
|
|
82463
82669
|
|
|
82464
82670
|
|
|
82671
|
+
--------------------
|
|
82672
|
+
|
|
82673
|
+
* bpy_struct.id_data
|
|
82674
|
+
* UIList.bl_idname
|
|
82675
|
+
* UIList.list_id
|
|
82676
|
+
* UIList.layout_type
|
|
82677
|
+
* UIList.use_filter_show
|
|
82678
|
+
* UIList.filter_name
|
|
82679
|
+
* UIList.use_filter_invert
|
|
82680
|
+
* UIList.use_filter_sort_alpha
|
|
82681
|
+
* UIList.use_filter_sort_reverse
|
|
82682
|
+
* UIList.use_filter_sort_lock
|
|
82683
|
+
* UIList.bitflag_filter_item
|
|
82684
|
+
|
|
82685
|
+
:columns: 2
|
|
82686
|
+
|
|
82687
|
+
|
|
82688
|
+
--------------------
|
|
82689
|
+
|
|
82690
|
+
* bpy_struct.as_pointer
|
|
82691
|
+
* bpy_struct.driver_add
|
|
82692
|
+
* bpy_struct.driver_remove
|
|
82693
|
+
* bpy_struct.get
|
|
82694
|
+
* bpy_struct.id_properties_clear
|
|
82695
|
+
* bpy_struct.id_properties_ensure
|
|
82696
|
+
* bpy_struct.id_properties_ui
|
|
82697
|
+
* bpy_struct.is_property_hidden
|
|
82698
|
+
* bpy_struct.is_property_overridable_library
|
|
82699
|
+
* bpy_struct.is_property_readonly
|
|
82700
|
+
* bpy_struct.is_property_set
|
|
82701
|
+
* bpy_struct.items
|
|
82702
|
+
* bpy_struct.keyframe_delete
|
|
82703
|
+
* bpy_struct.keyframe_insert
|
|
82704
|
+
* bpy_struct.keys
|
|
82705
|
+
* bpy_struct.path_from_id
|
|
82706
|
+
* bpy_struct.path_resolve
|
|
82707
|
+
* bpy_struct.pop
|
|
82708
|
+
* bpy_struct.property_overridable_library_set
|
|
82709
|
+
* bpy_struct.property_unset
|
|
82710
|
+
* bpy_struct.type_recast
|
|
82711
|
+
* bpy_struct.values
|
|
82712
|
+
* UIList.draw_item
|
|
82713
|
+
* UIList.draw_filter
|
|
82714
|
+
* UIList.filter_items
|
|
82715
|
+
* UIList.append
|
|
82716
|
+
* UIList.is_extended
|
|
82717
|
+
* UIList.prepend
|
|
82718
|
+
* UIList.remove
|
|
82719
|
+
* UIList.bl_rna_get_subclass
|
|
82720
|
+
* UIList.bl_rna_get_subclass_py
|
|
82721
|
+
|
|
82722
|
+
:columns: 2
|
|
82723
|
+
|
|
82724
|
+
|
|
82465
82725
|
--------------------
|
|
82466
82726
|
|
|
82467
82727
|
* bpy_struct.id_data
|
|
@@ -97377,6 +97637,7 @@ Executing the operator will then print all values.
|
|
|
97377
97637
|
|
|
97378
97638
|
* BlendData.libraries
|
|
97379
97639
|
* BlendDataLibraries.remove
|
|
97640
|
+
* BlendImportContextItem.source_library
|
|
97380
97641
|
* ID.library
|
|
97381
97642
|
* Library.parent
|
|
97382
97643
|
|
|
@@ -105839,6 +106100,58 @@ class BlendDataWorlds(bpy_prop_collection[World], bpy_struct):
|
|
|
105839
106100
|
:rtype: typing.Any
|
|
105840
106101
|
"""
|
|
105841
106102
|
|
|
106103
|
+
class BlendImportContextItems(bpy_prop_collection[BlendImportContextItem], bpy_struct):
|
|
106104
|
+
"""Collection of blendfile import context items"""
|
|
106105
|
+
|
|
106106
|
+
@classmethod
|
|
106107
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
106108
|
+
"""
|
|
106109
|
+
|
|
106110
|
+
:param id: The RNA type identifier.
|
|
106111
|
+
:type id: str | None
|
|
106112
|
+
:param default:
|
|
106113
|
+
:return: The RNA type or default when not found.
|
|
106114
|
+
:rtype: Struct
|
|
106115
|
+
"""
|
|
106116
|
+
|
|
106117
|
+
@classmethod
|
|
106118
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
106119
|
+
"""
|
|
106120
|
+
|
|
106121
|
+
:param id: The RNA type identifier.
|
|
106122
|
+
:type id: str | None
|
|
106123
|
+
:param default:
|
|
106124
|
+
:return: The class or default when not found.
|
|
106125
|
+
:rtype: typing.Any
|
|
106126
|
+
"""
|
|
106127
|
+
|
|
106128
|
+
class BlendImportContextLibraries(
|
|
106129
|
+
bpy_prop_collection[BlendImportContextLibrary], bpy_struct
|
|
106130
|
+
):
|
|
106131
|
+
"""Collection of source libraries, i.e. blendfile paths"""
|
|
106132
|
+
|
|
106133
|
+
@classmethod
|
|
106134
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
106135
|
+
"""
|
|
106136
|
+
|
|
106137
|
+
:param id: The RNA type identifier.
|
|
106138
|
+
:type id: str | None
|
|
106139
|
+
:param default:
|
|
106140
|
+
:return: The RNA type or default when not found.
|
|
106141
|
+
:rtype: Struct
|
|
106142
|
+
"""
|
|
106143
|
+
|
|
106144
|
+
@classmethod
|
|
106145
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
106146
|
+
"""
|
|
106147
|
+
|
|
106148
|
+
:param id: The RNA type identifier.
|
|
106149
|
+
:type id: str | None
|
|
106150
|
+
:param default:
|
|
106151
|
+
:return: The class or default when not found.
|
|
106152
|
+
:rtype: typing.Any
|
|
106153
|
+
"""
|
|
106154
|
+
|
|
105842
106155
|
class BoneCollectionMemberships(bpy_prop_collection[BoneCollection], bpy_struct):
|
|
105843
106156
|
"""The Bone Collections that contain this Bone"""
|
|
105844
106157
|
|
|
@@ -115333,6 +115646,180 @@ class BlendData(bpy_struct):
|
|
|
115333
115646
|
:rtype: dict
|
|
115334
115647
|
"""
|
|
115335
115648
|
|
|
115649
|
+
class BlendImportContext(bpy_struct):
|
|
115650
|
+
"""Contextual data for a blendfile library/linked-data related operation. Currently only exposed as read-only data for the pre/post blendimport handlers"""
|
|
115651
|
+
|
|
115652
|
+
import_items: BlendImportContextItems
|
|
115653
|
+
"""
|
|
115654
|
+
|
|
115655
|
+
:type: BlendImportContextItems
|
|
115656
|
+
"""
|
|
115657
|
+
|
|
115658
|
+
options: set[
|
|
115659
|
+
typing.Literal[
|
|
115660
|
+
"LINK",
|
|
115661
|
+
"MAKE_PATHS_RELATIVE",
|
|
115662
|
+
"USE_PLACEHOLDERS",
|
|
115663
|
+
"FORCE_INDIRECT",
|
|
115664
|
+
"APPEND_SET_FAKEUSER",
|
|
115665
|
+
"APPEND_RECURSIVE",
|
|
115666
|
+
"APPEND_LOCAL_ID_REUSE",
|
|
115667
|
+
"APPEND_ASSET_DATA_CLEAR",
|
|
115668
|
+
"SELECT_OBJECTS",
|
|
115669
|
+
"USE_ACTIVE_COLLECTION",
|
|
115670
|
+
"OBDATA_INSTANCE",
|
|
115671
|
+
"COLLECTION_INSTANCE",
|
|
115672
|
+
]
|
|
115673
|
+
]
|
|
115674
|
+
""" Options for this blendfile import operation
|
|
115675
|
+
|
|
115676
|
+
:type: set[typing.Literal['LINK','MAKE_PATHS_RELATIVE','USE_PLACEHOLDERS','FORCE_INDIRECT','APPEND_SET_FAKEUSER','APPEND_RECURSIVE','APPEND_LOCAL_ID_REUSE','APPEND_ASSET_DATA_CLEAR','SELECT_OBJECTS','USE_ACTIVE_COLLECTION','OBDATA_INSTANCE','COLLECTION_INSTANCE']]
|
|
115677
|
+
"""
|
|
115678
|
+
|
|
115679
|
+
process_stage: typing.Literal["INIT", "DONE"]
|
|
115680
|
+
""" Current stage of the import process
|
|
115681
|
+
|
|
115682
|
+
:type: typing.Literal['INIT','DONE']
|
|
115683
|
+
"""
|
|
115684
|
+
|
|
115685
|
+
@classmethod
|
|
115686
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
115687
|
+
"""
|
|
115688
|
+
|
|
115689
|
+
:param id: The RNA type identifier.
|
|
115690
|
+
:type id: str | None
|
|
115691
|
+
:param default:
|
|
115692
|
+
:return: The RNA type or default when not found.
|
|
115693
|
+
:rtype: Struct
|
|
115694
|
+
"""
|
|
115695
|
+
|
|
115696
|
+
@classmethod
|
|
115697
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
115698
|
+
"""
|
|
115699
|
+
|
|
115700
|
+
:param id: The RNA type identifier.
|
|
115701
|
+
:type id: str | None
|
|
115702
|
+
:param default:
|
|
115703
|
+
:return: The class or default when not found.
|
|
115704
|
+
:rtype: typing.Any
|
|
115705
|
+
"""
|
|
115706
|
+
|
|
115707
|
+
class BlendImportContextItem(bpy_struct):
|
|
115708
|
+
"""An item (representing a data-block) in a BlendImportContext data. Currently only exposed as read-only data for the pre/post linking handlers"""
|
|
115709
|
+
|
|
115710
|
+
append_action: typing.Literal[
|
|
115711
|
+
"UNSET", "KEEP_LINKED", "REUSE_LOCAL", "MAKE_LOCAL", "COPY_LOCAL"
|
|
115712
|
+
]
|
|
115713
|
+
""" How this item has been handled by the append operation. Only set if the data has been appended
|
|
115714
|
+
|
|
115715
|
+
:type: typing.Literal['UNSET','KEEP_LINKED','REUSE_LOCAL','MAKE_LOCAL','COPY_LOCAL']
|
|
115716
|
+
"""
|
|
115717
|
+
|
|
115718
|
+
id: ID
|
|
115719
|
+
""" The imported ID. None until it has been linked or appended. May be the same as reusable_local_id when appended
|
|
115720
|
+
|
|
115721
|
+
:type: ID
|
|
115722
|
+
"""
|
|
115723
|
+
|
|
115724
|
+
id_type: bpy.typing.IdTypeItems
|
|
115725
|
+
""" ID type of the item
|
|
115726
|
+
|
|
115727
|
+
:type: bpy.typing.IdTypeItems
|
|
115728
|
+
"""
|
|
115729
|
+
|
|
115730
|
+
import_info: set[
|
|
115731
|
+
typing.Literal[
|
|
115732
|
+
"INDIRECT_USAGE", "LIBOVERRIDE_DEPENDENCY", "LIBOVERRIDE_DEPENDENCY_ONLY"
|
|
115733
|
+
]
|
|
115734
|
+
]
|
|
115735
|
+
""" Various status info about an item after it has been imported
|
|
115736
|
+
|
|
115737
|
+
:type: set[typing.Literal['INDIRECT_USAGE','LIBOVERRIDE_DEPENDENCY','LIBOVERRIDE_DEPENDENCY_ONLY']]
|
|
115738
|
+
"""
|
|
115739
|
+
|
|
115740
|
+
library_override_id: ID
|
|
115741
|
+
""" The library override of the linked ID. None until it has been created
|
|
115742
|
+
|
|
115743
|
+
:type: ID
|
|
115744
|
+
"""
|
|
115745
|
+
|
|
115746
|
+
name: str
|
|
115747
|
+
""" ID name of the item
|
|
115748
|
+
|
|
115749
|
+
:type: str
|
|
115750
|
+
"""
|
|
115751
|
+
|
|
115752
|
+
reusable_local_id: ID
|
|
115753
|
+
""" The already existing local ID that may be reused in append & reuse case. None until it has been found
|
|
115754
|
+
|
|
115755
|
+
:type: ID
|
|
115756
|
+
"""
|
|
115757
|
+
|
|
115758
|
+
source_libraries: BlendImportContextLibraries
|
|
115759
|
+
""" List of libraries to search and import that ID from. The ID will be imported from the first file in that list that contains it
|
|
115760
|
+
|
|
115761
|
+
:type: BlendImportContextLibraries
|
|
115762
|
+
"""
|
|
115763
|
+
|
|
115764
|
+
source_library: Library
|
|
115765
|
+
""" Library ID representing the blendfile from which the ID was imported. None until the ID has been linked or appended
|
|
115766
|
+
|
|
115767
|
+
:type: Library
|
|
115768
|
+
"""
|
|
115769
|
+
|
|
115770
|
+
@classmethod
|
|
115771
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
115772
|
+
"""
|
|
115773
|
+
|
|
115774
|
+
:param id: The RNA type identifier.
|
|
115775
|
+
:type id: str | None
|
|
115776
|
+
:param default:
|
|
115777
|
+
:return: The RNA type or default when not found.
|
|
115778
|
+
:rtype: Struct
|
|
115779
|
+
"""
|
|
115780
|
+
|
|
115781
|
+
@classmethod
|
|
115782
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
115783
|
+
"""
|
|
115784
|
+
|
|
115785
|
+
:param id: The RNA type identifier.
|
|
115786
|
+
:type id: str | None
|
|
115787
|
+
:param default:
|
|
115788
|
+
:return: The class or default when not found.
|
|
115789
|
+
:rtype: typing.Any
|
|
115790
|
+
"""
|
|
115791
|
+
|
|
115792
|
+
class BlendImportContextLibrary(bpy_struct):
|
|
115793
|
+
"""Library (blendfile) reference in a BlendImportContext data. Currently only exposed as read-only data for the pre/post blendimport handlers"""
|
|
115794
|
+
|
|
115795
|
+
filepath: str
|
|
115796
|
+
"""
|
|
115797
|
+
|
|
115798
|
+
:type: str
|
|
115799
|
+
"""
|
|
115800
|
+
|
|
115801
|
+
@classmethod
|
|
115802
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
115803
|
+
"""
|
|
115804
|
+
|
|
115805
|
+
:param id: The RNA type identifier.
|
|
115806
|
+
:type id: str | None
|
|
115807
|
+
:param default:
|
|
115808
|
+
:return: The RNA type or default when not found.
|
|
115809
|
+
:rtype: Struct
|
|
115810
|
+
"""
|
|
115811
|
+
|
|
115812
|
+
@classmethod
|
|
115813
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
115814
|
+
"""
|
|
115815
|
+
|
|
115816
|
+
:param id: The RNA type identifier.
|
|
115817
|
+
:type id: str | None
|
|
115818
|
+
:param default:
|
|
115819
|
+
:return: The class or default when not found.
|
|
115820
|
+
:rtype: typing.Any
|
|
115821
|
+
"""
|
|
115822
|
+
|
|
115336
115823
|
class BlendTexture(Texture, ID, bpy_struct):
|
|
115337
115824
|
"""Procedural color blending texture"""
|
|
115338
115825
|
|
|
@@ -143614,6 +144101,60 @@ class GPencilStrokePoint(bpy_struct):
|
|
|
143614
144101
|
:rtype: typing.Any
|
|
143615
144102
|
"""
|
|
143616
144103
|
|
|
144104
|
+
class GREASE_PENCIL_UL_attributes(UIList, bpy_struct):
|
|
144105
|
+
def draw_item(
|
|
144106
|
+
self,
|
|
144107
|
+
_context,
|
|
144108
|
+
layout,
|
|
144109
|
+
_data,
|
|
144110
|
+
attribute,
|
|
144111
|
+
_icon,
|
|
144112
|
+
_active_data,
|
|
144113
|
+
_active_propname,
|
|
144114
|
+
_index,
|
|
144115
|
+
):
|
|
144116
|
+
"""
|
|
144117
|
+
|
|
144118
|
+
:param _context:
|
|
144119
|
+
:param layout:
|
|
144120
|
+
:param _data:
|
|
144121
|
+
:param attribute:
|
|
144122
|
+
:param _icon:
|
|
144123
|
+
:param _active_data:
|
|
144124
|
+
:param _active_propname:
|
|
144125
|
+
:param _index:
|
|
144126
|
+
"""
|
|
144127
|
+
|
|
144128
|
+
def filter_items(self, _context, data, property):
|
|
144129
|
+
"""
|
|
144130
|
+
|
|
144131
|
+
:param _context:
|
|
144132
|
+
:param data:
|
|
144133
|
+
:param property:
|
|
144134
|
+
"""
|
|
144135
|
+
|
|
144136
|
+
@classmethod
|
|
144137
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
144138
|
+
"""
|
|
144139
|
+
|
|
144140
|
+
:param id: The RNA type identifier.
|
|
144141
|
+
:type id: str | None
|
|
144142
|
+
:param default:
|
|
144143
|
+
:return: The RNA type or default when not found.
|
|
144144
|
+
:rtype: Struct
|
|
144145
|
+
"""
|
|
144146
|
+
|
|
144147
|
+
@classmethod
|
|
144148
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
144149
|
+
"""
|
|
144150
|
+
|
|
144151
|
+
:param id: The RNA type identifier.
|
|
144152
|
+
:type id: str | None
|
|
144153
|
+
:param default:
|
|
144154
|
+
:return: The class or default when not found.
|
|
144155
|
+
:rtype: typing.Any
|
|
144156
|
+
"""
|
|
144157
|
+
|
|
143617
144158
|
class GREASE_PENCIL_UL_masks(UIList, bpy_struct):
|
|
143618
144159
|
def draw_item(
|
|
143619
144160
|
self,
|
|
@@ -157671,6 +158212,12 @@ class GreasePencilLayer(bpy_struct):
|
|
|
157671
158212
|
:type: int
|
|
157672
158213
|
"""
|
|
157673
158214
|
|
|
158215
|
+
radius_offset: float
|
|
158216
|
+
""" Radius change to apply to current strokes
|
|
158217
|
+
|
|
158218
|
+
:type: float
|
|
158219
|
+
"""
|
|
158220
|
+
|
|
157674
158221
|
rotation: mathutils.Euler
|
|
157675
158222
|
""" Euler rotation of the layer
|
|
157676
158223
|
|
|
@@ -157689,6 +158236,18 @@ class GreasePencilLayer(bpy_struct):
|
|
|
157689
158236
|
:type: bool
|
|
157690
158237
|
"""
|
|
157691
158238
|
|
|
158239
|
+
tint_color: mathutils.Color
|
|
158240
|
+
""" Color for tinting stroke colors
|
|
158241
|
+
|
|
158242
|
+
:type: mathutils.Color
|
|
158243
|
+
"""
|
|
158244
|
+
|
|
158245
|
+
tint_factor: float
|
|
158246
|
+
""" Factor of tinting color
|
|
158247
|
+
|
|
158248
|
+
:type: float
|
|
158249
|
+
"""
|
|
158250
|
+
|
|
157692
158251
|
translation: mathutils.Vector
|
|
157693
158252
|
""" Translation of the layer
|
|
157694
158253
|
|
|
@@ -182183,6 +182742,12 @@ class NodesModifier(Modifier, bpy_struct):
|
|
|
182183
182742
|
:type: bool
|
|
182184
182743
|
"""
|
|
182185
182744
|
|
|
182745
|
+
open_warnings_panel: bool
|
|
182746
|
+
"""
|
|
182747
|
+
|
|
182748
|
+
:type: bool
|
|
182749
|
+
"""
|
|
182750
|
+
|
|
182186
182751
|
panels: NodesModifierPanels
|
|
182187
182752
|
"""
|
|
182188
182753
|
|
|
@@ -204801,6 +205366,14 @@ class ShaderNodeVolumePrincipled(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
204801
205366
|
class ShaderNodeVolumeScatter(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
204802
205367
|
"""Scatter light as it passes through the volume, often used to add fog to a scene"""
|
|
204803
205368
|
|
|
205369
|
+
phase: typing.Literal[
|
|
205370
|
+
"HENYEY_GREENSTEIN", "FOURNIER_FORAND", "DRAINE", "RAYLEIGH", "MIE"
|
|
205371
|
+
]
|
|
205372
|
+
""" Phase function for the scattered light
|
|
205373
|
+
|
|
205374
|
+
:type: typing.Literal['HENYEY_GREENSTEIN','FOURNIER_FORAND','DRAINE','RAYLEIGH','MIE']
|
|
205375
|
+
"""
|
|
205376
|
+
|
|
204804
205377
|
@classmethod
|
|
204805
205378
|
def is_registered_node_type(cls) -> bool:
|
|
204806
205379
|
"""True if a registered node type
|
|
@@ -230521,8 +231094,12 @@ DATA_PT_gpencil_vertex_groups: bl_ui.properties_data_gpencil.DATA_PT_gpencil_ver
|
|
|
230521
231094
|
|
|
230522
231095
|
DATA_PT_grease_pencil_animation: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_animation
|
|
230523
231096
|
|
|
231097
|
+
DATA_PT_grease_pencil_attributes: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_attributes
|
|
231098
|
+
|
|
230524
231099
|
DATA_PT_grease_pencil_custom_props: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_custom_props
|
|
230525
231100
|
|
|
231101
|
+
DATA_PT_grease_pencil_layer_adjustments: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_layer_adjustments
|
|
231102
|
+
|
|
230526
231103
|
DATA_PT_grease_pencil_layer_masks: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_layer_masks
|
|
230527
231104
|
|
|
230528
231105
|
DATA_PT_grease_pencil_layer_relations: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_layer_relations
|
|
@@ -230869,6 +231446,8 @@ GREASE_PENCIL_MT_snap: bl_ui.properties_grease_pencil_common.GREASE_PENCIL_MT_sn
|
|
|
230869
231446
|
|
|
230870
231447
|
GREASE_PENCIL_MT_snap_pie: bl_ui.properties_grease_pencil_common.GREASE_PENCIL_MT_snap_pie
|
|
230871
231448
|
|
|
231449
|
+
GREASE_PENCIL_UL_attributes: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_UL_attributes
|
|
231450
|
+
|
|
230872
231451
|
GREASE_PENCIL_UL_masks: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_UL_masks
|
|
230873
231452
|
|
|
230874
231453
|
IMAGE_AST_brush_paint: bl_ui.space_image.IMAGE_AST_brush_paint
|
|
@@ -233609,6 +234188,8 @@ WM_OT_properties_remove: bl_operators.wm.WM_OT_properties_remove
|
|
|
233609
234188
|
|
|
233610
234189
|
WM_OT_sysinfo: bl_operators.wm.WM_OT_sysinfo
|
|
233611
234190
|
|
|
234191
|
+
WM_OT_tool_set_by_brush_type: bl_operators.wm.WM_OT_tool_set_by_brush_type
|
|
234192
|
+
|
|
233612
234193
|
WM_OT_tool_set_by_id: bl_operators.wm.WM_OT_tool_set_by_id
|
|
233613
234194
|
|
|
233614
234195
|
WM_OT_tool_set_by_index: bl_operators.wm.WM_OT_tool_set_by_index
|