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