fake-bpy-module 20241002__py3-none-any.whl → 20241004__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_ui/properties_data_grease_pencil/__init__.pyi +79 -0
- bl_ui/properties_object/__init__.pyi +149 -0
- bl_ui/properties_paint_common/__init__.pyi +45 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -1
- bl_ui/space_view3d/__init__.pyi +34 -0
- bpy/app/handlers/__init__.pyi +8 -0
- bpy/ops/grease_pencil/__init__.pyi +89 -0
- bpy/ops/node/__init__.pyi +24 -24
- bpy/ops/sequencer/__init__.pyi +0 -3
- bpy/ops/ui/__init__.pyi +12 -0
- bpy/ops/wm/__init__.pyi +13 -0
- bpy/types/__init__.pyi +680 -5
- {fake_bpy_module-20241002.dist-info → fake_bpy_module-20241004.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241002.dist-info → fake_bpy_module-20241004.dist-info}/RECORD +19 -19
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20241002.dist-info → fake_bpy_module-20241004.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241002.dist-info → fake_bpy_module-20241004.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -4473,6 +4473,7 @@
|
|
|
4473
4473
|
--------------------
|
|
4474
4474
|
|
|
4475
4475
|
* GreasePencilFrames.copy
|
|
4476
|
+
* GreasePencilFrames.move
|
|
4476
4477
|
* GreasePencilFrames.new
|
|
4477
4478
|
* GreasePencilLayer.current_frame
|
|
4478
4479
|
* GreasePencilLayer.frames
|
|
@@ -4481,6 +4482,48 @@
|
|
|
4481
4482
|
:columns: 2
|
|
4482
4483
|
|
|
4483
4484
|
|
|
4485
|
+
--------------------
|
|
4486
|
+
|
|
4487
|
+
* bpy_struct.id_data
|
|
4488
|
+
|
|
4489
|
+
:columns: 2
|
|
4490
|
+
|
|
4491
|
+
|
|
4492
|
+
--------------------
|
|
4493
|
+
|
|
4494
|
+
* bpy_struct.as_pointer
|
|
4495
|
+
* bpy_struct.driver_add
|
|
4496
|
+
* bpy_struct.driver_remove
|
|
4497
|
+
* bpy_struct.get
|
|
4498
|
+
* bpy_struct.id_properties_clear
|
|
4499
|
+
* bpy_struct.id_properties_ensure
|
|
4500
|
+
* bpy_struct.id_properties_ui
|
|
4501
|
+
* bpy_struct.is_property_hidden
|
|
4502
|
+
* bpy_struct.is_property_overridable_library
|
|
4503
|
+
* bpy_struct.is_property_readonly
|
|
4504
|
+
* bpy_struct.is_property_set
|
|
4505
|
+
* bpy_struct.items
|
|
4506
|
+
* bpy_struct.keyframe_delete
|
|
4507
|
+
* bpy_struct.keyframe_insert
|
|
4508
|
+
* bpy_struct.keys
|
|
4509
|
+
* bpy_struct.path_from_id
|
|
4510
|
+
* bpy_struct.path_resolve
|
|
4511
|
+
* bpy_struct.pop
|
|
4512
|
+
* bpy_struct.property_overridable_library_set
|
|
4513
|
+
* bpy_struct.property_unset
|
|
4514
|
+
* bpy_struct.type_recast
|
|
4515
|
+
* bpy_struct.values
|
|
4516
|
+
|
|
4517
|
+
:columns: 2
|
|
4518
|
+
|
|
4519
|
+
|
|
4520
|
+
--------------------
|
|
4521
|
+
|
|
4522
|
+
* BlendImportContextItem.source_libraries
|
|
4523
|
+
|
|
4524
|
+
:columns: 2
|
|
4525
|
+
|
|
4526
|
+
|
|
4484
4527
|
--------------------
|
|
4485
4528
|
|
|
4486
4529
|
* bpy_struct.id_data
|
|
@@ -18839,6 +18882,48 @@
|
|
|
18839
18882
|
:columns: 2
|
|
18840
18883
|
|
|
18841
18884
|
|
|
18885
|
+
--------------------
|
|
18886
|
+
|
|
18887
|
+
* BlendImportContext.import_items
|
|
18888
|
+
|
|
18889
|
+
:columns: 2
|
|
18890
|
+
|
|
18891
|
+
|
|
18892
|
+
--------------------
|
|
18893
|
+
|
|
18894
|
+
* bpy_struct.id_data
|
|
18895
|
+
|
|
18896
|
+
:columns: 2
|
|
18897
|
+
|
|
18898
|
+
|
|
18899
|
+
--------------------
|
|
18900
|
+
|
|
18901
|
+
* bpy_struct.as_pointer
|
|
18902
|
+
* bpy_struct.driver_add
|
|
18903
|
+
* bpy_struct.driver_remove
|
|
18904
|
+
* bpy_struct.get
|
|
18905
|
+
* bpy_struct.id_properties_clear
|
|
18906
|
+
* bpy_struct.id_properties_ensure
|
|
18907
|
+
* bpy_struct.id_properties_ui
|
|
18908
|
+
* bpy_struct.is_property_hidden
|
|
18909
|
+
* bpy_struct.is_property_overridable_library
|
|
18910
|
+
* bpy_struct.is_property_readonly
|
|
18911
|
+
* bpy_struct.is_property_set
|
|
18912
|
+
* bpy_struct.items
|
|
18913
|
+
* bpy_struct.keyframe_delete
|
|
18914
|
+
* bpy_struct.keyframe_insert
|
|
18915
|
+
* bpy_struct.keys
|
|
18916
|
+
* bpy_struct.path_from_id
|
|
18917
|
+
* bpy_struct.path_resolve
|
|
18918
|
+
* bpy_struct.pop
|
|
18919
|
+
* bpy_struct.property_overridable_library_set
|
|
18920
|
+
* bpy_struct.property_unset
|
|
18921
|
+
* bpy_struct.type_recast
|
|
18922
|
+
* bpy_struct.values
|
|
18923
|
+
|
|
18924
|
+
:columns: 2
|
|
18925
|
+
|
|
18926
|
+
|
|
18842
18927
|
--------------------
|
|
18843
18928
|
|
|
18844
18929
|
* ToolSettings.statvis
|
|
@@ -36729,6 +36814,48 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
36729
36814
|
:columns: 2
|
|
36730
36815
|
|
|
36731
36816
|
|
|
36817
|
+
--------------------
|
|
36818
|
+
|
|
36819
|
+
* bpy_struct.id_data
|
|
36820
|
+
|
|
36821
|
+
:columns: 2
|
|
36822
|
+
|
|
36823
|
+
|
|
36824
|
+
--------------------
|
|
36825
|
+
|
|
36826
|
+
* bpy_struct.as_pointer
|
|
36827
|
+
* bpy_struct.driver_add
|
|
36828
|
+
* bpy_struct.driver_remove
|
|
36829
|
+
* bpy_struct.get
|
|
36830
|
+
* bpy_struct.id_properties_clear
|
|
36831
|
+
* bpy_struct.id_properties_ensure
|
|
36832
|
+
* bpy_struct.id_properties_ui
|
|
36833
|
+
* bpy_struct.is_property_hidden
|
|
36834
|
+
* bpy_struct.is_property_overridable_library
|
|
36835
|
+
* bpy_struct.is_property_readonly
|
|
36836
|
+
* bpy_struct.is_property_set
|
|
36837
|
+
* bpy_struct.items
|
|
36838
|
+
* bpy_struct.keyframe_delete
|
|
36839
|
+
* bpy_struct.keyframe_insert
|
|
36840
|
+
* bpy_struct.keys
|
|
36841
|
+
* bpy_struct.path_from_id
|
|
36842
|
+
* bpy_struct.path_resolve
|
|
36843
|
+
* bpy_struct.pop
|
|
36844
|
+
* bpy_struct.property_overridable_library_set
|
|
36845
|
+
* bpy_struct.property_unset
|
|
36846
|
+
* bpy_struct.type_recast
|
|
36847
|
+
* bpy_struct.values
|
|
36848
|
+
|
|
36849
|
+
:columns: 2
|
|
36850
|
+
|
|
36851
|
+
|
|
36852
|
+
--------------------
|
|
36853
|
+
|
|
36854
|
+
* BlendImportContextItem.source_libraries
|
|
36855
|
+
|
|
36856
|
+
:columns: 2
|
|
36857
|
+
|
|
36858
|
+
|
|
36732
36859
|
--------------------
|
|
36733
36860
|
|
|
36734
36861
|
* bpy_struct.id_data
|
|
@@ -38928,6 +39055,41 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
38928
39055
|
:columns: 2
|
|
38929
39056
|
|
|
38930
39057
|
|
|
39058
|
+
--------------------
|
|
39059
|
+
|
|
39060
|
+
* bpy_struct.id_data
|
|
39061
|
+
|
|
39062
|
+
:columns: 2
|
|
39063
|
+
|
|
39064
|
+
|
|
39065
|
+
--------------------
|
|
39066
|
+
|
|
39067
|
+
* bpy_struct.as_pointer
|
|
39068
|
+
* bpy_struct.driver_add
|
|
39069
|
+
* bpy_struct.driver_remove
|
|
39070
|
+
* bpy_struct.get
|
|
39071
|
+
* bpy_struct.id_properties_clear
|
|
39072
|
+
* bpy_struct.id_properties_ensure
|
|
39073
|
+
* bpy_struct.id_properties_ui
|
|
39074
|
+
* bpy_struct.is_property_hidden
|
|
39075
|
+
* bpy_struct.is_property_overridable_library
|
|
39076
|
+
* bpy_struct.is_property_readonly
|
|
39077
|
+
* bpy_struct.is_property_set
|
|
39078
|
+
* bpy_struct.items
|
|
39079
|
+
* bpy_struct.keyframe_delete
|
|
39080
|
+
* bpy_struct.keyframe_insert
|
|
39081
|
+
* bpy_struct.keys
|
|
39082
|
+
* bpy_struct.path_from_id
|
|
39083
|
+
* bpy_struct.path_resolve
|
|
39084
|
+
* bpy_struct.pop
|
|
39085
|
+
* bpy_struct.property_overridable_library_set
|
|
39086
|
+
* bpy_struct.property_unset
|
|
39087
|
+
* bpy_struct.type_recast
|
|
39088
|
+
* bpy_struct.values
|
|
39089
|
+
|
|
39090
|
+
:columns: 2
|
|
39091
|
+
|
|
39092
|
+
|
|
38931
39093
|
--------------------
|
|
38932
39094
|
|
|
38933
39095
|
* bpy_struct.id_data
|
|
@@ -40259,6 +40421,9 @@ The USDHookExample
|
|
|
40259
40421
|
* ActionSlots.new
|
|
40260
40422
|
* AssetRepresentation.local_id
|
|
40261
40423
|
* BlendDataObjects.new
|
|
40424
|
+
* BlendImportContextItem.id
|
|
40425
|
+
* BlendImportContextItem.library_override_id
|
|
40426
|
+
* BlendImportContextItem.reusable_local_id
|
|
40262
40427
|
* Depsgraph.id_eval_get
|
|
40263
40428
|
* Depsgraph.id_eval_get
|
|
40264
40429
|
* Depsgraph.ids
|
|
@@ -67749,6 +67914,48 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
67749
67914
|
:columns: 2
|
|
67750
67915
|
|
|
67751
67916
|
|
|
67917
|
+
--------------------
|
|
67918
|
+
|
|
67919
|
+
* bpy_struct.id_data
|
|
67920
|
+
|
|
67921
|
+
:columns: 2
|
|
67922
|
+
|
|
67923
|
+
|
|
67924
|
+
--------------------
|
|
67925
|
+
|
|
67926
|
+
* bpy_struct.as_pointer
|
|
67927
|
+
* bpy_struct.driver_add
|
|
67928
|
+
* bpy_struct.driver_remove
|
|
67929
|
+
* bpy_struct.get
|
|
67930
|
+
* bpy_struct.id_properties_clear
|
|
67931
|
+
* bpy_struct.id_properties_ensure
|
|
67932
|
+
* bpy_struct.id_properties_ui
|
|
67933
|
+
* bpy_struct.is_property_hidden
|
|
67934
|
+
* bpy_struct.is_property_overridable_library
|
|
67935
|
+
* bpy_struct.is_property_readonly
|
|
67936
|
+
* bpy_struct.is_property_set
|
|
67937
|
+
* bpy_struct.items
|
|
67938
|
+
* bpy_struct.keyframe_delete
|
|
67939
|
+
* bpy_struct.keyframe_insert
|
|
67940
|
+
* bpy_struct.keys
|
|
67941
|
+
* bpy_struct.path_from_id
|
|
67942
|
+
* bpy_struct.path_resolve
|
|
67943
|
+
* bpy_struct.pop
|
|
67944
|
+
* bpy_struct.property_overridable_library_set
|
|
67945
|
+
* bpy_struct.property_unset
|
|
67946
|
+
* bpy_struct.type_recast
|
|
67947
|
+
* bpy_struct.values
|
|
67948
|
+
|
|
67949
|
+
:columns: 2
|
|
67950
|
+
|
|
67951
|
+
|
|
67952
|
+
--------------------
|
|
67953
|
+
|
|
67954
|
+
* BlendImportContext.import_items
|
|
67955
|
+
|
|
67956
|
+
:columns: 2
|
|
67957
|
+
|
|
67958
|
+
|
|
67752
67959
|
--------------------
|
|
67753
67960
|
|
|
67754
67961
|
* bpy_struct.id_data
|
|
@@ -82462,6 +82669,60 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
82462
82669
|
:columns: 2
|
|
82463
82670
|
|
|
82464
82671
|
|
|
82672
|
+
--------------------
|
|
82673
|
+
|
|
82674
|
+
* bpy_struct.id_data
|
|
82675
|
+
* UIList.bl_idname
|
|
82676
|
+
* UIList.list_id
|
|
82677
|
+
* UIList.layout_type
|
|
82678
|
+
* UIList.use_filter_show
|
|
82679
|
+
* UIList.filter_name
|
|
82680
|
+
* UIList.use_filter_invert
|
|
82681
|
+
* UIList.use_filter_sort_alpha
|
|
82682
|
+
* UIList.use_filter_sort_reverse
|
|
82683
|
+
* UIList.use_filter_sort_lock
|
|
82684
|
+
* UIList.bitflag_filter_item
|
|
82685
|
+
|
|
82686
|
+
:columns: 2
|
|
82687
|
+
|
|
82688
|
+
|
|
82689
|
+
--------------------
|
|
82690
|
+
|
|
82691
|
+
* bpy_struct.as_pointer
|
|
82692
|
+
* bpy_struct.driver_add
|
|
82693
|
+
* bpy_struct.driver_remove
|
|
82694
|
+
* bpy_struct.get
|
|
82695
|
+
* bpy_struct.id_properties_clear
|
|
82696
|
+
* bpy_struct.id_properties_ensure
|
|
82697
|
+
* bpy_struct.id_properties_ui
|
|
82698
|
+
* bpy_struct.is_property_hidden
|
|
82699
|
+
* bpy_struct.is_property_overridable_library
|
|
82700
|
+
* bpy_struct.is_property_readonly
|
|
82701
|
+
* bpy_struct.is_property_set
|
|
82702
|
+
* bpy_struct.items
|
|
82703
|
+
* bpy_struct.keyframe_delete
|
|
82704
|
+
* bpy_struct.keyframe_insert
|
|
82705
|
+
* bpy_struct.keys
|
|
82706
|
+
* bpy_struct.path_from_id
|
|
82707
|
+
* bpy_struct.path_resolve
|
|
82708
|
+
* bpy_struct.pop
|
|
82709
|
+
* bpy_struct.property_overridable_library_set
|
|
82710
|
+
* bpy_struct.property_unset
|
|
82711
|
+
* bpy_struct.type_recast
|
|
82712
|
+
* bpy_struct.values
|
|
82713
|
+
* UIList.draw_item
|
|
82714
|
+
* UIList.draw_filter
|
|
82715
|
+
* UIList.filter_items
|
|
82716
|
+
* UIList.append
|
|
82717
|
+
* UIList.is_extended
|
|
82718
|
+
* UIList.prepend
|
|
82719
|
+
* UIList.remove
|
|
82720
|
+
* UIList.bl_rna_get_subclass
|
|
82721
|
+
* UIList.bl_rna_get_subclass_py
|
|
82722
|
+
|
|
82723
|
+
:columns: 2
|
|
82724
|
+
|
|
82725
|
+
|
|
82465
82726
|
--------------------
|
|
82466
82727
|
|
|
82467
82728
|
* bpy_struct.id_data
|
|
@@ -97377,6 +97638,7 @@ Executing the operator will then print all values.
|
|
|
97377
97638
|
|
|
97378
97639
|
* BlendData.libraries
|
|
97379
97640
|
* BlendDataLibraries.remove
|
|
97641
|
+
* BlendImportContextItem.source_library
|
|
97380
97642
|
* ID.library
|
|
97381
97643
|
* Library.parent
|
|
97382
97644
|
|
|
@@ -105839,11 +106101,63 @@ class BlendDataWorlds(bpy_prop_collection[World], bpy_struct):
|
|
|
105839
106101
|
:rtype: typing.Any
|
|
105840
106102
|
"""
|
|
105841
106103
|
|
|
105842
|
-
class
|
|
105843
|
-
"""
|
|
105844
|
-
|
|
105845
|
-
|
|
105846
|
-
|
|
106104
|
+
class BlendImportContextItems(bpy_prop_collection[BlendImportContextItem], bpy_struct):
|
|
106105
|
+
"""Collection of blendfile import context items"""
|
|
106106
|
+
|
|
106107
|
+
@classmethod
|
|
106108
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
106109
|
+
"""
|
|
106110
|
+
|
|
106111
|
+
:param id: The RNA type identifier.
|
|
106112
|
+
:type id: str | None
|
|
106113
|
+
:param default:
|
|
106114
|
+
:return: The RNA type or default when not found.
|
|
106115
|
+
:rtype: Struct
|
|
106116
|
+
"""
|
|
106117
|
+
|
|
106118
|
+
@classmethod
|
|
106119
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
106120
|
+
"""
|
|
106121
|
+
|
|
106122
|
+
:param id: The RNA type identifier.
|
|
106123
|
+
:type id: str | None
|
|
106124
|
+
:param default:
|
|
106125
|
+
:return: The class or default when not found.
|
|
106126
|
+
:rtype: typing.Any
|
|
106127
|
+
"""
|
|
106128
|
+
|
|
106129
|
+
class BlendImportContextLibraries(
|
|
106130
|
+
bpy_prop_collection[BlendImportContextLibrary], bpy_struct
|
|
106131
|
+
):
|
|
106132
|
+
"""Collection of source libraries, i.e. blendfile paths"""
|
|
106133
|
+
|
|
106134
|
+
@classmethod
|
|
106135
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
106136
|
+
"""
|
|
106137
|
+
|
|
106138
|
+
:param id: The RNA type identifier.
|
|
106139
|
+
:type id: str | None
|
|
106140
|
+
:param default:
|
|
106141
|
+
:return: The RNA type or default when not found.
|
|
106142
|
+
:rtype: Struct
|
|
106143
|
+
"""
|
|
106144
|
+
|
|
106145
|
+
@classmethod
|
|
106146
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
106147
|
+
"""
|
|
106148
|
+
|
|
106149
|
+
:param id: The RNA type identifier.
|
|
106150
|
+
:type id: str | None
|
|
106151
|
+
:param default:
|
|
106152
|
+
:return: The class or default when not found.
|
|
106153
|
+
:rtype: typing.Any
|
|
106154
|
+
"""
|
|
106155
|
+
|
|
106156
|
+
class BoneCollectionMemberships(bpy_prop_collection[BoneCollection], bpy_struct):
|
|
106157
|
+
"""The Bone Collections that contain this Bone"""
|
|
106158
|
+
|
|
106159
|
+
def clear(self):
|
|
106160
|
+
"""Remove this bone from all bone collections"""
|
|
105847
106161
|
|
|
105848
106162
|
@classmethod
|
|
105849
106163
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
@@ -106845,6 +107159,19 @@ class GreasePencilFrames(bpy_prop_collection[GreasePencilFrame], bpy_struct):
|
|
|
106845
107159
|
:rtype: GreasePencilFrame
|
|
106846
107160
|
"""
|
|
106847
107161
|
|
|
107162
|
+
def move(
|
|
107163
|
+
self, from_frame_number: int | None, to_frame_number: int | None
|
|
107164
|
+
) -> GreasePencilFrame:
|
|
107165
|
+
"""Move a Grease Pencil frame
|
|
107166
|
+
|
|
107167
|
+
:param from_frame_number: Source Frame Number, The frame number of the source frame
|
|
107168
|
+
:type from_frame_number: int | None
|
|
107169
|
+
:param to_frame_number: Target Frame Number, The frame number to move the frame to
|
|
107170
|
+
:type to_frame_number: int | None
|
|
107171
|
+
:return: The moved frame
|
|
107172
|
+
:rtype: GreasePencilFrame
|
|
107173
|
+
"""
|
|
107174
|
+
|
|
106848
107175
|
@classmethod
|
|
106849
107176
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
106850
107177
|
"""
|
|
@@ -115333,6 +115660,180 @@ class BlendData(bpy_struct):
|
|
|
115333
115660
|
:rtype: dict
|
|
115334
115661
|
"""
|
|
115335
115662
|
|
|
115663
|
+
class BlendImportContext(bpy_struct):
|
|
115664
|
+
"""Contextual data for a blendfile library/linked-data related operation. Currently only exposed as read-only data for the pre/post blendimport handlers"""
|
|
115665
|
+
|
|
115666
|
+
import_items: BlendImportContextItems
|
|
115667
|
+
"""
|
|
115668
|
+
|
|
115669
|
+
:type: BlendImportContextItems
|
|
115670
|
+
"""
|
|
115671
|
+
|
|
115672
|
+
options: set[
|
|
115673
|
+
typing.Literal[
|
|
115674
|
+
"LINK",
|
|
115675
|
+
"MAKE_PATHS_RELATIVE",
|
|
115676
|
+
"USE_PLACEHOLDERS",
|
|
115677
|
+
"FORCE_INDIRECT",
|
|
115678
|
+
"APPEND_SET_FAKEUSER",
|
|
115679
|
+
"APPEND_RECURSIVE",
|
|
115680
|
+
"APPEND_LOCAL_ID_REUSE",
|
|
115681
|
+
"APPEND_ASSET_DATA_CLEAR",
|
|
115682
|
+
"SELECT_OBJECTS",
|
|
115683
|
+
"USE_ACTIVE_COLLECTION",
|
|
115684
|
+
"OBDATA_INSTANCE",
|
|
115685
|
+
"COLLECTION_INSTANCE",
|
|
115686
|
+
]
|
|
115687
|
+
]
|
|
115688
|
+
""" Options for this blendfile import operation
|
|
115689
|
+
|
|
115690
|
+
: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']]
|
|
115691
|
+
"""
|
|
115692
|
+
|
|
115693
|
+
process_stage: typing.Literal["INIT", "DONE"]
|
|
115694
|
+
""" Current stage of the import process
|
|
115695
|
+
|
|
115696
|
+
:type: typing.Literal['INIT','DONE']
|
|
115697
|
+
"""
|
|
115698
|
+
|
|
115699
|
+
@classmethod
|
|
115700
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
115701
|
+
"""
|
|
115702
|
+
|
|
115703
|
+
:param id: The RNA type identifier.
|
|
115704
|
+
:type id: str | None
|
|
115705
|
+
:param default:
|
|
115706
|
+
:return: The RNA type or default when not found.
|
|
115707
|
+
:rtype: Struct
|
|
115708
|
+
"""
|
|
115709
|
+
|
|
115710
|
+
@classmethod
|
|
115711
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
115712
|
+
"""
|
|
115713
|
+
|
|
115714
|
+
:param id: The RNA type identifier.
|
|
115715
|
+
:type id: str | None
|
|
115716
|
+
:param default:
|
|
115717
|
+
:return: The class or default when not found.
|
|
115718
|
+
:rtype: typing.Any
|
|
115719
|
+
"""
|
|
115720
|
+
|
|
115721
|
+
class BlendImportContextItem(bpy_struct):
|
|
115722
|
+
"""An item (representing a data-block) in a BlendImportContext data. Currently only exposed as read-only data for the pre/post linking handlers"""
|
|
115723
|
+
|
|
115724
|
+
append_action: typing.Literal[
|
|
115725
|
+
"UNSET", "KEEP_LINKED", "REUSE_LOCAL", "MAKE_LOCAL", "COPY_LOCAL"
|
|
115726
|
+
]
|
|
115727
|
+
""" How this item has been handled by the append operation. Only set if the data has been appended
|
|
115728
|
+
|
|
115729
|
+
:type: typing.Literal['UNSET','KEEP_LINKED','REUSE_LOCAL','MAKE_LOCAL','COPY_LOCAL']
|
|
115730
|
+
"""
|
|
115731
|
+
|
|
115732
|
+
id: ID
|
|
115733
|
+
""" The imported ID. None until it has been linked or appended. May be the same as reusable_local_id when appended
|
|
115734
|
+
|
|
115735
|
+
:type: ID
|
|
115736
|
+
"""
|
|
115737
|
+
|
|
115738
|
+
id_type: bpy.typing.IdTypeItems
|
|
115739
|
+
""" ID type of the item
|
|
115740
|
+
|
|
115741
|
+
:type: bpy.typing.IdTypeItems
|
|
115742
|
+
"""
|
|
115743
|
+
|
|
115744
|
+
import_info: set[
|
|
115745
|
+
typing.Literal[
|
|
115746
|
+
"INDIRECT_USAGE", "LIBOVERRIDE_DEPENDENCY", "LIBOVERRIDE_DEPENDENCY_ONLY"
|
|
115747
|
+
]
|
|
115748
|
+
]
|
|
115749
|
+
""" Various status info about an item after it has been imported
|
|
115750
|
+
|
|
115751
|
+
:type: set[typing.Literal['INDIRECT_USAGE','LIBOVERRIDE_DEPENDENCY','LIBOVERRIDE_DEPENDENCY_ONLY']]
|
|
115752
|
+
"""
|
|
115753
|
+
|
|
115754
|
+
library_override_id: ID
|
|
115755
|
+
""" The library override of the linked ID. None until it has been created
|
|
115756
|
+
|
|
115757
|
+
:type: ID
|
|
115758
|
+
"""
|
|
115759
|
+
|
|
115760
|
+
name: str
|
|
115761
|
+
""" ID name of the item
|
|
115762
|
+
|
|
115763
|
+
:type: str
|
|
115764
|
+
"""
|
|
115765
|
+
|
|
115766
|
+
reusable_local_id: ID
|
|
115767
|
+
""" The already existing local ID that may be reused in append & reuse case. None until it has been found
|
|
115768
|
+
|
|
115769
|
+
:type: ID
|
|
115770
|
+
"""
|
|
115771
|
+
|
|
115772
|
+
source_libraries: BlendImportContextLibraries
|
|
115773
|
+
""" 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
|
|
115774
|
+
|
|
115775
|
+
:type: BlendImportContextLibraries
|
|
115776
|
+
"""
|
|
115777
|
+
|
|
115778
|
+
source_library: Library
|
|
115779
|
+
""" Library ID representing the blendfile from which the ID was imported. None until the ID has been linked or appended
|
|
115780
|
+
|
|
115781
|
+
:type: Library
|
|
115782
|
+
"""
|
|
115783
|
+
|
|
115784
|
+
@classmethod
|
|
115785
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
115786
|
+
"""
|
|
115787
|
+
|
|
115788
|
+
:param id: The RNA type identifier.
|
|
115789
|
+
:type id: str | None
|
|
115790
|
+
:param default:
|
|
115791
|
+
:return: The RNA type or default when not found.
|
|
115792
|
+
:rtype: Struct
|
|
115793
|
+
"""
|
|
115794
|
+
|
|
115795
|
+
@classmethod
|
|
115796
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
115797
|
+
"""
|
|
115798
|
+
|
|
115799
|
+
:param id: The RNA type identifier.
|
|
115800
|
+
:type id: str | None
|
|
115801
|
+
:param default:
|
|
115802
|
+
:return: The class or default when not found.
|
|
115803
|
+
:rtype: typing.Any
|
|
115804
|
+
"""
|
|
115805
|
+
|
|
115806
|
+
class BlendImportContextLibrary(bpy_struct):
|
|
115807
|
+
"""Library (blendfile) reference in a BlendImportContext data. Currently only exposed as read-only data for the pre/post blendimport handlers"""
|
|
115808
|
+
|
|
115809
|
+
filepath: str
|
|
115810
|
+
"""
|
|
115811
|
+
|
|
115812
|
+
:type: str
|
|
115813
|
+
"""
|
|
115814
|
+
|
|
115815
|
+
@classmethod
|
|
115816
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
115817
|
+
"""
|
|
115818
|
+
|
|
115819
|
+
:param id: The RNA type identifier.
|
|
115820
|
+
:type id: str | None
|
|
115821
|
+
:param default:
|
|
115822
|
+
:return: The RNA type or default when not found.
|
|
115823
|
+
:rtype: Struct
|
|
115824
|
+
"""
|
|
115825
|
+
|
|
115826
|
+
@classmethod
|
|
115827
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
115828
|
+
"""
|
|
115829
|
+
|
|
115830
|
+
:param id: The RNA type identifier.
|
|
115831
|
+
:type id: str | None
|
|
115832
|
+
:param default:
|
|
115833
|
+
:return: The class or default when not found.
|
|
115834
|
+
:rtype: typing.Any
|
|
115835
|
+
"""
|
|
115836
|
+
|
|
115336
115837
|
class BlendTexture(Texture, ID, bpy_struct):
|
|
115337
115838
|
"""Procedural color blending texture"""
|
|
115338
115839
|
|
|
@@ -143614,6 +144115,60 @@ class GPencilStrokePoint(bpy_struct):
|
|
|
143614
144115
|
:rtype: typing.Any
|
|
143615
144116
|
"""
|
|
143616
144117
|
|
|
144118
|
+
class GREASE_PENCIL_UL_attributes(UIList, bpy_struct):
|
|
144119
|
+
def draw_item(
|
|
144120
|
+
self,
|
|
144121
|
+
_context,
|
|
144122
|
+
layout,
|
|
144123
|
+
_data,
|
|
144124
|
+
attribute,
|
|
144125
|
+
_icon,
|
|
144126
|
+
_active_data,
|
|
144127
|
+
_active_propname,
|
|
144128
|
+
_index,
|
|
144129
|
+
):
|
|
144130
|
+
"""
|
|
144131
|
+
|
|
144132
|
+
:param _context:
|
|
144133
|
+
:param layout:
|
|
144134
|
+
:param _data:
|
|
144135
|
+
:param attribute:
|
|
144136
|
+
:param _icon:
|
|
144137
|
+
:param _active_data:
|
|
144138
|
+
:param _active_propname:
|
|
144139
|
+
:param _index:
|
|
144140
|
+
"""
|
|
144141
|
+
|
|
144142
|
+
def filter_items(self, _context, data, property):
|
|
144143
|
+
"""
|
|
144144
|
+
|
|
144145
|
+
:param _context:
|
|
144146
|
+
:param data:
|
|
144147
|
+
:param property:
|
|
144148
|
+
"""
|
|
144149
|
+
|
|
144150
|
+
@classmethod
|
|
144151
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
144152
|
+
"""
|
|
144153
|
+
|
|
144154
|
+
:param id: The RNA type identifier.
|
|
144155
|
+
:type id: str | None
|
|
144156
|
+
:param default:
|
|
144157
|
+
:return: The RNA type or default when not found.
|
|
144158
|
+
:rtype: Struct
|
|
144159
|
+
"""
|
|
144160
|
+
|
|
144161
|
+
@classmethod
|
|
144162
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
144163
|
+
"""
|
|
144164
|
+
|
|
144165
|
+
:param id: The RNA type identifier.
|
|
144166
|
+
:type id: str | None
|
|
144167
|
+
:param default:
|
|
144168
|
+
:return: The class or default when not found.
|
|
144169
|
+
:rtype: typing.Any
|
|
144170
|
+
"""
|
|
144171
|
+
|
|
143617
144172
|
class GREASE_PENCIL_UL_masks(UIList, bpy_struct):
|
|
143618
144173
|
def draw_item(
|
|
143619
144174
|
self,
|
|
@@ -162015,6 +162570,14 @@ class IMAGE_AST_brush_paint(AssetShelf, bpy_struct):
|
|
|
162015
162570
|
:param context:
|
|
162016
162571
|
"""
|
|
162017
162572
|
|
|
162573
|
+
@classmethod
|
|
162574
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
162575
|
+
"""
|
|
162576
|
+
|
|
162577
|
+
:param context:
|
|
162578
|
+
:param brush_type:
|
|
162579
|
+
"""
|
|
162580
|
+
|
|
162018
162581
|
@classmethod
|
|
162019
162582
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
162020
162583
|
"""
|
|
@@ -190881,6 +191444,12 @@ class PreferencesView(bpy_struct):
|
|
|
190881
191444
|
:type: float
|
|
190882
191445
|
"""
|
|
190883
191446
|
|
|
191447
|
+
use_filter_brushes_by_tool: bool
|
|
191448
|
+
""" Only show brushes applicable for the currently active tool in the asset shelf. Stored in the Preferences, which may have to be saved manually if Auto-Save Preferences is disabled
|
|
191449
|
+
|
|
191450
|
+
:type: bool
|
|
191451
|
+
"""
|
|
191452
|
+
|
|
190884
191453
|
use_fresnel_edit: bool
|
|
190885
191454
|
""" Enable a fresnel effect on edit mesh overlays.
|
|
190886
191455
|
It improves shape readability of very dense meshes, but increases eye fatigue when modeling lower poly
|
|
@@ -204825,6 +205394,14 @@ class ShaderNodeVolumePrincipled(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
204825
205394
|
class ShaderNodeVolumeScatter(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
204826
205395
|
"""Scatter light as it passes through the volume, often used to add fog to a scene"""
|
|
204827
205396
|
|
|
205397
|
+
phase: typing.Literal[
|
|
205398
|
+
"HENYEY_GREENSTEIN", "FOURNIER_FORAND", "DRAINE", "RAYLEIGH", "MIE"
|
|
205399
|
+
]
|
|
205400
|
+
""" Phase function for the scattered light
|
|
205401
|
+
|
|
205402
|
+
:type: typing.Literal['HENYEY_GREENSTEIN','FOURNIER_FORAND','DRAINE','RAYLEIGH','MIE']
|
|
205403
|
+
"""
|
|
205404
|
+
|
|
204828
205405
|
@classmethod
|
|
204829
205406
|
def is_registered_node_type(cls) -> bool:
|
|
204830
205407
|
"""True if a registered node type
|
|
@@ -223667,6 +224244,14 @@ class VIEW3D_AST_brush_gpencil_paint(AssetShelf, bpy_struct):
|
|
|
223667
224244
|
:param context:
|
|
223668
224245
|
"""
|
|
223669
224246
|
|
|
224247
|
+
@classmethod
|
|
224248
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224249
|
+
"""
|
|
224250
|
+
|
|
224251
|
+
:param context:
|
|
224252
|
+
:param brush_type:
|
|
224253
|
+
"""
|
|
224254
|
+
|
|
223670
224255
|
@classmethod
|
|
223671
224256
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
223672
224257
|
"""
|
|
@@ -223715,6 +224300,14 @@ class VIEW3D_AST_brush_gpencil_sculpt(AssetShelf, bpy_struct):
|
|
|
223715
224300
|
:param context:
|
|
223716
224301
|
"""
|
|
223717
224302
|
|
|
224303
|
+
@classmethod
|
|
224304
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224305
|
+
"""
|
|
224306
|
+
|
|
224307
|
+
:param context:
|
|
224308
|
+
:param brush_type:
|
|
224309
|
+
"""
|
|
224310
|
+
|
|
223718
224311
|
@classmethod
|
|
223719
224312
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
223720
224313
|
"""
|
|
@@ -223763,6 +224356,14 @@ class VIEW3D_AST_brush_gpencil_vertex(AssetShelf, bpy_struct):
|
|
|
223763
224356
|
:param context:
|
|
223764
224357
|
"""
|
|
223765
224358
|
|
|
224359
|
+
@classmethod
|
|
224360
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224361
|
+
"""
|
|
224362
|
+
|
|
224363
|
+
:param context:
|
|
224364
|
+
:param brush_type:
|
|
224365
|
+
"""
|
|
224366
|
+
|
|
223766
224367
|
@classmethod
|
|
223767
224368
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
223768
224369
|
"""
|
|
@@ -223811,6 +224412,14 @@ class VIEW3D_AST_brush_gpencil_weight(AssetShelf, bpy_struct):
|
|
|
223811
224412
|
:param context:
|
|
223812
224413
|
"""
|
|
223813
224414
|
|
|
224415
|
+
@classmethod
|
|
224416
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224417
|
+
"""
|
|
224418
|
+
|
|
224419
|
+
:param context:
|
|
224420
|
+
:param brush_type:
|
|
224421
|
+
"""
|
|
224422
|
+
|
|
223814
224423
|
@classmethod
|
|
223815
224424
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
223816
224425
|
"""
|
|
@@ -223859,6 +224468,14 @@ class VIEW3D_AST_brush_grease_pencil_paint(AssetShelf, bpy_struct):
|
|
|
223859
224468
|
:param context:
|
|
223860
224469
|
"""
|
|
223861
224470
|
|
|
224471
|
+
@classmethod
|
|
224472
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224473
|
+
"""
|
|
224474
|
+
|
|
224475
|
+
:param context:
|
|
224476
|
+
:param brush_type:
|
|
224477
|
+
"""
|
|
224478
|
+
|
|
223862
224479
|
@classmethod
|
|
223863
224480
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
223864
224481
|
"""
|
|
@@ -223907,6 +224524,14 @@ class VIEW3D_AST_brush_sculpt(AssetShelf, bpy_struct):
|
|
|
223907
224524
|
:param context:
|
|
223908
224525
|
"""
|
|
223909
224526
|
|
|
224527
|
+
@classmethod
|
|
224528
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224529
|
+
"""
|
|
224530
|
+
|
|
224531
|
+
:param context:
|
|
224532
|
+
:param brush_type:
|
|
224533
|
+
"""
|
|
224534
|
+
|
|
223910
224535
|
@classmethod
|
|
223911
224536
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
223912
224537
|
"""
|
|
@@ -223955,6 +224580,14 @@ class VIEW3D_AST_brush_sculpt_curves(AssetShelf, bpy_struct):
|
|
|
223955
224580
|
:param context:
|
|
223956
224581
|
"""
|
|
223957
224582
|
|
|
224583
|
+
@classmethod
|
|
224584
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224585
|
+
"""
|
|
224586
|
+
|
|
224587
|
+
:param context:
|
|
224588
|
+
:param brush_type:
|
|
224589
|
+
"""
|
|
224590
|
+
|
|
223958
224591
|
@classmethod
|
|
223959
224592
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
223960
224593
|
"""
|
|
@@ -224003,6 +224636,14 @@ class VIEW3D_AST_brush_texture_paint(AssetShelf, bpy_struct):
|
|
|
224003
224636
|
:param context:
|
|
224004
224637
|
"""
|
|
224005
224638
|
|
|
224639
|
+
@classmethod
|
|
224640
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224641
|
+
"""
|
|
224642
|
+
|
|
224643
|
+
:param context:
|
|
224644
|
+
:param brush_type:
|
|
224645
|
+
"""
|
|
224646
|
+
|
|
224006
224647
|
@classmethod
|
|
224007
224648
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
224008
224649
|
"""
|
|
@@ -224051,6 +224692,14 @@ class VIEW3D_AST_brush_vertex_paint(AssetShelf, bpy_struct):
|
|
|
224051
224692
|
:param context:
|
|
224052
224693
|
"""
|
|
224053
224694
|
|
|
224695
|
+
@classmethod
|
|
224696
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224697
|
+
"""
|
|
224698
|
+
|
|
224699
|
+
:param context:
|
|
224700
|
+
:param brush_type:
|
|
224701
|
+
"""
|
|
224702
|
+
|
|
224054
224703
|
@classmethod
|
|
224055
224704
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
224056
224705
|
"""
|
|
@@ -224099,6 +224748,14 @@ class VIEW3D_AST_brush_weight_paint(AssetShelf, bpy_struct):
|
|
|
224099
224748
|
:param context:
|
|
224100
224749
|
"""
|
|
224101
224750
|
|
|
224751
|
+
@classmethod
|
|
224752
|
+
def has_tool_with_brush_type(cls, context, brush_type):
|
|
224753
|
+
"""
|
|
224754
|
+
|
|
224755
|
+
:param context:
|
|
224756
|
+
:param brush_type:
|
|
224757
|
+
"""
|
|
224758
|
+
|
|
224102
224759
|
@classmethod
|
|
224103
224760
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
224104
224761
|
"""
|
|
@@ -230545,6 +231202,8 @@ DATA_PT_gpencil_vertex_groups: bl_ui.properties_data_gpencil.DATA_PT_gpencil_ver
|
|
|
230545
231202
|
|
|
230546
231203
|
DATA_PT_grease_pencil_animation: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_animation
|
|
230547
231204
|
|
|
231205
|
+
DATA_PT_grease_pencil_attributes: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_attributes
|
|
231206
|
+
|
|
230548
231207
|
DATA_PT_grease_pencil_custom_props: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_custom_props
|
|
230549
231208
|
|
|
230550
231209
|
DATA_PT_grease_pencil_layer_adjustments: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_layer_adjustments
|
|
@@ -230895,6 +231554,8 @@ GREASE_PENCIL_MT_snap: bl_ui.properties_grease_pencil_common.GREASE_PENCIL_MT_sn
|
|
|
230895
231554
|
|
|
230896
231555
|
GREASE_PENCIL_MT_snap_pie: bl_ui.properties_grease_pencil_common.GREASE_PENCIL_MT_snap_pie
|
|
230897
231556
|
|
|
231557
|
+
GREASE_PENCIL_UL_attributes: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_UL_attributes
|
|
231558
|
+
|
|
230898
231559
|
GREASE_PENCIL_UL_masks: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_UL_masks
|
|
230899
231560
|
|
|
230900
231561
|
IMAGE_AST_brush_paint: bl_ui.space_image.IMAGE_AST_brush_paint
|
|
@@ -231417,6 +232078,8 @@ NODE_PT_texture_mapping: bl_ui.space_node.NODE_PT_texture_mapping
|
|
|
231417
232078
|
|
|
231418
232079
|
NODE_PT_tools_active: bl_ui.space_toolsystem_toolbar.NODE_PT_tools_active
|
|
231419
232080
|
|
|
232081
|
+
OBJECT_MT_light_linking_context_menu: bl_ui.properties_object.OBJECT_MT_light_linking_context_menu
|
|
232082
|
+
|
|
231420
232083
|
OBJECT_MT_modifier_add: bl_ui.properties_data_modifier.OBJECT_MT_modifier_add
|
|
231421
232084
|
|
|
231422
232085
|
OBJECT_MT_modifier_add_color: bl_ui.properties_data_modifier.OBJECT_MT_modifier_add_color
|
|
@@ -231431,6 +232094,8 @@ OBJECT_MT_modifier_add_normals: bl_ui.properties_data_modifier.OBJECT_MT_modifie
|
|
|
231431
232094
|
|
|
231432
232095
|
OBJECT_MT_modifier_add_physics: bl_ui.properties_data_modifier.OBJECT_MT_modifier_add_physics
|
|
231433
232096
|
|
|
232097
|
+
OBJECT_MT_shadow_linking_context_menu: bl_ui.properties_object.OBJECT_MT_shadow_linking_context_menu
|
|
232098
|
+
|
|
231434
232099
|
OBJECT_OT_assign_property_defaults: bl_operators.object.OBJECT_OT_assign_property_defaults
|
|
231435
232100
|
|
|
231436
232101
|
OBJECT_PT_animation: bl_ui.properties_object.OBJECT_PT_animation
|
|
@@ -231525,6 +232190,8 @@ OBJECT_PT_instancing: bl_ui.properties_object.OBJECT_PT_instancing
|
|
|
231525
232190
|
|
|
231526
232191
|
OBJECT_PT_instancing_size: bl_ui.properties_object.OBJECT_PT_instancing_size
|
|
231527
232192
|
|
|
232193
|
+
OBJECT_PT_light_linking: bl_ui.properties_object.OBJECT_PT_light_linking
|
|
232194
|
+
|
|
231528
232195
|
OBJECT_PT_lineart: bl_ui.properties_object.OBJECT_PT_lineart
|
|
231529
232196
|
|
|
231530
232197
|
OBJECT_PT_motion_paths: bl_ui.properties_object.OBJECT_PT_motion_paths
|
|
@@ -231533,6 +232200,10 @@ OBJECT_PT_motion_paths_display: bl_ui.properties_object.OBJECT_PT_motion_paths_d
|
|
|
231533
232200
|
|
|
231534
232201
|
OBJECT_PT_relations: bl_ui.properties_object.OBJECT_PT_relations
|
|
231535
232202
|
|
|
232203
|
+
OBJECT_PT_shading: bl_ui.properties_object.OBJECT_PT_shading
|
|
232204
|
+
|
|
232205
|
+
OBJECT_PT_shadow_linking: bl_ui.properties_object.OBJECT_PT_shadow_linking
|
|
232206
|
+
|
|
231536
232207
|
OBJECT_PT_transform: bl_ui.properties_object.OBJECT_PT_transform
|
|
231537
232208
|
|
|
231538
232209
|
OBJECT_PT_visibility: bl_ui.properties_object.OBJECT_PT_visibility
|
|
@@ -233155,6 +233826,8 @@ VIEW3D_PT_active_tool_duplicate: bl_ui.space_view3d.VIEW3D_PT_active_tool_duplic
|
|
|
233155
233826
|
|
|
233156
233827
|
VIEW3D_PT_annotation_onion: bl_ui.space_view3d.VIEW3D_PT_annotation_onion
|
|
233157
233828
|
|
|
233829
|
+
VIEW3D_PT_brush_asset_shelf_filter: bl_ui.properties_paint_common.VIEW3D_PT_brush_asset_shelf_filter
|
|
233830
|
+
|
|
233158
233831
|
VIEW3D_PT_collections: bl_ui.space_view3d.VIEW3D_PT_collections
|
|
233159
233832
|
|
|
233160
233833
|
VIEW3D_PT_context_properties: bl_ui.space_view3d.VIEW3D_PT_context_properties
|
|
@@ -233203,6 +233876,8 @@ VIEW3D_PT_greasepencil_sculpt_context_menu: bl_ui.space_view3d.VIEW3D_PT_greasep
|
|
|
233203
233876
|
|
|
233204
233877
|
VIEW3D_PT_greasepencil_vertex_paint_context_menu: bl_ui.space_view3d.VIEW3D_PT_greasepencil_vertex_paint_context_menu
|
|
233205
233878
|
|
|
233879
|
+
VIEW3D_PT_greasepencil_weight_context_menu: bl_ui.space_view3d.VIEW3D_PT_greasepencil_weight_context_menu
|
|
233880
|
+
|
|
233206
233881
|
VIEW3D_PT_mask: bl_ui.space_view3d_toolbar.VIEW3D_PT_mask
|
|
233207
233882
|
|
|
233208
233883
|
VIEW3D_PT_object_type_visibility: bl_ui.space_view3d.VIEW3D_PT_object_type_visibility
|