fake-bpy-module 20240517__py3-none-any.whl → 20240518__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/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -6,19 +6,10 @@ import rna_prop_ui
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class TEXTURE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
COMPAT_ENGINES: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
10
|
bl_label: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
11
|
bl_rna: typing.Any
|
|
18
|
-
""" """
|
|
19
|
-
|
|
20
12
|
id_data: typing.Any
|
|
21
|
-
""" """
|
|
22
13
|
|
|
23
14
|
def append(self, draw_func):
|
|
24
15
|
"""Append a draw function to this menu,
|
|
@@ -123,10 +114,7 @@ class TEXTURE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
123
114
|
"""
|
|
124
115
|
...
|
|
125
116
|
|
|
126
|
-
def is_extended(self):
|
|
127
|
-
""" """
|
|
128
|
-
...
|
|
129
|
-
|
|
117
|
+
def is_extended(self): ...
|
|
130
118
|
def is_property_hidden(self) -> bool:
|
|
131
119
|
"""Check if a property is hidden.
|
|
132
120
|
|
|
@@ -289,20 +277,11 @@ class TEXTURE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
289
277
|
...
|
|
290
278
|
|
|
291
279
|
class TextureButtonsPanel:
|
|
292
|
-
""" """
|
|
293
|
-
|
|
294
280
|
bl_context: typing.Any
|
|
295
|
-
""" """
|
|
296
|
-
|
|
297
281
|
bl_region_type: typing.Any
|
|
298
|
-
""" """
|
|
299
|
-
|
|
300
282
|
bl_space_type: typing.Any
|
|
301
|
-
""" """
|
|
302
283
|
|
|
303
284
|
class TextureColorsPoll:
|
|
304
|
-
""" """
|
|
305
|
-
|
|
306
285
|
def poll(self, context):
|
|
307
286
|
"""
|
|
308
287
|
|
|
@@ -311,13 +290,8 @@ class TextureColorsPoll:
|
|
|
311
290
|
...
|
|
312
291
|
|
|
313
292
|
class TEXTURE_UL_texslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
314
|
-
""" """
|
|
315
|
-
|
|
316
293
|
bl_rna: typing.Any
|
|
317
|
-
""" """
|
|
318
|
-
|
|
319
294
|
id_data: typing.Any
|
|
320
|
-
""" """
|
|
321
295
|
|
|
322
296
|
def append(self, draw_func):
|
|
323
297
|
"""Append a draw function to this menu,
|
|
@@ -419,10 +393,7 @@ class TEXTURE_UL_texslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
419
393
|
"""
|
|
420
394
|
...
|
|
421
395
|
|
|
422
|
-
def is_extended(self):
|
|
423
|
-
""" """
|
|
424
|
-
...
|
|
425
|
-
|
|
396
|
+
def is_extended(self): ...
|
|
426
397
|
def is_property_hidden(self) -> bool:
|
|
427
398
|
"""Check if a property is hidden.
|
|
428
399
|
|
|
@@ -551,31 +522,14 @@ class TEXTURE_UL_texslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
551
522
|
...
|
|
552
523
|
|
|
553
524
|
class TEXTURE_PT_context(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
554
|
-
""" """
|
|
555
|
-
|
|
556
525
|
COMPAT_ENGINES: typing.Any
|
|
557
|
-
""" """
|
|
558
|
-
|
|
559
526
|
bl_context: typing.Any
|
|
560
|
-
""" """
|
|
561
|
-
|
|
562
527
|
bl_label: typing.Any
|
|
563
|
-
""" """
|
|
564
|
-
|
|
565
528
|
bl_options: typing.Any
|
|
566
|
-
""" """
|
|
567
|
-
|
|
568
529
|
bl_region_type: typing.Any
|
|
569
|
-
""" """
|
|
570
|
-
|
|
571
530
|
bl_rna: typing.Any
|
|
572
|
-
""" """
|
|
573
|
-
|
|
574
531
|
bl_space_type: typing.Any
|
|
575
|
-
""" """
|
|
576
|
-
|
|
577
532
|
id_data: typing.Any
|
|
578
|
-
""" """
|
|
579
533
|
|
|
580
534
|
def append(self, draw_func):
|
|
581
535
|
"""Append a draw function to this menu,
|
|
@@ -660,10 +614,7 @@ class TEXTURE_PT_context(bpy_types.Panel, TextureButtonsPanel, bpy_types._Generi
|
|
|
660
614
|
"""
|
|
661
615
|
...
|
|
662
616
|
|
|
663
|
-
def is_extended(self):
|
|
664
|
-
""" """
|
|
665
|
-
...
|
|
666
|
-
|
|
617
|
+
def is_extended(self): ...
|
|
667
618
|
def is_property_hidden(self) -> bool:
|
|
668
619
|
"""Check if a property is hidden.
|
|
669
620
|
|
|
@@ -802,31 +753,14 @@ class TEXTURE_PT_custom_props(
|
|
|
802
753
|
"""
|
|
803
754
|
|
|
804
755
|
COMPAT_ENGINES: typing.Any
|
|
805
|
-
""" """
|
|
806
|
-
|
|
807
756
|
bl_context: typing.Any
|
|
808
|
-
""" """
|
|
809
|
-
|
|
810
757
|
bl_label: typing.Any
|
|
811
|
-
""" """
|
|
812
|
-
|
|
813
758
|
bl_options: typing.Any
|
|
814
|
-
""" """
|
|
815
|
-
|
|
816
759
|
bl_order: typing.Any
|
|
817
|
-
""" """
|
|
818
|
-
|
|
819
760
|
bl_region_type: typing.Any
|
|
820
|
-
""" """
|
|
821
|
-
|
|
822
761
|
bl_rna: typing.Any
|
|
823
|
-
""" """
|
|
824
|
-
|
|
825
762
|
bl_space_type: typing.Any
|
|
826
|
-
""" """
|
|
827
|
-
|
|
828
763
|
id_data: typing.Any
|
|
829
|
-
""" """
|
|
830
764
|
|
|
831
765
|
def append(self, draw_func):
|
|
832
766
|
"""Append a draw function to this menu,
|
|
@@ -911,10 +845,7 @@ class TEXTURE_PT_custom_props(
|
|
|
911
845
|
"""
|
|
912
846
|
...
|
|
913
847
|
|
|
914
|
-
def is_extended(self):
|
|
915
|
-
""" """
|
|
916
|
-
...
|
|
917
|
-
|
|
848
|
+
def is_extended(self): ...
|
|
918
849
|
def is_property_hidden(self) -> bool:
|
|
919
850
|
"""Check if a property is hidden.
|
|
920
851
|
|
|
@@ -1050,28 +981,13 @@ class TEXTURE_PT_custom_props(
|
|
|
1050
981
|
...
|
|
1051
982
|
|
|
1052
983
|
class TEXTURE_PT_node(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
1053
|
-
""" """
|
|
1054
|
-
|
|
1055
984
|
COMPAT_ENGINES: typing.Any
|
|
1056
|
-
""" """
|
|
1057
|
-
|
|
1058
985
|
bl_context: typing.Any
|
|
1059
|
-
""" """
|
|
1060
|
-
|
|
1061
986
|
bl_label: typing.Any
|
|
1062
|
-
""" """
|
|
1063
|
-
|
|
1064
987
|
bl_region_type: typing.Any
|
|
1065
|
-
""" """
|
|
1066
|
-
|
|
1067
988
|
bl_rna: typing.Any
|
|
1068
|
-
""" """
|
|
1069
|
-
|
|
1070
989
|
bl_space_type: typing.Any
|
|
1071
|
-
""" """
|
|
1072
|
-
|
|
1073
990
|
id_data: typing.Any
|
|
1074
|
-
""" """
|
|
1075
991
|
|
|
1076
992
|
def append(self, draw_func):
|
|
1077
993
|
"""Append a draw function to this menu,
|
|
@@ -1156,10 +1072,7 @@ class TEXTURE_PT_node(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI
|
|
|
1156
1072
|
"""
|
|
1157
1073
|
...
|
|
1158
1074
|
|
|
1159
|
-
def is_extended(self):
|
|
1160
|
-
""" """
|
|
1161
|
-
...
|
|
1162
|
-
|
|
1075
|
+
def is_extended(self): ...
|
|
1163
1076
|
def is_property_hidden(self) -> bool:
|
|
1164
1077
|
"""Check if a property is hidden.
|
|
1165
1078
|
|
|
@@ -1295,28 +1208,13 @@ class TEXTURE_PT_node(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI
|
|
|
1295
1208
|
...
|
|
1296
1209
|
|
|
1297
1210
|
class TEXTURE_PT_preview(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
1298
|
-
""" """
|
|
1299
|
-
|
|
1300
1211
|
COMPAT_ENGINES: typing.Any
|
|
1301
|
-
""" """
|
|
1302
|
-
|
|
1303
1212
|
bl_context: typing.Any
|
|
1304
|
-
""" """
|
|
1305
|
-
|
|
1306
1213
|
bl_label: typing.Any
|
|
1307
|
-
""" """
|
|
1308
|
-
|
|
1309
1214
|
bl_region_type: typing.Any
|
|
1310
|
-
""" """
|
|
1311
|
-
|
|
1312
1215
|
bl_rna: typing.Any
|
|
1313
|
-
""" """
|
|
1314
|
-
|
|
1315
1216
|
bl_space_type: typing.Any
|
|
1316
|
-
""" """
|
|
1317
|
-
|
|
1318
1217
|
id_data: typing.Any
|
|
1319
|
-
""" """
|
|
1320
1218
|
|
|
1321
1219
|
def append(self, draw_func):
|
|
1322
1220
|
"""Append a draw function to this menu,
|
|
@@ -1401,10 +1299,7 @@ class TEXTURE_PT_preview(bpy_types.Panel, TextureButtonsPanel, bpy_types._Generi
|
|
|
1401
1299
|
"""
|
|
1402
1300
|
...
|
|
1403
1301
|
|
|
1404
|
-
def is_extended(self):
|
|
1405
|
-
""" """
|
|
1406
|
-
...
|
|
1407
|
-
|
|
1302
|
+
def is_extended(self): ...
|
|
1408
1303
|
def is_property_hidden(self) -> bool:
|
|
1409
1304
|
"""Check if a property is hidden.
|
|
1410
1305
|
|
|
@@ -1540,19 +1435,10 @@ class TEXTURE_PT_preview(bpy_types.Panel, TextureButtonsPanel, bpy_types._Generi
|
|
|
1540
1435
|
...
|
|
1541
1436
|
|
|
1542
1437
|
class TextureSlotPanel(TextureButtonsPanel):
|
|
1543
|
-
""" """
|
|
1544
|
-
|
|
1545
1438
|
COMPAT_ENGINES: typing.Any
|
|
1546
|
-
""" """
|
|
1547
|
-
|
|
1548
1439
|
bl_context: typing.Any
|
|
1549
|
-
""" """
|
|
1550
|
-
|
|
1551
1440
|
bl_region_type: typing.Any
|
|
1552
|
-
""" """
|
|
1553
|
-
|
|
1554
1441
|
bl_space_type: typing.Any
|
|
1555
|
-
""" """
|
|
1556
1442
|
|
|
1557
1443
|
def poll(self, context):
|
|
1558
1444
|
"""
|
|
@@ -1562,16 +1448,9 @@ class TextureSlotPanel(TextureButtonsPanel):
|
|
|
1562
1448
|
...
|
|
1563
1449
|
|
|
1564
1450
|
class TextureTypePanel(TextureButtonsPanel):
|
|
1565
|
-
""" """
|
|
1566
|
-
|
|
1567
1451
|
bl_context: typing.Any
|
|
1568
|
-
""" """
|
|
1569
|
-
|
|
1570
1452
|
bl_region_type: typing.Any
|
|
1571
|
-
""" """
|
|
1572
|
-
|
|
1573
1453
|
bl_space_type: typing.Any
|
|
1574
|
-
""" """
|
|
1575
1454
|
|
|
1576
1455
|
def poll(self, context):
|
|
1577
1456
|
"""
|
|
@@ -1583,31 +1462,14 @@ class TextureTypePanel(TextureButtonsPanel):
|
|
|
1583
1462
|
class TEXTURE_PT_colors(
|
|
1584
1463
|
bpy_types.Panel, TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI
|
|
1585
1464
|
):
|
|
1586
|
-
""" """
|
|
1587
|
-
|
|
1588
1465
|
COMPAT_ENGINES: typing.Any
|
|
1589
|
-
""" """
|
|
1590
|
-
|
|
1591
1466
|
bl_context: typing.Any
|
|
1592
|
-
""" """
|
|
1593
|
-
|
|
1594
1467
|
bl_label: typing.Any
|
|
1595
|
-
""" """
|
|
1596
|
-
|
|
1597
1468
|
bl_options: typing.Any
|
|
1598
|
-
""" """
|
|
1599
|
-
|
|
1600
1469
|
bl_region_type: typing.Any
|
|
1601
|
-
""" """
|
|
1602
|
-
|
|
1603
1470
|
bl_rna: typing.Any
|
|
1604
|
-
""" """
|
|
1605
|
-
|
|
1606
1471
|
bl_space_type: typing.Any
|
|
1607
|
-
""" """
|
|
1608
|
-
|
|
1609
1472
|
id_data: typing.Any
|
|
1610
|
-
""" """
|
|
1611
1473
|
|
|
1612
1474
|
def append(self, draw_func):
|
|
1613
1475
|
"""Append a draw function to this menu,
|
|
@@ -1692,10 +1554,7 @@ class TEXTURE_PT_colors(
|
|
|
1692
1554
|
"""
|
|
1693
1555
|
...
|
|
1694
1556
|
|
|
1695
|
-
def is_extended(self):
|
|
1696
|
-
""" """
|
|
1697
|
-
...
|
|
1698
|
-
|
|
1557
|
+
def is_extended(self): ...
|
|
1699
1558
|
def is_property_hidden(self) -> bool:
|
|
1700
1559
|
"""Check if a property is hidden.
|
|
1701
1560
|
|
|
@@ -1833,34 +1692,15 @@ class TEXTURE_PT_colors(
|
|
|
1833
1692
|
class TEXTURE_PT_colors_ramp(
|
|
1834
1693
|
bpy_types.Panel, TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI
|
|
1835
1694
|
):
|
|
1836
|
-
""" """
|
|
1837
|
-
|
|
1838
1695
|
COMPAT_ENGINES: typing.Any
|
|
1839
|
-
""" """
|
|
1840
|
-
|
|
1841
1696
|
bl_context: typing.Any
|
|
1842
|
-
""" """
|
|
1843
|
-
|
|
1844
1697
|
bl_label: typing.Any
|
|
1845
|
-
""" """
|
|
1846
|
-
|
|
1847
1698
|
bl_options: typing.Any
|
|
1848
|
-
""" """
|
|
1849
|
-
|
|
1850
1699
|
bl_parent_id: typing.Any
|
|
1851
|
-
""" """
|
|
1852
|
-
|
|
1853
1700
|
bl_region_type: typing.Any
|
|
1854
|
-
""" """
|
|
1855
|
-
|
|
1856
1701
|
bl_rna: typing.Any
|
|
1857
|
-
""" """
|
|
1858
|
-
|
|
1859
1702
|
bl_space_type: typing.Any
|
|
1860
|
-
""" """
|
|
1861
|
-
|
|
1862
1703
|
id_data: typing.Any
|
|
1863
|
-
""" """
|
|
1864
1704
|
|
|
1865
1705
|
def append(self, draw_func):
|
|
1866
1706
|
"""Append a draw function to this menu,
|
|
@@ -1952,10 +1792,7 @@ class TEXTURE_PT_colors_ramp(
|
|
|
1952
1792
|
"""
|
|
1953
1793
|
...
|
|
1954
1794
|
|
|
1955
|
-
def is_extended(self):
|
|
1956
|
-
""" """
|
|
1957
|
-
...
|
|
1958
|
-
|
|
1795
|
+
def is_extended(self): ...
|
|
1959
1796
|
def is_property_hidden(self) -> bool:
|
|
1960
1797
|
"""Check if a property is hidden.
|
|
1961
1798
|
|
|
@@ -2093,31 +1930,14 @@ class TEXTURE_PT_colors_ramp(
|
|
|
2093
1930
|
class TEXTURE_PT_influence(
|
|
2094
1931
|
bpy_types.Panel, TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2095
1932
|
):
|
|
2096
|
-
""" """
|
|
2097
|
-
|
|
2098
1933
|
COMPAT_ENGINES: typing.Any
|
|
2099
|
-
""" """
|
|
2100
|
-
|
|
2101
1934
|
bl_context: typing.Any
|
|
2102
|
-
""" """
|
|
2103
|
-
|
|
2104
1935
|
bl_label: typing.Any
|
|
2105
|
-
""" """
|
|
2106
|
-
|
|
2107
1936
|
bl_options: typing.Any
|
|
2108
|
-
""" """
|
|
2109
|
-
|
|
2110
1937
|
bl_region_type: typing.Any
|
|
2111
|
-
""" """
|
|
2112
|
-
|
|
2113
1938
|
bl_rna: typing.Any
|
|
2114
|
-
""" """
|
|
2115
|
-
|
|
2116
1939
|
bl_space_type: typing.Any
|
|
2117
|
-
""" """
|
|
2118
|
-
|
|
2119
1940
|
id_data: typing.Any
|
|
2120
|
-
""" """
|
|
2121
1941
|
|
|
2122
1942
|
def append(self, draw_func):
|
|
2123
1943
|
"""Append a draw function to this menu,
|
|
@@ -2202,10 +2022,7 @@ class TEXTURE_PT_influence(
|
|
|
2202
2022
|
"""
|
|
2203
2023
|
...
|
|
2204
2024
|
|
|
2205
|
-
def is_extended(self):
|
|
2206
|
-
""" """
|
|
2207
|
-
...
|
|
2208
|
-
|
|
2025
|
+
def is_extended(self): ...
|
|
2209
2026
|
def is_property_hidden(self) -> bool:
|
|
2210
2027
|
"""Check if a property is hidden.
|
|
2211
2028
|
|
|
@@ -2343,28 +2160,13 @@ class TEXTURE_PT_influence(
|
|
|
2343
2160
|
class TEXTURE_PT_mapping(
|
|
2344
2161
|
bpy_types.Panel, TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2345
2162
|
):
|
|
2346
|
-
""" """
|
|
2347
|
-
|
|
2348
2163
|
COMPAT_ENGINES: typing.Any
|
|
2349
|
-
""" """
|
|
2350
|
-
|
|
2351
2164
|
bl_context: typing.Any
|
|
2352
|
-
""" """
|
|
2353
|
-
|
|
2354
2165
|
bl_label: typing.Any
|
|
2355
|
-
""" """
|
|
2356
|
-
|
|
2357
2166
|
bl_region_type: typing.Any
|
|
2358
|
-
""" """
|
|
2359
|
-
|
|
2360
2167
|
bl_rna: typing.Any
|
|
2361
|
-
""" """
|
|
2362
|
-
|
|
2363
2168
|
bl_space_type: typing.Any
|
|
2364
|
-
""" """
|
|
2365
|
-
|
|
2366
2169
|
id_data: typing.Any
|
|
2367
|
-
""" """
|
|
2368
2170
|
|
|
2369
2171
|
def append(self, draw_func):
|
|
2370
2172
|
"""Append a draw function to this menu,
|
|
@@ -2449,10 +2251,7 @@ class TEXTURE_PT_mapping(
|
|
|
2449
2251
|
"""
|
|
2450
2252
|
...
|
|
2451
2253
|
|
|
2452
|
-
def is_extended(self):
|
|
2453
|
-
""" """
|
|
2454
|
-
...
|
|
2455
|
-
|
|
2254
|
+
def is_extended(self): ...
|
|
2456
2255
|
def is_property_hidden(self) -> bool:
|
|
2457
2256
|
"""Check if a property is hidden.
|
|
2458
2257
|
|
|
@@ -2590,31 +2389,14 @@ class TEXTURE_PT_mapping(
|
|
|
2590
2389
|
class TEXTURE_PT_blend(
|
|
2591
2390
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2592
2391
|
):
|
|
2593
|
-
""" """
|
|
2594
|
-
|
|
2595
2392
|
COMPAT_ENGINES: typing.Any
|
|
2596
|
-
""" """
|
|
2597
|
-
|
|
2598
2393
|
bl_context: typing.Any
|
|
2599
|
-
""" """
|
|
2600
|
-
|
|
2601
2394
|
bl_label: typing.Any
|
|
2602
|
-
""" """
|
|
2603
|
-
|
|
2604
2395
|
bl_region_type: typing.Any
|
|
2605
|
-
""" """
|
|
2606
|
-
|
|
2607
2396
|
bl_rna: typing.Any
|
|
2608
|
-
""" """
|
|
2609
|
-
|
|
2610
2397
|
bl_space_type: typing.Any
|
|
2611
|
-
""" """
|
|
2612
|
-
|
|
2613
2398
|
id_data: typing.Any
|
|
2614
|
-
""" """
|
|
2615
|
-
|
|
2616
2399
|
tex_type: typing.Any
|
|
2617
|
-
""" """
|
|
2618
2400
|
|
|
2619
2401
|
def append(self, draw_func):
|
|
2620
2402
|
"""Append a draw function to this menu,
|
|
@@ -2699,10 +2481,7 @@ class TEXTURE_PT_blend(
|
|
|
2699
2481
|
"""
|
|
2700
2482
|
...
|
|
2701
2483
|
|
|
2702
|
-
def is_extended(self):
|
|
2703
|
-
""" """
|
|
2704
|
-
...
|
|
2705
|
-
|
|
2484
|
+
def is_extended(self): ...
|
|
2706
2485
|
def is_property_hidden(self) -> bool:
|
|
2707
2486
|
"""Check if a property is hidden.
|
|
2708
2487
|
|
|
@@ -2840,31 +2619,14 @@ class TEXTURE_PT_blend(
|
|
|
2840
2619
|
class TEXTURE_PT_clouds(
|
|
2841
2620
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2842
2621
|
):
|
|
2843
|
-
""" """
|
|
2844
|
-
|
|
2845
2622
|
COMPAT_ENGINES: typing.Any
|
|
2846
|
-
""" """
|
|
2847
|
-
|
|
2848
2623
|
bl_context: typing.Any
|
|
2849
|
-
""" """
|
|
2850
|
-
|
|
2851
2624
|
bl_label: typing.Any
|
|
2852
|
-
""" """
|
|
2853
|
-
|
|
2854
2625
|
bl_region_type: typing.Any
|
|
2855
|
-
""" """
|
|
2856
|
-
|
|
2857
2626
|
bl_rna: typing.Any
|
|
2858
|
-
""" """
|
|
2859
|
-
|
|
2860
2627
|
bl_space_type: typing.Any
|
|
2861
|
-
""" """
|
|
2862
|
-
|
|
2863
2628
|
id_data: typing.Any
|
|
2864
|
-
""" """
|
|
2865
|
-
|
|
2866
2629
|
tex_type: typing.Any
|
|
2867
|
-
""" """
|
|
2868
2630
|
|
|
2869
2631
|
def append(self, draw_func):
|
|
2870
2632
|
"""Append a draw function to this menu,
|
|
@@ -2949,10 +2711,7 @@ class TEXTURE_PT_clouds(
|
|
|
2949
2711
|
"""
|
|
2950
2712
|
...
|
|
2951
2713
|
|
|
2952
|
-
def is_extended(self):
|
|
2953
|
-
""" """
|
|
2954
|
-
...
|
|
2955
|
-
|
|
2714
|
+
def is_extended(self): ...
|
|
2956
2715
|
def is_property_hidden(self) -> bool:
|
|
2957
2716
|
"""Check if a property is hidden.
|
|
2958
2717
|
|
|
@@ -3090,31 +2849,14 @@ class TEXTURE_PT_clouds(
|
|
|
3090
2849
|
class TEXTURE_PT_distortednoise(
|
|
3091
2850
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3092
2851
|
):
|
|
3093
|
-
""" """
|
|
3094
|
-
|
|
3095
2852
|
COMPAT_ENGINES: typing.Any
|
|
3096
|
-
""" """
|
|
3097
|
-
|
|
3098
2853
|
bl_context: typing.Any
|
|
3099
|
-
""" """
|
|
3100
|
-
|
|
3101
2854
|
bl_label: typing.Any
|
|
3102
|
-
""" """
|
|
3103
|
-
|
|
3104
2855
|
bl_region_type: typing.Any
|
|
3105
|
-
""" """
|
|
3106
|
-
|
|
3107
2856
|
bl_rna: typing.Any
|
|
3108
|
-
""" """
|
|
3109
|
-
|
|
3110
2857
|
bl_space_type: typing.Any
|
|
3111
|
-
""" """
|
|
3112
|
-
|
|
3113
2858
|
id_data: typing.Any
|
|
3114
|
-
""" """
|
|
3115
|
-
|
|
3116
2859
|
tex_type: typing.Any
|
|
3117
|
-
""" """
|
|
3118
2860
|
|
|
3119
2861
|
def append(self, draw_func):
|
|
3120
2862
|
"""Append a draw function to this menu,
|
|
@@ -3199,10 +2941,7 @@ class TEXTURE_PT_distortednoise(
|
|
|
3199
2941
|
"""
|
|
3200
2942
|
...
|
|
3201
2943
|
|
|
3202
|
-
def is_extended(self):
|
|
3203
|
-
""" """
|
|
3204
|
-
...
|
|
3205
|
-
|
|
2944
|
+
def is_extended(self): ...
|
|
3206
2945
|
def is_property_hidden(self) -> bool:
|
|
3207
2946
|
"""Check if a property is hidden.
|
|
3208
2947
|
|
|
@@ -3340,31 +3079,14 @@ class TEXTURE_PT_distortednoise(
|
|
|
3340
3079
|
class TEXTURE_PT_image(
|
|
3341
3080
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3342
3081
|
):
|
|
3343
|
-
""" """
|
|
3344
|
-
|
|
3345
3082
|
COMPAT_ENGINES: typing.Any
|
|
3346
|
-
""" """
|
|
3347
|
-
|
|
3348
3083
|
bl_context: typing.Any
|
|
3349
|
-
""" """
|
|
3350
|
-
|
|
3351
3084
|
bl_label: typing.Any
|
|
3352
|
-
""" """
|
|
3353
|
-
|
|
3354
3085
|
bl_region_type: typing.Any
|
|
3355
|
-
""" """
|
|
3356
|
-
|
|
3357
3086
|
bl_rna: typing.Any
|
|
3358
|
-
""" """
|
|
3359
|
-
|
|
3360
3087
|
bl_space_type: typing.Any
|
|
3361
|
-
""" """
|
|
3362
|
-
|
|
3363
3088
|
id_data: typing.Any
|
|
3364
|
-
""" """
|
|
3365
|
-
|
|
3366
3089
|
tex_type: typing.Any
|
|
3367
|
-
""" """
|
|
3368
3090
|
|
|
3369
3091
|
def append(self, draw_func):
|
|
3370
3092
|
"""Append a draw function to this menu,
|
|
@@ -3449,10 +3171,7 @@ class TEXTURE_PT_image(
|
|
|
3449
3171
|
"""
|
|
3450
3172
|
...
|
|
3451
3173
|
|
|
3452
|
-
def is_extended(self):
|
|
3453
|
-
""" """
|
|
3454
|
-
...
|
|
3455
|
-
|
|
3174
|
+
def is_extended(self): ...
|
|
3456
3175
|
def is_property_hidden(self) -> bool:
|
|
3457
3176
|
"""Check if a property is hidden.
|
|
3458
3177
|
|
|
@@ -3590,37 +3309,16 @@ class TEXTURE_PT_image(
|
|
|
3590
3309
|
class TEXTURE_PT_image_alpha(
|
|
3591
3310
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3592
3311
|
):
|
|
3593
|
-
""" """
|
|
3594
|
-
|
|
3595
3312
|
COMPAT_ENGINES: typing.Any
|
|
3596
|
-
""" """
|
|
3597
|
-
|
|
3598
3313
|
bl_context: typing.Any
|
|
3599
|
-
""" """
|
|
3600
|
-
|
|
3601
3314
|
bl_label: typing.Any
|
|
3602
|
-
""" """
|
|
3603
|
-
|
|
3604
3315
|
bl_options: typing.Any
|
|
3605
|
-
""" """
|
|
3606
|
-
|
|
3607
3316
|
bl_parent_id: typing.Any
|
|
3608
|
-
""" """
|
|
3609
|
-
|
|
3610
3317
|
bl_region_type: typing.Any
|
|
3611
|
-
""" """
|
|
3612
|
-
|
|
3613
3318
|
bl_rna: typing.Any
|
|
3614
|
-
""" """
|
|
3615
|
-
|
|
3616
3319
|
bl_space_type: typing.Any
|
|
3617
|
-
""" """
|
|
3618
|
-
|
|
3619
3320
|
id_data: typing.Any
|
|
3620
|
-
""" """
|
|
3621
|
-
|
|
3622
3321
|
tex_type: typing.Any
|
|
3623
|
-
""" """
|
|
3624
3322
|
|
|
3625
3323
|
def append(self, draw_func):
|
|
3626
3324
|
"""Append a draw function to this menu,
|
|
@@ -3712,10 +3410,7 @@ class TEXTURE_PT_image_alpha(
|
|
|
3712
3410
|
"""
|
|
3713
3411
|
...
|
|
3714
3412
|
|
|
3715
|
-
def is_extended(self):
|
|
3716
|
-
""" """
|
|
3717
|
-
...
|
|
3718
|
-
|
|
3413
|
+
def is_extended(self): ...
|
|
3719
3414
|
def is_property_hidden(self) -> bool:
|
|
3720
3415
|
"""Check if a property is hidden.
|
|
3721
3416
|
|
|
@@ -3853,37 +3548,16 @@ class TEXTURE_PT_image_alpha(
|
|
|
3853
3548
|
class TEXTURE_PT_image_mapping(
|
|
3854
3549
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3855
3550
|
):
|
|
3856
|
-
""" """
|
|
3857
|
-
|
|
3858
3551
|
COMPAT_ENGINES: typing.Any
|
|
3859
|
-
""" """
|
|
3860
|
-
|
|
3861
3552
|
bl_context: typing.Any
|
|
3862
|
-
""" """
|
|
3863
|
-
|
|
3864
3553
|
bl_label: typing.Any
|
|
3865
|
-
""" """
|
|
3866
|
-
|
|
3867
3554
|
bl_options: typing.Any
|
|
3868
|
-
""" """
|
|
3869
|
-
|
|
3870
3555
|
bl_parent_id: typing.Any
|
|
3871
|
-
""" """
|
|
3872
|
-
|
|
3873
3556
|
bl_region_type: typing.Any
|
|
3874
|
-
""" """
|
|
3875
|
-
|
|
3876
3557
|
bl_rna: typing.Any
|
|
3877
|
-
""" """
|
|
3878
|
-
|
|
3879
3558
|
bl_space_type: typing.Any
|
|
3880
|
-
""" """
|
|
3881
|
-
|
|
3882
3559
|
id_data: typing.Any
|
|
3883
|
-
""" """
|
|
3884
|
-
|
|
3885
3560
|
tex_type: typing.Any
|
|
3886
|
-
""" """
|
|
3887
3561
|
|
|
3888
3562
|
def append(self, draw_func):
|
|
3889
3563
|
"""Append a draw function to this menu,
|
|
@@ -3968,10 +3642,7 @@ class TEXTURE_PT_image_mapping(
|
|
|
3968
3642
|
"""
|
|
3969
3643
|
...
|
|
3970
3644
|
|
|
3971
|
-
def is_extended(self):
|
|
3972
|
-
""" """
|
|
3973
|
-
...
|
|
3974
|
-
|
|
3645
|
+
def is_extended(self): ...
|
|
3975
3646
|
def is_property_hidden(self) -> bool:
|
|
3976
3647
|
"""Check if a property is hidden.
|
|
3977
3648
|
|
|
@@ -4109,37 +3780,16 @@ class TEXTURE_PT_image_mapping(
|
|
|
4109
3780
|
class TEXTURE_PT_image_mapping_crop(
|
|
4110
3781
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
4111
3782
|
):
|
|
4112
|
-
""" """
|
|
4113
|
-
|
|
4114
3783
|
COMPAT_ENGINES: typing.Any
|
|
4115
|
-
""" """
|
|
4116
|
-
|
|
4117
3784
|
bl_context: typing.Any
|
|
4118
|
-
""" """
|
|
4119
|
-
|
|
4120
3785
|
bl_label: typing.Any
|
|
4121
|
-
""" """
|
|
4122
|
-
|
|
4123
3786
|
bl_options: typing.Any
|
|
4124
|
-
""" """
|
|
4125
|
-
|
|
4126
3787
|
bl_parent_id: typing.Any
|
|
4127
|
-
""" """
|
|
4128
|
-
|
|
4129
3788
|
bl_region_type: typing.Any
|
|
4130
|
-
""" """
|
|
4131
|
-
|
|
4132
3789
|
bl_rna: typing.Any
|
|
4133
|
-
""" """
|
|
4134
|
-
|
|
4135
3790
|
bl_space_type: typing.Any
|
|
4136
|
-
""" """
|
|
4137
|
-
|
|
4138
3791
|
id_data: typing.Any
|
|
4139
|
-
""" """
|
|
4140
|
-
|
|
4141
3792
|
tex_type: typing.Any
|
|
4142
|
-
""" """
|
|
4143
3793
|
|
|
4144
3794
|
def append(self, draw_func):
|
|
4145
3795
|
"""Append a draw function to this menu,
|
|
@@ -4224,10 +3874,7 @@ class TEXTURE_PT_image_mapping_crop(
|
|
|
4224
3874
|
"""
|
|
4225
3875
|
...
|
|
4226
3876
|
|
|
4227
|
-
def is_extended(self):
|
|
4228
|
-
""" """
|
|
4229
|
-
...
|
|
4230
|
-
|
|
3877
|
+
def is_extended(self): ...
|
|
4231
3878
|
def is_property_hidden(self) -> bool:
|
|
4232
3879
|
"""Check if a property is hidden.
|
|
4233
3880
|
|
|
@@ -4365,37 +4012,16 @@ class TEXTURE_PT_image_mapping_crop(
|
|
|
4365
4012
|
class TEXTURE_PT_image_sampling(
|
|
4366
4013
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
4367
4014
|
):
|
|
4368
|
-
""" """
|
|
4369
|
-
|
|
4370
4015
|
COMPAT_ENGINES: typing.Any
|
|
4371
|
-
""" """
|
|
4372
|
-
|
|
4373
4016
|
bl_context: typing.Any
|
|
4374
|
-
""" """
|
|
4375
|
-
|
|
4376
4017
|
bl_label: typing.Any
|
|
4377
|
-
""" """
|
|
4378
|
-
|
|
4379
4018
|
bl_options: typing.Any
|
|
4380
|
-
""" """
|
|
4381
|
-
|
|
4382
4019
|
bl_parent_id: typing.Any
|
|
4383
|
-
""" """
|
|
4384
|
-
|
|
4385
4020
|
bl_region_type: typing.Any
|
|
4386
|
-
""" """
|
|
4387
|
-
|
|
4388
4021
|
bl_rna: typing.Any
|
|
4389
|
-
""" """
|
|
4390
|
-
|
|
4391
4022
|
bl_space_type: typing.Any
|
|
4392
|
-
""" """
|
|
4393
|
-
|
|
4394
4023
|
id_data: typing.Any
|
|
4395
|
-
""" """
|
|
4396
|
-
|
|
4397
4024
|
tex_type: typing.Any
|
|
4398
|
-
""" """
|
|
4399
4025
|
|
|
4400
4026
|
def append(self, draw_func):
|
|
4401
4027
|
"""Append a draw function to this menu,
|
|
@@ -4480,10 +4106,7 @@ class TEXTURE_PT_image_sampling(
|
|
|
4480
4106
|
"""
|
|
4481
4107
|
...
|
|
4482
4108
|
|
|
4483
|
-
def is_extended(self):
|
|
4484
|
-
""" """
|
|
4485
|
-
...
|
|
4486
|
-
|
|
4109
|
+
def is_extended(self): ...
|
|
4487
4110
|
def is_property_hidden(self) -> bool:
|
|
4488
4111
|
"""Check if a property is hidden.
|
|
4489
4112
|
|
|
@@ -4621,34 +4244,15 @@ class TEXTURE_PT_image_sampling(
|
|
|
4621
4244
|
class TEXTURE_PT_image_settings(
|
|
4622
4245
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
4623
4246
|
):
|
|
4624
|
-
""" """
|
|
4625
|
-
|
|
4626
4247
|
COMPAT_ENGINES: typing.Any
|
|
4627
|
-
""" """
|
|
4628
|
-
|
|
4629
4248
|
bl_context: typing.Any
|
|
4630
|
-
""" """
|
|
4631
|
-
|
|
4632
4249
|
bl_label: typing.Any
|
|
4633
|
-
""" """
|
|
4634
|
-
|
|
4635
4250
|
bl_parent_id: typing.Any
|
|
4636
|
-
""" """
|
|
4637
|
-
|
|
4638
4251
|
bl_region_type: typing.Any
|
|
4639
|
-
""" """
|
|
4640
|
-
|
|
4641
4252
|
bl_rna: typing.Any
|
|
4642
|
-
""" """
|
|
4643
|
-
|
|
4644
4253
|
bl_space_type: typing.Any
|
|
4645
|
-
""" """
|
|
4646
|
-
|
|
4647
4254
|
id_data: typing.Any
|
|
4648
|
-
""" """
|
|
4649
|
-
|
|
4650
4255
|
tex_type: typing.Any
|
|
4651
|
-
""" """
|
|
4652
4256
|
|
|
4653
4257
|
def append(self, draw_func):
|
|
4654
4258
|
"""Append a draw function to this menu,
|
|
@@ -4733,10 +4337,7 @@ class TEXTURE_PT_image_settings(
|
|
|
4733
4337
|
"""
|
|
4734
4338
|
...
|
|
4735
4339
|
|
|
4736
|
-
def is_extended(self):
|
|
4737
|
-
""" """
|
|
4738
|
-
...
|
|
4739
|
-
|
|
4340
|
+
def is_extended(self): ...
|
|
4740
4341
|
def is_property_hidden(self) -> bool:
|
|
4741
4342
|
"""Check if a property is hidden.
|
|
4742
4343
|
|
|
@@ -4874,31 +4475,14 @@ class TEXTURE_PT_image_settings(
|
|
|
4874
4475
|
class TEXTURE_PT_magic(
|
|
4875
4476
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
4876
4477
|
):
|
|
4877
|
-
""" """
|
|
4878
|
-
|
|
4879
4478
|
COMPAT_ENGINES: typing.Any
|
|
4880
|
-
""" """
|
|
4881
|
-
|
|
4882
4479
|
bl_context: typing.Any
|
|
4883
|
-
""" """
|
|
4884
|
-
|
|
4885
4480
|
bl_label: typing.Any
|
|
4886
|
-
""" """
|
|
4887
|
-
|
|
4888
4481
|
bl_region_type: typing.Any
|
|
4889
|
-
""" """
|
|
4890
|
-
|
|
4891
4482
|
bl_rna: typing.Any
|
|
4892
|
-
""" """
|
|
4893
|
-
|
|
4894
4483
|
bl_space_type: typing.Any
|
|
4895
|
-
""" """
|
|
4896
|
-
|
|
4897
4484
|
id_data: typing.Any
|
|
4898
|
-
""" """
|
|
4899
|
-
|
|
4900
4485
|
tex_type: typing.Any
|
|
4901
|
-
""" """
|
|
4902
4486
|
|
|
4903
4487
|
def append(self, draw_func):
|
|
4904
4488
|
"""Append a draw function to this menu,
|
|
@@ -4983,10 +4567,7 @@ class TEXTURE_PT_magic(
|
|
|
4983
4567
|
"""
|
|
4984
4568
|
...
|
|
4985
4569
|
|
|
4986
|
-
def is_extended(self):
|
|
4987
|
-
""" """
|
|
4988
|
-
...
|
|
4989
|
-
|
|
4570
|
+
def is_extended(self): ...
|
|
4990
4571
|
def is_property_hidden(self) -> bool:
|
|
4991
4572
|
"""Check if a property is hidden.
|
|
4992
4573
|
|
|
@@ -5124,31 +4705,14 @@ class TEXTURE_PT_magic(
|
|
|
5124
4705
|
class TEXTURE_PT_marble(
|
|
5125
4706
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
5126
4707
|
):
|
|
5127
|
-
""" """
|
|
5128
|
-
|
|
5129
4708
|
COMPAT_ENGINES: typing.Any
|
|
5130
|
-
""" """
|
|
5131
|
-
|
|
5132
4709
|
bl_context: typing.Any
|
|
5133
|
-
""" """
|
|
5134
|
-
|
|
5135
4710
|
bl_label: typing.Any
|
|
5136
|
-
""" """
|
|
5137
|
-
|
|
5138
4711
|
bl_region_type: typing.Any
|
|
5139
|
-
""" """
|
|
5140
|
-
|
|
5141
4712
|
bl_rna: typing.Any
|
|
5142
|
-
""" """
|
|
5143
|
-
|
|
5144
4713
|
bl_space_type: typing.Any
|
|
5145
|
-
""" """
|
|
5146
|
-
|
|
5147
4714
|
id_data: typing.Any
|
|
5148
|
-
""" """
|
|
5149
|
-
|
|
5150
4715
|
tex_type: typing.Any
|
|
5151
|
-
""" """
|
|
5152
4716
|
|
|
5153
4717
|
def append(self, draw_func):
|
|
5154
4718
|
"""Append a draw function to this menu,
|
|
@@ -5233,10 +4797,7 @@ class TEXTURE_PT_marble(
|
|
|
5233
4797
|
"""
|
|
5234
4798
|
...
|
|
5235
4799
|
|
|
5236
|
-
def is_extended(self):
|
|
5237
|
-
""" """
|
|
5238
|
-
...
|
|
5239
|
-
|
|
4800
|
+
def is_extended(self): ...
|
|
5240
4801
|
def is_property_hidden(self) -> bool:
|
|
5241
4802
|
"""Check if a property is hidden.
|
|
5242
4803
|
|
|
@@ -5374,31 +4935,14 @@ class TEXTURE_PT_marble(
|
|
|
5374
4935
|
class TEXTURE_PT_musgrave(
|
|
5375
4936
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
5376
4937
|
):
|
|
5377
|
-
""" """
|
|
5378
|
-
|
|
5379
4938
|
COMPAT_ENGINES: typing.Any
|
|
5380
|
-
""" """
|
|
5381
|
-
|
|
5382
4939
|
bl_context: typing.Any
|
|
5383
|
-
""" """
|
|
5384
|
-
|
|
5385
4940
|
bl_label: typing.Any
|
|
5386
|
-
""" """
|
|
5387
|
-
|
|
5388
4941
|
bl_region_type: typing.Any
|
|
5389
|
-
""" """
|
|
5390
|
-
|
|
5391
4942
|
bl_rna: typing.Any
|
|
5392
|
-
""" """
|
|
5393
|
-
|
|
5394
4943
|
bl_space_type: typing.Any
|
|
5395
|
-
""" """
|
|
5396
|
-
|
|
5397
4944
|
id_data: typing.Any
|
|
5398
|
-
""" """
|
|
5399
|
-
|
|
5400
4945
|
tex_type: typing.Any
|
|
5401
|
-
""" """
|
|
5402
4946
|
|
|
5403
4947
|
def append(self, draw_func):
|
|
5404
4948
|
"""Append a draw function to this menu,
|
|
@@ -5483,10 +5027,7 @@ class TEXTURE_PT_musgrave(
|
|
|
5483
5027
|
"""
|
|
5484
5028
|
...
|
|
5485
5029
|
|
|
5486
|
-
def is_extended(self):
|
|
5487
|
-
""" """
|
|
5488
|
-
...
|
|
5489
|
-
|
|
5030
|
+
def is_extended(self): ...
|
|
5490
5031
|
def is_property_hidden(self) -> bool:
|
|
5491
5032
|
"""Check if a property is hidden.
|
|
5492
5033
|
|
|
@@ -5624,31 +5165,14 @@ class TEXTURE_PT_musgrave(
|
|
|
5624
5165
|
class TEXTURE_PT_stucci(
|
|
5625
5166
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
5626
5167
|
):
|
|
5627
|
-
""" """
|
|
5628
|
-
|
|
5629
5168
|
COMPAT_ENGINES: typing.Any
|
|
5630
|
-
""" """
|
|
5631
|
-
|
|
5632
5169
|
bl_context: typing.Any
|
|
5633
|
-
""" """
|
|
5634
|
-
|
|
5635
5170
|
bl_label: typing.Any
|
|
5636
|
-
""" """
|
|
5637
|
-
|
|
5638
5171
|
bl_region_type: typing.Any
|
|
5639
|
-
""" """
|
|
5640
|
-
|
|
5641
5172
|
bl_rna: typing.Any
|
|
5642
|
-
""" """
|
|
5643
|
-
|
|
5644
5173
|
bl_space_type: typing.Any
|
|
5645
|
-
""" """
|
|
5646
|
-
|
|
5647
5174
|
id_data: typing.Any
|
|
5648
|
-
""" """
|
|
5649
|
-
|
|
5650
5175
|
tex_type: typing.Any
|
|
5651
|
-
""" """
|
|
5652
5176
|
|
|
5653
5177
|
def append(self, draw_func):
|
|
5654
5178
|
"""Append a draw function to this menu,
|
|
@@ -5733,10 +5257,7 @@ class TEXTURE_PT_stucci(
|
|
|
5733
5257
|
"""
|
|
5734
5258
|
...
|
|
5735
5259
|
|
|
5736
|
-
def is_extended(self):
|
|
5737
|
-
""" """
|
|
5738
|
-
...
|
|
5739
|
-
|
|
5260
|
+
def is_extended(self): ...
|
|
5740
5261
|
def is_property_hidden(self) -> bool:
|
|
5741
5262
|
"""Check if a property is hidden.
|
|
5742
5263
|
|
|
@@ -5874,31 +5395,14 @@ class TEXTURE_PT_stucci(
|
|
|
5874
5395
|
class TEXTURE_PT_voronoi(
|
|
5875
5396
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
5876
5397
|
):
|
|
5877
|
-
""" """
|
|
5878
|
-
|
|
5879
5398
|
COMPAT_ENGINES: typing.Any
|
|
5880
|
-
""" """
|
|
5881
|
-
|
|
5882
5399
|
bl_context: typing.Any
|
|
5883
|
-
""" """
|
|
5884
|
-
|
|
5885
5400
|
bl_label: typing.Any
|
|
5886
|
-
""" """
|
|
5887
|
-
|
|
5888
5401
|
bl_region_type: typing.Any
|
|
5889
|
-
""" """
|
|
5890
|
-
|
|
5891
5402
|
bl_rna: typing.Any
|
|
5892
|
-
""" """
|
|
5893
|
-
|
|
5894
5403
|
bl_space_type: typing.Any
|
|
5895
|
-
""" """
|
|
5896
|
-
|
|
5897
5404
|
id_data: typing.Any
|
|
5898
|
-
""" """
|
|
5899
|
-
|
|
5900
5405
|
tex_type: typing.Any
|
|
5901
|
-
""" """
|
|
5902
5406
|
|
|
5903
5407
|
def append(self, draw_func):
|
|
5904
5408
|
"""Append a draw function to this menu,
|
|
@@ -5983,10 +5487,7 @@ class TEXTURE_PT_voronoi(
|
|
|
5983
5487
|
"""
|
|
5984
5488
|
...
|
|
5985
5489
|
|
|
5986
|
-
def is_extended(self):
|
|
5987
|
-
""" """
|
|
5988
|
-
...
|
|
5989
|
-
|
|
5490
|
+
def is_extended(self): ...
|
|
5990
5491
|
def is_property_hidden(self) -> bool:
|
|
5991
5492
|
"""Check if a property is hidden.
|
|
5992
5493
|
|
|
@@ -6124,34 +5625,15 @@ class TEXTURE_PT_voronoi(
|
|
|
6124
5625
|
class TEXTURE_PT_voronoi_feature_weights(
|
|
6125
5626
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
6126
5627
|
):
|
|
6127
|
-
""" """
|
|
6128
|
-
|
|
6129
5628
|
COMPAT_ENGINES: typing.Any
|
|
6130
|
-
""" """
|
|
6131
|
-
|
|
6132
5629
|
bl_context: typing.Any
|
|
6133
|
-
""" """
|
|
6134
|
-
|
|
6135
5630
|
bl_label: typing.Any
|
|
6136
|
-
""" """
|
|
6137
|
-
|
|
6138
5631
|
bl_parent_id: typing.Any
|
|
6139
|
-
""" """
|
|
6140
|
-
|
|
6141
5632
|
bl_region_type: typing.Any
|
|
6142
|
-
""" """
|
|
6143
|
-
|
|
6144
5633
|
bl_rna: typing.Any
|
|
6145
|
-
""" """
|
|
6146
|
-
|
|
6147
5634
|
bl_space_type: typing.Any
|
|
6148
|
-
""" """
|
|
6149
|
-
|
|
6150
5635
|
id_data: typing.Any
|
|
6151
|
-
""" """
|
|
6152
|
-
|
|
6153
5636
|
tex_type: typing.Any
|
|
6154
|
-
""" """
|
|
6155
5637
|
|
|
6156
5638
|
def append(self, draw_func):
|
|
6157
5639
|
"""Append a draw function to this menu,
|
|
@@ -6236,10 +5718,7 @@ class TEXTURE_PT_voronoi_feature_weights(
|
|
|
6236
5718
|
"""
|
|
6237
5719
|
...
|
|
6238
5720
|
|
|
6239
|
-
def is_extended(self):
|
|
6240
|
-
""" """
|
|
6241
|
-
...
|
|
6242
|
-
|
|
5721
|
+
def is_extended(self): ...
|
|
6243
5722
|
def is_property_hidden(self) -> bool:
|
|
6244
5723
|
"""Check if a property is hidden.
|
|
6245
5724
|
|
|
@@ -6377,31 +5856,14 @@ class TEXTURE_PT_voronoi_feature_weights(
|
|
|
6377
5856
|
class TEXTURE_PT_wood(
|
|
6378
5857
|
bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
6379
5858
|
):
|
|
6380
|
-
""" """
|
|
6381
|
-
|
|
6382
5859
|
COMPAT_ENGINES: typing.Any
|
|
6383
|
-
""" """
|
|
6384
|
-
|
|
6385
5860
|
bl_context: typing.Any
|
|
6386
|
-
""" """
|
|
6387
|
-
|
|
6388
5861
|
bl_label: typing.Any
|
|
6389
|
-
""" """
|
|
6390
|
-
|
|
6391
5862
|
bl_region_type: typing.Any
|
|
6392
|
-
""" """
|
|
6393
|
-
|
|
6394
5863
|
bl_rna: typing.Any
|
|
6395
|
-
""" """
|
|
6396
|
-
|
|
6397
5864
|
bl_space_type: typing.Any
|
|
6398
|
-
""" """
|
|
6399
|
-
|
|
6400
5865
|
id_data: typing.Any
|
|
6401
|
-
""" """
|
|
6402
|
-
|
|
6403
5866
|
tex_type: typing.Any
|
|
6404
|
-
""" """
|
|
6405
5867
|
|
|
6406
5868
|
def append(self, draw_func):
|
|
6407
5869
|
"""Append a draw function to this menu,
|
|
@@ -6486,10 +5948,7 @@ class TEXTURE_PT_wood(
|
|
|
6486
5948
|
"""
|
|
6487
5949
|
...
|
|
6488
5950
|
|
|
6489
|
-
def is_extended(self):
|
|
6490
|
-
""" """
|
|
6491
|
-
...
|
|
6492
|
-
|
|
5951
|
+
def is_extended(self): ...
|
|
6493
5952
|
def is_property_hidden(self) -> bool:
|
|
6494
5953
|
"""Check if a property is hidden.
|
|
6495
5954
|
|
|
@@ -6624,12 +6083,5 @@ class TEXTURE_PT_wood(
|
|
|
6624
6083
|
"""
|
|
6625
6084
|
...
|
|
6626
6085
|
|
|
6627
|
-
def context_tex_datablock(context):
|
|
6628
|
-
|
|
6629
|
-
|
|
6630
|
-
...
|
|
6631
|
-
|
|
6632
|
-
def texture_filter_common(tex, layout):
|
|
6633
|
-
""" """
|
|
6634
|
-
|
|
6635
|
-
...
|
|
6086
|
+
def context_tex_datablock(context): ...
|
|
6087
|
+
def texture_filter_common(tex, layout): ...
|