fake-bpy-module 20240613__py3-none-any.whl → 20240615__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 +1 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/anim/__init__.pyi +8 -9
- bl_operators/assets/__init__.pyi +3 -4
- bl_operators/clip/__init__.pyi +10 -11
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/console/__init__.pyi +5 -6
- bl_operators/constraint/__init__.pyi +4 -5
- bl_operators/file/__init__.pyi +3 -4
- bl_operators/freestyle/__init__.pyi +4 -5
- bl_operators/geometry_nodes/__init__.pyi +4 -5
- bl_operators/image/__init__.pyi +5 -6
- bl_operators/image_as_planes/__init__.pyi +1 -5
- bl_operators/mesh/__init__.pyi +3 -4
- bl_operators/node/__init__.pyi +10 -13
- bl_operators/object/__init__.pyi +15 -16
- bl_operators/object_align/__init__.pyi +1 -2
- bl_operators/object_quick_effects/__init__.pyi +4 -5
- bl_operators/object_randomize_transform/__init__.pyi +1 -2
- bl_operators/presets/__init__.pyi +24 -26
- bl_operators/rigidbody/__init__.pyi +3 -4
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
- bl_operators/sequencer/__init__.pyi +8 -9
- bl_operators/spreadsheet/__init__.pyi +1 -2
- bl_operators/userpref/__init__.pyi +25 -26
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -3
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
- bl_operators/view3d/__init__.pyi +8 -9
- bl_operators/wm/__init__.pyi +45 -45
- bl_operators/world/__init__.pyi +1 -2
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +5 -6
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +6 -17
- bl_ui/properties_constraint/__init__.pyi +79 -141
- bl_ui/properties_data_armature/__init__.pyi +12 -26
- bl_ui/properties_data_bone/__init__.pyi +10 -14
- bl_ui/properties_data_camera/__init__.pyi +14 -26
- bl_ui/properties_data_curve/__init__.pyi +15 -23
- bl_ui/properties_data_curves/__init__.pyi +6 -8
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +13 -24
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
- bl_ui/properties_data_lattice/__init__.pyi +3 -3
- bl_ui/properties_data_light/__init__.pyi +12 -22
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +20 -24
- bl_ui/properties_data_metaball/__init__.pyi +5 -7
- bl_ui/properties_data_modifier/__init__.pyi +10 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -5
- bl_ui/properties_data_volume/__init__.pyi +8 -12
- bl_ui/properties_freestyle/__init__.pyi +7 -30
- bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +16 -35
- bl_ui/properties_material_gpencil/__init__.pyi +9 -23
- bl_ui/properties_object/__init__.pyi +14 -24
- bl_ui/properties_output/__init__.pyi +18 -44
- bl_ui/properties_paint_common/__init__.pyi +1 -1
- bl_ui/properties_particle/__init__.pyi +52 -125
- bl_ui/properties_physics_cloth/__init__.pyi +14 -34
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
- bl_ui/properties_physics_field/__init__.pyi +10 -24
- bl_ui/properties_physics_fluid/__init__.pyi +28 -50
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +52 -132
- bl_ui/properties_scene/__init__.pyi +15 -19
- bl_ui/properties_texture/__init__.pyi +26 -53
- bl_ui/properties_view_layer/__init__.pyi +18 -34
- bl_ui/properties_workspace/__init__.pyi +4 -7
- bl_ui/properties_world/__init__.pyi +10 -16
- bl_ui/space_clip/__init__.pyi +69 -109
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +22 -38
- bl_ui/space_filebrowser/__init__.pyi +29 -41
- bl_ui/space_graph/__init__.pyi +20 -22
- bl_ui/space_image/__init__.pyi +58 -80
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +17 -21
- bl_ui/space_node/__init__.pyi +28 -34
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +307 -124
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +7 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +90 -142
- bl_ui/space_view3d/__init__.pyi +272 -291
- bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +2 -2
- bpy/ops/extensions/__init__.pyi +18 -0
- bpy/types/__init__.pyi +859 -1037
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +119 -119
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
|
@@ -6,7 +6,7 @@ import bpy_types
|
|
|
6
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
|
-
class NODE_MT_category_GEO_GROUP(bpy_types.
|
|
9
|
+
class NODE_MT_category_GEO_GROUP(bpy_types._GenericUI):
|
|
10
10
|
bl_idname: typing.Any
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_rna: typing.Any
|
|
@@ -277,7 +277,7 @@ class NODE_MT_category_GEO_GROUP(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
277
277
|
"""
|
|
278
278
|
...
|
|
279
279
|
|
|
280
|
-
class NODE_MT_category_GEO_OUTPUT(bpy_types.
|
|
280
|
+
class NODE_MT_category_GEO_OUTPUT(bpy_types._GenericUI):
|
|
281
281
|
bl_idname: typing.Any
|
|
282
282
|
bl_label: typing.Any
|
|
283
283
|
bl_rna: typing.Any
|
|
@@ -548,7 +548,7 @@ class NODE_MT_category_GEO_OUTPUT(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
548
548
|
"""
|
|
549
549
|
...
|
|
550
550
|
|
|
551
|
-
class NODE_MT_category_GEO_POINT(bpy_types.
|
|
551
|
+
class NODE_MT_category_GEO_POINT(bpy_types._GenericUI):
|
|
552
552
|
bl_idname: typing.Any
|
|
553
553
|
bl_label: typing.Any
|
|
554
554
|
bl_rna: typing.Any
|
|
@@ -819,7 +819,7 @@ class NODE_MT_category_GEO_POINT(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
819
819
|
"""
|
|
820
820
|
...
|
|
821
821
|
|
|
822
|
-
class NODE_MT_category_GEO_TEXT(bpy_types.
|
|
822
|
+
class NODE_MT_category_GEO_TEXT(bpy_types._GenericUI):
|
|
823
823
|
bl_idname: typing.Any
|
|
824
824
|
bl_label: typing.Any
|
|
825
825
|
bl_rna: typing.Any
|
|
@@ -1090,7 +1090,7 @@ class NODE_MT_category_GEO_TEXT(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1090
1090
|
"""
|
|
1091
1091
|
...
|
|
1092
1092
|
|
|
1093
|
-
class NODE_MT_category_GEO_TEXTURE(bpy_types.
|
|
1093
|
+
class NODE_MT_category_GEO_TEXTURE(bpy_types._GenericUI):
|
|
1094
1094
|
bl_idname: typing.Any
|
|
1095
1095
|
bl_label: typing.Any
|
|
1096
1096
|
bl_rna: typing.Any
|
|
@@ -1361,7 +1361,7 @@ class NODE_MT_category_GEO_TEXTURE(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1361
1361
|
"""
|
|
1362
1362
|
...
|
|
1363
1363
|
|
|
1364
|
-
class NODE_MT_category_GEO_UTILITIES(bpy_types.
|
|
1364
|
+
class NODE_MT_category_GEO_UTILITIES(bpy_types._GenericUI):
|
|
1365
1365
|
bl_idname: typing.Any
|
|
1366
1366
|
bl_label: typing.Any
|
|
1367
1367
|
bl_rna: typing.Any
|
|
@@ -1632,7 +1632,7 @@ class NODE_MT_category_GEO_UTILITIES(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1632
1632
|
"""
|
|
1633
1633
|
...
|
|
1634
1634
|
|
|
1635
|
-
class NODE_MT_category_GEO_UTILITIES_DEPRECATED(bpy_types.
|
|
1635
|
+
class NODE_MT_category_GEO_UTILITIES_DEPRECATED(bpy_types._GenericUI):
|
|
1636
1636
|
bl_idname: typing.Any
|
|
1637
1637
|
bl_label: typing.Any
|
|
1638
1638
|
bl_rna: typing.Any
|
|
@@ -1903,7 +1903,7 @@ class NODE_MT_category_GEO_UTILITIES_DEPRECATED(bpy_types.Menu, bpy_types._Gener
|
|
|
1903
1903
|
"""
|
|
1904
1904
|
...
|
|
1905
1905
|
|
|
1906
|
-
class NODE_MT_category_GEO_UTILITIES_FIELD(bpy_types.
|
|
1906
|
+
class NODE_MT_category_GEO_UTILITIES_FIELD(bpy_types._GenericUI):
|
|
1907
1907
|
bl_idname: typing.Any
|
|
1908
1908
|
bl_label: typing.Any
|
|
1909
1909
|
bl_rna: typing.Any
|
|
@@ -2174,7 +2174,7 @@ class NODE_MT_category_GEO_UTILITIES_FIELD(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
2174
2174
|
"""
|
|
2175
2175
|
...
|
|
2176
2176
|
|
|
2177
|
-
class NODE_MT_category_GEO_UTILITIES_MATH(bpy_types.
|
|
2177
|
+
class NODE_MT_category_GEO_UTILITIES_MATH(bpy_types._GenericUI):
|
|
2178
2178
|
bl_idname: typing.Any
|
|
2179
2179
|
bl_label: typing.Any
|
|
2180
2180
|
bl_rna: typing.Any
|
|
@@ -2445,7 +2445,7 @@ class NODE_MT_category_GEO_UTILITIES_MATH(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2445
2445
|
"""
|
|
2446
2446
|
...
|
|
2447
2447
|
|
|
2448
|
-
class NODE_MT_category_GEO_UTILITIES_ROTATION(bpy_types.
|
|
2448
|
+
class NODE_MT_category_GEO_UTILITIES_ROTATION(bpy_types._GenericUI):
|
|
2449
2449
|
bl_idname: typing.Any
|
|
2450
2450
|
bl_label: typing.Any
|
|
2451
2451
|
bl_rna: typing.Any
|
|
@@ -2716,7 +2716,7 @@ class NODE_MT_category_GEO_UTILITIES_ROTATION(bpy_types.Menu, bpy_types._Generic
|
|
|
2716
2716
|
"""
|
|
2717
2717
|
...
|
|
2718
2718
|
|
|
2719
|
-
class NODE_MT_category_GEO_UV(bpy_types.
|
|
2719
|
+
class NODE_MT_category_GEO_UV(bpy_types._GenericUI):
|
|
2720
2720
|
bl_idname: typing.Any
|
|
2721
2721
|
bl_label: typing.Any
|
|
2722
2722
|
bl_rna: typing.Any
|
|
@@ -2987,7 +2987,7 @@ class NODE_MT_category_GEO_UV(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2987
2987
|
"""
|
|
2988
2988
|
...
|
|
2989
2989
|
|
|
2990
|
-
class NODE_MT_category_GEO_VECTOR(bpy_types.
|
|
2990
|
+
class NODE_MT_category_GEO_VECTOR(bpy_types._GenericUI):
|
|
2991
2991
|
bl_idname: typing.Any
|
|
2992
2992
|
bl_label: typing.Any
|
|
2993
2993
|
bl_rna: typing.Any
|
|
@@ -3258,7 +3258,7 @@ class NODE_MT_category_GEO_VECTOR(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3258
3258
|
"""
|
|
3259
3259
|
...
|
|
3260
3260
|
|
|
3261
|
-
class NODE_MT_category_GEO_VOLUME(bpy_types.
|
|
3261
|
+
class NODE_MT_category_GEO_VOLUME(bpy_types._GenericUI):
|
|
3262
3262
|
bl_idname: typing.Any
|
|
3263
3263
|
bl_label: typing.Any
|
|
3264
3264
|
bl_rna: typing.Any
|
|
@@ -3530,7 +3530,7 @@ class NODE_MT_category_GEO_VOLUME(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3530
3530
|
"""
|
|
3531
3531
|
...
|
|
3532
3532
|
|
|
3533
|
-
class NODE_MT_category_PRIMITIVES_MESH(bpy_types.
|
|
3533
|
+
class NODE_MT_category_PRIMITIVES_MESH(bpy_types._GenericUI):
|
|
3534
3534
|
bl_idname: typing.Any
|
|
3535
3535
|
bl_label: typing.Any
|
|
3536
3536
|
bl_rna: typing.Any
|
|
@@ -3801,7 +3801,7 @@ class NODE_MT_category_PRIMITIVES_MESH(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3801
3801
|
"""
|
|
3802
3802
|
...
|
|
3803
3803
|
|
|
3804
|
-
class NODE_MT_category_import(bpy_types.
|
|
3804
|
+
class NODE_MT_category_import(bpy_types._GenericUI):
|
|
3805
3805
|
bl_idname: typing.Any
|
|
3806
3806
|
bl_label: typing.Any
|
|
3807
3807
|
bl_rna: typing.Any
|
|
@@ -4072,7 +4072,7 @@ class NODE_MT_category_import(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4072
4072
|
"""
|
|
4073
4073
|
...
|
|
4074
4074
|
|
|
4075
|
-
class NODE_MT_category_simulation(bpy_types.
|
|
4075
|
+
class NODE_MT_category_simulation(bpy_types._GenericUI):
|
|
4076
4076
|
bl_idname: typing.Any
|
|
4077
4077
|
bl_label: typing.Any
|
|
4078
4078
|
bl_rna: typing.Any
|
|
@@ -4343,7 +4343,7 @@ class NODE_MT_category_simulation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4343
4343
|
"""
|
|
4344
4344
|
...
|
|
4345
4345
|
|
|
4346
|
-
class NODE_MT_category_utilities_matrix(bpy_types.
|
|
4346
|
+
class NODE_MT_category_utilities_matrix(bpy_types._GenericUI):
|
|
4347
4347
|
bl_idname: typing.Any
|
|
4348
4348
|
bl_label: typing.Any
|
|
4349
4349
|
bl_rna: typing.Any
|
|
@@ -4614,7 +4614,7 @@ class NODE_MT_category_utilities_matrix(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4614
4614
|
"""
|
|
4615
4615
|
...
|
|
4616
4616
|
|
|
4617
|
-
class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types.
|
|
4617
|
+
class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types._GenericUI):
|
|
4618
4618
|
bl_idname: typing.Any
|
|
4619
4619
|
bl_label: typing.Any
|
|
4620
4620
|
bl_rna: typing.Any
|
|
@@ -4885,7 +4885,7 @@ class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4885
4885
|
"""
|
|
4886
4886
|
...
|
|
4887
4887
|
|
|
4888
|
-
class NODE_MT_geometry_node_GEO_COLOR(bpy_types.
|
|
4888
|
+
class NODE_MT_geometry_node_GEO_COLOR(bpy_types._GenericUI):
|
|
4889
4889
|
bl_idname: typing.Any
|
|
4890
4890
|
bl_label: typing.Any
|
|
4891
4891
|
bl_rna: typing.Any
|
|
@@ -5156,7 +5156,7 @@ class NODE_MT_geometry_node_GEO_COLOR(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5156
5156
|
"""
|
|
5157
5157
|
...
|
|
5158
5158
|
|
|
5159
|
-
class NODE_MT_geometry_node_GEO_CURVE(bpy_types.
|
|
5159
|
+
class NODE_MT_geometry_node_GEO_CURVE(bpy_types._GenericUI):
|
|
5160
5160
|
bl_idname: typing.Any
|
|
5161
5161
|
bl_label: typing.Any
|
|
5162
5162
|
bl_rna: typing.Any
|
|
@@ -5427,7 +5427,7 @@ class NODE_MT_geometry_node_GEO_CURVE(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5427
5427
|
"""
|
|
5428
5428
|
...
|
|
5429
5429
|
|
|
5430
|
-
class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types.
|
|
5430
|
+
class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types._GenericUI):
|
|
5431
5431
|
bl_idname: typing.Any
|
|
5432
5432
|
bl_label: typing.Any
|
|
5433
5433
|
bl_rna: typing.Any
|
|
@@ -5698,7 +5698,7 @@ class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types.Menu, bpy_types._Gene
|
|
|
5698
5698
|
"""
|
|
5699
5699
|
...
|
|
5700
5700
|
|
|
5701
|
-
class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types.
|
|
5701
|
+
class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types._GenericUI):
|
|
5702
5702
|
bl_idname: typing.Any
|
|
5703
5703
|
bl_label: typing.Any
|
|
5704
5704
|
bl_rna: typing.Any
|
|
@@ -5969,7 +5969,7 @@ class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
5969
5969
|
"""
|
|
5970
5970
|
...
|
|
5971
5971
|
|
|
5972
|
-
class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types.
|
|
5972
|
+
class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types._GenericUI):
|
|
5973
5973
|
bl_idname: typing.Any
|
|
5974
5974
|
bl_label: typing.Any
|
|
5975
5975
|
bl_rna: typing.Any
|
|
@@ -6240,7 +6240,7 @@ class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types.Menu, bpy_types._GenericU
|
|
|
6240
6240
|
"""
|
|
6241
6241
|
...
|
|
6242
6242
|
|
|
6243
|
-
class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types.
|
|
6243
|
+
class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types._GenericUI):
|
|
6244
6244
|
bl_idname: typing.Any
|
|
6245
6245
|
bl_label: typing.Any
|
|
6246
6246
|
bl_rna: typing.Any
|
|
@@ -6511,7 +6511,7 @@ class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types.Menu, bpy_types._GenericUI
|
|
|
6511
6511
|
"""
|
|
6512
6512
|
...
|
|
6513
6513
|
|
|
6514
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types.
|
|
6514
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types._GenericUI):
|
|
6515
6515
|
bl_idname: typing.Any
|
|
6516
6516
|
bl_label: typing.Any
|
|
6517
6517
|
bl_rna: typing.Any
|
|
@@ -6782,9 +6782,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6782
6782
|
"""
|
|
6783
6783
|
...
|
|
6784
6784
|
|
|
6785
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(
|
|
6786
|
-
bpy_types.Menu, bpy_types._GenericUI
|
|
6787
|
-
):
|
|
6785
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(bpy_types._GenericUI):
|
|
6788
6786
|
bl_idname: typing.Any
|
|
6789
6787
|
bl_label: typing.Any
|
|
6790
6788
|
bl_rna: typing.Any
|
|
@@ -7055,7 +7053,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(
|
|
|
7055
7053
|
"""
|
|
7056
7054
|
...
|
|
7057
7055
|
|
|
7058
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types.
|
|
7056
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types._GenericUI):
|
|
7059
7057
|
bl_idname: typing.Any
|
|
7060
7058
|
bl_label: typing.Any
|
|
7061
7059
|
bl_rna: typing.Any
|
|
@@ -7326,7 +7324,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types.Menu, bpy_types._Generic
|
|
|
7326
7324
|
"""
|
|
7327
7325
|
...
|
|
7328
7326
|
|
|
7329
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types.
|
|
7327
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types._GenericUI):
|
|
7330
7328
|
bl_idname: typing.Any
|
|
7331
7329
|
bl_label: typing.Any
|
|
7332
7330
|
bl_rna: typing.Any
|
|
@@ -7597,7 +7595,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types.Menu, bpy_types._Gener
|
|
|
7597
7595
|
"""
|
|
7598
7596
|
...
|
|
7599
7597
|
|
|
7600
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types.
|
|
7598
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types._GenericUI):
|
|
7601
7599
|
bl_idname: typing.Any
|
|
7602
7600
|
bl_label: typing.Any
|
|
7603
7601
|
bl_rna: typing.Any
|
|
@@ -7868,7 +7866,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types.Menu, bpy_types._Generi
|
|
|
7868
7866
|
"""
|
|
7869
7867
|
...
|
|
7870
7868
|
|
|
7871
|
-
class NODE_MT_geometry_node_GEO_INPUT(bpy_types.
|
|
7869
|
+
class NODE_MT_geometry_node_GEO_INPUT(bpy_types._GenericUI):
|
|
7872
7870
|
bl_idname: typing.Any
|
|
7873
7871
|
bl_label: typing.Any
|
|
7874
7872
|
bl_rna: typing.Any
|
|
@@ -8139,7 +8137,7 @@ class NODE_MT_geometry_node_GEO_INPUT(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
8139
8137
|
"""
|
|
8140
8138
|
...
|
|
8141
8139
|
|
|
8142
|
-
class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types.
|
|
8140
|
+
class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types._GenericUI):
|
|
8143
8141
|
bl_idname: typing.Any
|
|
8144
8142
|
bl_label: typing.Any
|
|
8145
8143
|
bl_rna: typing.Any
|
|
@@ -8411,7 +8409,7 @@ class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types.Menu, bpy_types._Generi
|
|
|
8411
8409
|
"""
|
|
8412
8410
|
...
|
|
8413
8411
|
|
|
8414
|
-
class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types.
|
|
8412
|
+
class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types._GenericUI):
|
|
8415
8413
|
bl_idname: typing.Any
|
|
8416
8414
|
bl_label: typing.Any
|
|
8417
8415
|
bl_rna: typing.Any
|
|
@@ -8682,7 +8680,7 @@ class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types.Menu, bpy_types._GenericUI
|
|
|
8682
8680
|
"""
|
|
8683
8681
|
...
|
|
8684
8682
|
|
|
8685
|
-
class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types.
|
|
8683
|
+
class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types._GenericUI):
|
|
8686
8684
|
bl_idname: typing.Any
|
|
8687
8685
|
bl_label: typing.Any
|
|
8688
8686
|
bl_rna: typing.Any
|
|
@@ -8953,7 +8951,7 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types.Menu, bpy_types._GenericUI
|
|
|
8953
8951
|
"""
|
|
8954
8952
|
...
|
|
8955
8953
|
|
|
8956
|
-
class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types.
|
|
8954
|
+
class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types._GenericUI):
|
|
8957
8955
|
bl_idname: typing.Any
|
|
8958
8956
|
bl_label: typing.Any
|
|
8959
8957
|
bl_rna: typing.Any
|
|
@@ -9224,7 +9222,7 @@ class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
9224
9222
|
"""
|
|
9225
9223
|
...
|
|
9226
9224
|
|
|
9227
|
-
class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types.
|
|
9225
|
+
class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types._GenericUI):
|
|
9228
9226
|
bl_idname: typing.Any
|
|
9229
9227
|
bl_label: typing.Any
|
|
9230
9228
|
bl_rna: typing.Any
|
|
@@ -9495,7 +9493,7 @@ class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
9495
9493
|
"""
|
|
9496
9494
|
...
|
|
9497
9495
|
|
|
9498
|
-
class NODE_MT_geometry_node_GEO_MESH(bpy_types.
|
|
9496
|
+
class NODE_MT_geometry_node_GEO_MESH(bpy_types._GenericUI):
|
|
9499
9497
|
bl_idname: typing.Any
|
|
9500
9498
|
bl_label: typing.Any
|
|
9501
9499
|
bl_rna: typing.Any
|
|
@@ -9766,7 +9764,7 @@ class NODE_MT_geometry_node_GEO_MESH(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
9766
9764
|
"""
|
|
9767
9765
|
...
|
|
9768
9766
|
|
|
9769
|
-
class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types.
|
|
9767
|
+
class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types._GenericUI):
|
|
9770
9768
|
bl_idname: typing.Any
|
|
9771
9769
|
bl_label: typing.Any
|
|
9772
9770
|
bl_rna: typing.Any
|
|
@@ -10037,7 +10035,7 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types.Menu, bpy_types._Gener
|
|
|
10037
10035
|
"""
|
|
10038
10036
|
...
|
|
10039
10037
|
|
|
10040
|
-
class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types.
|
|
10038
|
+
class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types._GenericUI):
|
|
10041
10039
|
bl_idname: typing.Any
|
|
10042
10040
|
bl_label: typing.Any
|
|
10043
10041
|
bl_rna: typing.Any
|
|
@@ -10308,7 +10306,7 @@ class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
10308
10306
|
"""
|
|
10309
10307
|
...
|
|
10310
10308
|
|
|
10311
|
-
class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types.
|
|
10309
|
+
class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types._GenericUI):
|
|
10312
10310
|
bl_idname: typing.Any
|
|
10313
10311
|
bl_label: typing.Any
|
|
10314
10312
|
bl_rna: typing.Any
|
|
@@ -10579,7 +10577,7 @@ class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types.Menu, bpy_types._GenericUI
|
|
|
10579
10577
|
"""
|
|
10580
10578
|
...
|
|
10581
10579
|
|
|
10582
|
-
class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types.
|
|
10580
|
+
class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types._GenericUI):
|
|
10583
10581
|
bl_idname: typing.Any
|
|
10584
10582
|
bl_label: typing.Any
|
|
10585
10583
|
bl_rna: typing.Any
|
|
@@ -10850,7 +10848,7 @@ class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
10850
10848
|
"""
|
|
10851
10849
|
...
|
|
10852
10850
|
|
|
10853
|
-
class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types.
|
|
10851
|
+
class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types._GenericUI):
|
|
10854
10852
|
bl_idname: typing.Any
|
|
10855
10853
|
bl_label: typing.Any
|
|
10856
10854
|
bl_rna: typing.Any
|
|
@@ -11121,7 +11119,7 @@ class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types.Menu, bpy_types._Gene
|
|
|
11121
11119
|
"""
|
|
11122
11120
|
...
|
|
11123
11121
|
|
|
11124
|
-
class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types.
|
|
11122
|
+
class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types._GenericUI):
|
|
11125
11123
|
bl_idname: typing.Any
|
|
11126
11124
|
bl_label: typing.Any
|
|
11127
11125
|
bl_rna: typing.Any
|
|
@@ -11392,7 +11390,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types.Menu, bpy_types._Gen
|
|
|
11392
11390
|
"""
|
|
11393
11391
|
...
|
|
11394
11392
|
|
|
11395
|
-
class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types.
|
|
11393
|
+
class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types._GenericUI):
|
|
11396
11394
|
bl_idname: typing.Any
|
|
11397
11395
|
bl_label: typing.Any
|
|
11398
11396
|
bl_rna: typing.Any
|
|
@@ -11663,7 +11661,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types.Menu, bpy_types._Gen
|
|
|
11663
11661
|
"""
|
|
11664
11662
|
...
|
|
11665
11663
|
|
|
11666
|
-
class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types.
|
|
11664
|
+
class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types._GenericUI):
|
|
11667
11665
|
bl_idname: typing.Any
|
|
11668
11666
|
bl_label: typing.Any
|
|
11669
11667
|
bl_rna: typing.Any
|
|
@@ -11934,7 +11932,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types.Menu, bpy_types._GenericUI
|
|
|
11934
11932
|
"""
|
|
11935
11933
|
...
|
|
11936
11934
|
|
|
11937
|
-
class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types.
|
|
11935
|
+
class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types._GenericUI):
|
|
11938
11936
|
bl_idname: typing.Any
|
|
11939
11937
|
bl_label: typing.Any
|
|
11940
11938
|
bl_rna: typing.Any
|
|
@@ -12205,7 +12203,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types.Menu, bpy_types._GenericU
|
|
|
12205
12203
|
"""
|
|
12206
12204
|
...
|
|
12207
12205
|
|
|
12208
|
-
class NODE_MT_geometry_node_add_all(bpy_types.
|
|
12206
|
+
class NODE_MT_geometry_node_add_all(bpy_types._GenericUI):
|
|
12209
12207
|
bl_idname: typing.Any
|
|
12210
12208
|
bl_label: typing.Any
|
|
12211
12209
|
bl_rna: typing.Any
|
|
@@ -12476,7 +12474,7 @@ class NODE_MT_geometry_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
12476
12474
|
"""
|
|
12477
12475
|
...
|
|
12478
12476
|
|
|
12479
|
-
class NODE_MT_geometry_node_curve_topology(bpy_types.
|
|
12477
|
+
class NODE_MT_geometry_node_curve_topology(bpy_types._GenericUI):
|
|
12480
12478
|
bl_idname: typing.Any
|
|
12481
12479
|
bl_label: typing.Any
|
|
12482
12480
|
bl_rna: typing.Any
|
|
@@ -12747,7 +12745,7 @@ class NODE_MT_geometry_node_curve_topology(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
12747
12745
|
"""
|
|
12748
12746
|
...
|
|
12749
12747
|
|
|
12750
|
-
class NODE_MT_geometry_node_mesh_topology(bpy_types.
|
|
12748
|
+
class NODE_MT_geometry_node_mesh_topology(bpy_types._GenericUI):
|
|
12751
12749
|
bl_idname: typing.Any
|
|
12752
12750
|
bl_label: typing.Any
|
|
12753
12751
|
bl_rna: typing.Any
|
|
@@ -13018,7 +13016,7 @@ class NODE_MT_geometry_node_mesh_topology(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
13018
13016
|
"""
|
|
13019
13017
|
...
|
|
13020
13018
|
|
|
13021
|
-
class NODE_MT_geometry_node_volume_sample(bpy_types.
|
|
13019
|
+
class NODE_MT_geometry_node_volume_sample(bpy_types._GenericUI):
|
|
13022
13020
|
bl_idname: typing.Any
|
|
13023
13021
|
bl_label: typing.Any
|
|
13024
13022
|
bl_rna: typing.Any
|
|
@@ -6,7 +6,7 @@ import bpy_types
|
|
|
6
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
|
-
class NODE_MT_category_shader_color(bpy_types.
|
|
9
|
+
class NODE_MT_category_shader_color(bpy_types._GenericUI):
|
|
10
10
|
bl_idname: typing.Any
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_rna: typing.Any
|
|
@@ -277,7 +277,7 @@ class NODE_MT_category_shader_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
277
277
|
"""
|
|
278
278
|
...
|
|
279
279
|
|
|
280
|
-
class NODE_MT_category_shader_converter(bpy_types.
|
|
280
|
+
class NODE_MT_category_shader_converter(bpy_types._GenericUI):
|
|
281
281
|
bl_idname: typing.Any
|
|
282
282
|
bl_label: typing.Any
|
|
283
283
|
bl_rna: typing.Any
|
|
@@ -548,7 +548,7 @@ class NODE_MT_category_shader_converter(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
548
548
|
"""
|
|
549
549
|
...
|
|
550
550
|
|
|
551
|
-
class NODE_MT_category_shader_group(bpy_types.
|
|
551
|
+
class NODE_MT_category_shader_group(bpy_types._GenericUI):
|
|
552
552
|
bl_idname: typing.Any
|
|
553
553
|
bl_label: typing.Any
|
|
554
554
|
bl_rna: typing.Any
|
|
@@ -819,7 +819,7 @@ class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
819
819
|
"""
|
|
820
820
|
...
|
|
821
821
|
|
|
822
|
-
class NODE_MT_category_shader_input(bpy_types.
|
|
822
|
+
class NODE_MT_category_shader_input(bpy_types._GenericUI):
|
|
823
823
|
bl_idname: typing.Any
|
|
824
824
|
bl_label: typing.Any
|
|
825
825
|
bl_rna: typing.Any
|
|
@@ -1090,7 +1090,7 @@ class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1090
1090
|
"""
|
|
1091
1091
|
...
|
|
1092
1092
|
|
|
1093
|
-
class NODE_MT_category_shader_output(bpy_types.
|
|
1093
|
+
class NODE_MT_category_shader_output(bpy_types._GenericUI):
|
|
1094
1094
|
bl_idname: typing.Any
|
|
1095
1095
|
bl_label: typing.Any
|
|
1096
1096
|
bl_rna: typing.Any
|
|
@@ -1361,7 +1361,7 @@ class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1361
1361
|
"""
|
|
1362
1362
|
...
|
|
1363
1363
|
|
|
1364
|
-
class NODE_MT_category_shader_script(bpy_types.
|
|
1364
|
+
class NODE_MT_category_shader_script(bpy_types._GenericUI):
|
|
1365
1365
|
bl_idname: typing.Any
|
|
1366
1366
|
bl_label: typing.Any
|
|
1367
1367
|
bl_rna: typing.Any
|
|
@@ -1632,7 +1632,7 @@ class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1632
1632
|
"""
|
|
1633
1633
|
...
|
|
1634
1634
|
|
|
1635
|
-
class NODE_MT_category_shader_shader(bpy_types.
|
|
1635
|
+
class NODE_MT_category_shader_shader(bpy_types._GenericUI):
|
|
1636
1636
|
bl_idname: typing.Any
|
|
1637
1637
|
bl_label: typing.Any
|
|
1638
1638
|
bl_rna: typing.Any
|
|
@@ -1903,7 +1903,7 @@ class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1903
1903
|
"""
|
|
1904
1904
|
...
|
|
1905
1905
|
|
|
1906
|
-
class NODE_MT_category_shader_texture(bpy_types.
|
|
1906
|
+
class NODE_MT_category_shader_texture(bpy_types._GenericUI):
|
|
1907
1907
|
bl_idname: typing.Any
|
|
1908
1908
|
bl_label: typing.Any
|
|
1909
1909
|
bl_rna: typing.Any
|
|
@@ -2174,7 +2174,7 @@ class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2174
2174
|
"""
|
|
2175
2175
|
...
|
|
2176
2176
|
|
|
2177
|
-
class NODE_MT_category_shader_vector(bpy_types.
|
|
2177
|
+
class NODE_MT_category_shader_vector(bpy_types._GenericUI):
|
|
2178
2178
|
bl_idname: typing.Any
|
|
2179
2179
|
bl_label: typing.Any
|
|
2180
2180
|
bl_rna: typing.Any
|
|
@@ -2445,10 +2445,11 @@ class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2445
2445
|
"""
|
|
2446
2446
|
...
|
|
2447
2447
|
|
|
2448
|
-
class NODE_MT_shader_node_add_all(bpy_types.
|
|
2448
|
+
class NODE_MT_shader_node_add_all(bpy_types._GenericUI):
|
|
2449
2449
|
bl_idname: typing.Any
|
|
2450
2450
|
bl_label: typing.Any
|
|
2451
2451
|
bl_rna: typing.Any
|
|
2452
|
+
bl_translation_context: typing.Any
|
|
2452
2453
|
id_data: typing.Any
|
|
2453
2454
|
|
|
2454
2455
|
def append(self, draw_func):
|
|
@@ -6,7 +6,7 @@ import bpy_types
|
|
|
6
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
|
-
class NODE_MT_category_texture_color(bpy_types.
|
|
9
|
+
class NODE_MT_category_texture_color(bpy_types._GenericUI):
|
|
10
10
|
bl_idname: typing.Any
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_rna: typing.Any
|
|
@@ -277,7 +277,7 @@ class NODE_MT_category_texture_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
277
277
|
"""
|
|
278
278
|
...
|
|
279
279
|
|
|
280
|
-
class NODE_MT_category_texture_converter(bpy_types.
|
|
280
|
+
class NODE_MT_category_texture_converter(bpy_types._GenericUI):
|
|
281
281
|
bl_idname: typing.Any
|
|
282
282
|
bl_label: typing.Any
|
|
283
283
|
bl_rna: typing.Any
|
|
@@ -548,7 +548,7 @@ class NODE_MT_category_texture_converter(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
548
548
|
"""
|
|
549
549
|
...
|
|
550
550
|
|
|
551
|
-
class NODE_MT_category_texture_distort(bpy_types.
|
|
551
|
+
class NODE_MT_category_texture_distort(bpy_types._GenericUI):
|
|
552
552
|
bl_idname: typing.Any
|
|
553
553
|
bl_label: typing.Any
|
|
554
554
|
bl_rna: typing.Any
|
|
@@ -819,7 +819,7 @@ class NODE_MT_category_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
819
819
|
"""
|
|
820
820
|
...
|
|
821
821
|
|
|
822
|
-
class NODE_MT_category_texture_group(bpy_types.
|
|
822
|
+
class NODE_MT_category_texture_group(bpy_types._GenericUI):
|
|
823
823
|
bl_idname: typing.Any
|
|
824
824
|
bl_label: typing.Any
|
|
825
825
|
bl_rna: typing.Any
|
|
@@ -1090,7 +1090,7 @@ class NODE_MT_category_texture_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1090
1090
|
"""
|
|
1091
1091
|
...
|
|
1092
1092
|
|
|
1093
|
-
class NODE_MT_category_texture_input(bpy_types.
|
|
1093
|
+
class NODE_MT_category_texture_input(bpy_types._GenericUI):
|
|
1094
1094
|
bl_idname: typing.Any
|
|
1095
1095
|
bl_label: typing.Any
|
|
1096
1096
|
bl_rna: typing.Any
|
|
@@ -1361,7 +1361,7 @@ class NODE_MT_category_texture_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1361
1361
|
"""
|
|
1362
1362
|
...
|
|
1363
1363
|
|
|
1364
|
-
class NODE_MT_category_texture_output(bpy_types.
|
|
1364
|
+
class NODE_MT_category_texture_output(bpy_types._GenericUI):
|
|
1365
1365
|
bl_idname: typing.Any
|
|
1366
1366
|
bl_label: typing.Any
|
|
1367
1367
|
bl_rna: typing.Any
|
|
@@ -1632,7 +1632,7 @@ class NODE_MT_category_texture_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1632
1632
|
"""
|
|
1633
1633
|
...
|
|
1634
1634
|
|
|
1635
|
-
class NODE_MT_category_texture_pattern(bpy_types.
|
|
1635
|
+
class NODE_MT_category_texture_pattern(bpy_types._GenericUI):
|
|
1636
1636
|
bl_idname: typing.Any
|
|
1637
1637
|
bl_label: typing.Any
|
|
1638
1638
|
bl_rna: typing.Any
|
|
@@ -1903,7 +1903,7 @@ class NODE_MT_category_texture_pattern(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1903
1903
|
"""
|
|
1904
1904
|
...
|
|
1905
1905
|
|
|
1906
|
-
class NODE_MT_category_texture_texture(bpy_types.
|
|
1906
|
+
class NODE_MT_category_texture_texture(bpy_types._GenericUI):
|
|
1907
1907
|
bl_idname: typing.Any
|
|
1908
1908
|
bl_label: typing.Any
|
|
1909
1909
|
bl_rna: typing.Any
|
|
@@ -2174,10 +2174,11 @@ class NODE_MT_category_texture_texture(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2174
2174
|
"""
|
|
2175
2175
|
...
|
|
2176
2176
|
|
|
2177
|
-
class NODE_MT_texture_node_add_all(bpy_types.
|
|
2177
|
+
class NODE_MT_texture_node_add_all(bpy_types._GenericUI):
|
|
2178
2178
|
bl_idname: typing.Any
|
|
2179
2179
|
bl_label: typing.Any
|
|
2180
2180
|
bl_rna: typing.Any
|
|
2181
|
+
bl_translation_context: typing.Any
|
|
2181
2182
|
id_data: typing.Any
|
|
2182
2183
|
|
|
2183
2184
|
def append(self, draw_func):
|
|
@@ -7,7 +7,7 @@ import rna_prop_ui
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class COLLECTION_MT_context_menu_instance_offset(bpy_types.
|
|
10
|
+
class COLLECTION_MT_context_menu_instance_offset(bpy_types._GenericUI):
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_rna: typing.Any
|
|
13
13
|
id_data: typing.Any
|
|
@@ -290,10 +290,7 @@ class CollectionButtonsPanel:
|
|
|
290
290
|
...
|
|
291
291
|
|
|
292
292
|
class COLLECTION_PT_collection_custom_props(
|
|
293
|
-
bpy_types.
|
|
294
|
-
CollectionButtonsPanel,
|
|
295
|
-
rna_prop_ui.PropertyPanel,
|
|
296
|
-
bpy_types._GenericUI,
|
|
293
|
+
CollectionButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
297
294
|
):
|
|
298
295
|
"""The subclass should have its own poll function
|
|
299
296
|
and the variable '_context_path' MUST be set.
|
|
@@ -526,9 +523,7 @@ class COLLECTION_PT_collection_custom_props(
|
|
|
526
523
|
"""
|
|
527
524
|
...
|
|
528
525
|
|
|
529
|
-
class COLLECTION_PT_collection_flags(
|
|
530
|
-
bpy_types.Panel, CollectionButtonsPanel, bpy_types._GenericUI
|
|
531
|
-
):
|
|
526
|
+
class COLLECTION_PT_collection_flags(CollectionButtonsPanel, bpy_types._GenericUI):
|
|
532
527
|
bl_context: typing.Any
|
|
533
528
|
bl_label: typing.Any
|
|
534
529
|
bl_region_type: typing.Any
|
|
@@ -754,9 +749,7 @@ class COLLECTION_PT_collection_flags(
|
|
|
754
749
|
"""
|
|
755
750
|
...
|
|
756
751
|
|
|
757
|
-
class COLLECTION_PT_exporters(
|
|
758
|
-
bpy_types.Panel, CollectionButtonsPanel, bpy_types._GenericUI
|
|
759
|
-
):
|
|
752
|
+
class COLLECTION_PT_exporters(CollectionButtonsPanel, bpy_types._GenericUI):
|
|
760
753
|
bl_context: typing.Any
|
|
761
754
|
bl_label: typing.Any
|
|
762
755
|
bl_region_type: typing.Any
|
|
@@ -982,9 +975,7 @@ class COLLECTION_PT_exporters(
|
|
|
982
975
|
"""
|
|
983
976
|
...
|
|
984
977
|
|
|
985
|
-
class COLLECTION_PT_instancing(
|
|
986
|
-
bpy_types.Panel, CollectionButtonsPanel, bpy_types._GenericUI
|
|
987
|
-
):
|
|
978
|
+
class COLLECTION_PT_instancing(CollectionButtonsPanel, bpy_types._GenericUI):
|
|
988
979
|
bl_context: typing.Any
|
|
989
980
|
bl_label: typing.Any
|
|
990
981
|
bl_region_type: typing.Any
|
|
@@ -1210,9 +1201,7 @@ class COLLECTION_PT_instancing(
|
|
|
1210
1201
|
"""
|
|
1211
1202
|
...
|
|
1212
1203
|
|
|
1213
|
-
class COLLECTION_PT_lineart_collection(
|
|
1214
|
-
bpy_types.Panel, CollectionButtonsPanel, bpy_types._GenericUI
|
|
1215
|
-
):
|
|
1204
|
+
class COLLECTION_PT_lineart_collection(CollectionButtonsPanel, bpy_types._GenericUI):
|
|
1216
1205
|
bl_context: typing.Any
|
|
1217
1206
|
bl_label: typing.Any
|
|
1218
1207
|
bl_order: typing.Any
|