fake-bpy-module 20240705__py3-none-any.whl → 20240707__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 +1 -0
- _bpy_internal/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
- _bpy_internal/freedesktop/__init__.pyi +1 -0
- addon_utils/__init__.pyi +1 -0
- animsys_refactor/__init__.pyi +1 -0
- aud/__init__.pyi +1 -0
- bgl/__init__.pyi +1 -0
- bl_app_override/__init__.pyi +1 -0
- bl_app_override/helpers/__init__.pyi +1 -0
- bl_app_template_utils/__init__.pyi +1 -0
- bl_console_utils/__init__.pyi +1 -0
- bl_console_utils/autocomplete/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
- bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
- bl_i18n_utils/__init__.pyi +1 -0
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_i18n_utils/merge_po/__init__.pyi +1 -0
- bl_i18n_utils/settings/__init__.pyi +1 -0
- bl_i18n_utils/utils/__init__.pyi +1 -0
- bl_i18n_utils/utils_cli/__init__.pyi +1 -0
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
- bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +1 -0
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
- bl_keymap_utils/versioning/__init__.pyi +1 -0
- bl_math/__init__.pyi +1 -0
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +1 -0
- bl_operators/assets/__init__.pyi +9 -8
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
- bl_operators/clip/__init__.pyi +1 -0
- bl_operators/connect_to_output/__init__.pyi +1 -0
- bl_operators/console/__init__.pyi +1 -0
- bl_operators/constraint/__init__.pyi +1 -0
- bl_operators/file/__init__.pyi +1 -0
- bl_operators/freestyle/__init__.pyi +1 -0
- bl_operators/geometry_nodes/__init__.pyi +1 -0
- bl_operators/image/__init__.pyi +1 -0
- bl_operators/image_as_planes/__init__.pyi +44 -43
- bl_operators/mesh/__init__.pyi +1 -0
- bl_operators/node/__init__.pyi +235 -234
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +1 -0
- bl_operators/object/__init__.pyi +1 -0
- bl_operators/object_align/__init__.pyi +1 -0
- bl_operators/object_quick_effects/__init__.pyi +22 -21
- bl_operators/object_randomize_transform/__init__.pyi +1 -0
- bl_operators/presets/__init__.pyi +389 -388
- bl_operators/rigidbody/__init__.pyi +1 -0
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
- bl_operators/sequencer/__init__.pyi +1 -0
- bl_operators/spreadsheet/__init__.pyi +1 -0
- bl_operators/userpref/__init__.pyi +1 -0
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
- bl_operators/uvcalc_transform/__init__.pyi +1 -0
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
- bl_operators/view3d/__init__.pyi +1 -0
- bl_operators/wm/__init__.pyi +1 -0
- bl_operators/world/__init__.pyi +1 -0
- bl_previews_utils/__init__.pyi +1 -0
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
- bl_rna_utils/__init__.pyi +1 -0
- bl_rna_utils/data_path/__init__.pyi +1 -0
- bl_text_utils/__init__.pyi +1 -0
- bl_text_utils/external_editor/__init__.pyi +1 -0
- bl_ui/__init__.pyi +1 -0
- bl_ui/anim/__init__.pyi +1 -0
- bl_ui/asset_shelf/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +1 -0
- bl_ui/node_add_menu/__init__.pyi +1 -0
- bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
- bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
- bl_ui/node_add_menu_shader/__init__.pyi +1 -0
- bl_ui/node_add_menu_texture/__init__.pyi +1 -0
- bl_ui/properties_animviz/__init__.pyi +1 -0
- bl_ui/properties_collection/__init__.pyi +13 -12
- bl_ui/properties_constraint/__init__.pyi +955 -954
- bl_ui/properties_data_armature/__init__.pyi +86 -85
- bl_ui/properties_data_bone/__init__.pyi +13 -12
- bl_ui/properties_data_camera/__init__.pyi +1 -0
- bl_ui/properties_data_curve/__init__.pyi +93 -92
- bl_ui/properties_data_curves/__init__.pyi +13 -12
- bl_ui/properties_data_empty/__init__.pyi +13 -12
- bl_ui/properties_data_gpencil/__init__.pyi +266 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
- bl_ui/properties_data_lattice/__init__.pyi +13 -12
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
- bl_ui/properties_data_mesh/__init__.pyi +528 -527
- bl_ui/properties_data_metaball/__init__.pyi +13 -12
- bl_ui/properties_data_modifier/__init__.pyi +20 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
- bl_ui/properties_data_speaker/__init__.pyi +13 -12
- bl_ui/properties_data_volume/__init__.pyi +66 -65
- bl_ui/properties_freestyle/__init__.pyi +249 -248
- bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
- bl_ui/properties_mask_common/__init__.pyi +1 -0
- bl_ui/properties_material/__init__.pyi +146 -145
- bl_ui/properties_material_gpencil/__init__.pyi +87 -86
- bl_ui/properties_object/__init__.pyi +76 -75
- bl_ui/properties_output/__init__.pyi +202 -201
- bl_ui/properties_paint_common/__init__.pyi +1 -0
- bl_ui/properties_particle/__init__.pyi +221 -220
- bl_ui/properties_physics_cloth/__init__.pyi +13 -12
- bl_ui/properties_physics_common/__init__.pyi +13 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
- bl_ui/properties_physics_field/__init__.pyi +20 -19
- bl_ui/properties_physics_fluid/__init__.pyi +62 -61
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
- bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
- bl_ui/properties_physics_softbody/__init__.pyi +13 -12
- bl_ui/properties_render/__init__.pyi +218 -217
- bl_ui/properties_scene/__init__.pyi +144 -143
- bl_ui/properties_texture/__init__.pyi +157 -156
- bl_ui/properties_view_layer/__init__.pyi +79 -78
- bl_ui/properties_workspace/__init__.pyi +65 -64
- bl_ui/properties_world/__init__.pyi +13 -12
- bl_ui/space_clip/__init__.pyi +367 -366
- bl_ui/space_console/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +177 -176
- bl_ui/space_filebrowser/__init__.pyi +736 -735
- bl_ui/space_graph/__init__.pyi +1 -0
- bl_ui/space_image/__init__.pyi +647 -646
- bl_ui/space_info/__init__.pyi +1 -0
- bl_ui/space_nla/__init__.pyi +1 -0
- bl_ui/space_node/__init__.pyi +1 -0
- bl_ui/space_outliner/__init__.pyi +1 -0
- bl_ui/space_properties/__init__.pyi +1 -0
- bl_ui/space_sequencer/__init__.pyi +842 -389
- bl_ui/space_spreadsheet/__init__.pyi +1 -0
- bl_ui/space_statusbar/__init__.pyi +1 -0
- bl_ui/space_text/__init__.pyi +1 -0
- bl_ui/space_time/__init__.pyi +12 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
- bl_ui/space_topbar/__init__.pyi +1 -0
- bl_ui/space_userpref/__init__.pyi +685 -684
- bl_ui/space_view3d/__init__.pyi +1153 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
- bl_ui/temp_anim_layers/__init__.pyi +1 -0
- bl_ui/utils/__init__.pyi +1 -0
- bl_ui_utils/__init__.pyi +1 -0
- bl_ui_utils/bug_report_url/__init__.pyi +1 -0
- bl_ui_utils/layout/__init__.pyi +1 -0
- blend_render_info/__init__.pyi +1 -0
- blf/__init__.pyi +1 -0
- bmesh/__init__.pyi +1 -0
- bmesh/geometry/__init__.pyi +1 -0
- bmesh/ops/__init__.pyi +1 -0
- bmesh/types/__init__.pyi +1 -0
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -0
- bpy/app/__init__.pyi +1 -0
- bpy/app/handlers/__init__.pyi +1 -0
- bpy/app/icons/__init__.pyi +1 -0
- bpy/app/timers/__init__.pyi +1 -0
- bpy/app/translations/__init__.pyi +1 -0
- bpy/msgbus/__init__.pyi +1 -0
- bpy/ops/__init__.pyi +1 -0
- bpy/ops/action/__init__.pyi +1 -0
- bpy/ops/anim/__init__.pyi +15 -14
- bpy/ops/armature/__init__.pyi +1 -0
- bpy/ops/asset/__init__.pyi +1 -0
- bpy/ops/boid/__init__.pyi +1 -0
- bpy/ops/brush/__init__.pyi +1 -0
- bpy/ops/buttons/__init__.pyi +1 -0
- bpy/ops/cachefile/__init__.pyi +1 -0
- bpy/ops/camera/__init__.pyi +1 -0
- bpy/ops/clip/__init__.pyi +1 -0
- bpy/ops/cloth/__init__.pyi +1 -0
- bpy/ops/collection/__init__.pyi +1 -0
- bpy/ops/console/__init__.pyi +1 -0
- bpy/ops/constraint/__init__.pyi +1 -0
- bpy/ops/curve/__init__.pyi +1 -0
- bpy/ops/curves/__init__.pyi +1 -0
- bpy/ops/cycles/__init__.pyi +1 -0
- bpy/ops/dpaint/__init__.pyi +1 -0
- bpy/ops/ed/__init__.pyi +1 -0
- bpy/ops/export_anim/__init__.pyi +1 -0
- bpy/ops/export_scene/__init__.pyi +1 -0
- bpy/ops/extensions/__init__.pyi +1 -0
- bpy/ops/file/__init__.pyi +1 -0
- bpy/ops/fluid/__init__.pyi +1 -0
- bpy/ops/font/__init__.pyi +1 -0
- bpy/ops/geometry/__init__.pyi +1 -0
- bpy/ops/gizmogroup/__init__.pyi +1 -0
- bpy/ops/gpencil/__init__.pyi +1 -0
- bpy/ops/graph/__init__.pyi +1 -0
- bpy/ops/grease_pencil/__init__.pyi +19 -0
- bpy/ops/image/__init__.pyi +1 -0
- bpy/ops/import_anim/__init__.pyi +1 -0
- bpy/ops/import_curve/__init__.pyi +1 -0
- bpy/ops/import_scene/__init__.pyi +1 -0
- bpy/ops/info/__init__.pyi +1 -0
- bpy/ops/lattice/__init__.pyi +1 -0
- bpy/ops/marker/__init__.pyi +1 -0
- bpy/ops/mask/__init__.pyi +1 -0
- bpy/ops/material/__init__.pyi +1 -0
- bpy/ops/mball/__init__.pyi +1 -0
- bpy/ops/mesh/__init__.pyi +7 -2
- bpy/ops/nla/__init__.pyi +1 -0
- bpy/ops/node/__init__.pyi +1 -0
- bpy/ops/object/__init__.pyi +2 -1
- bpy/ops/outliner/__init__.pyi +1 -0
- bpy/ops/paint/__init__.pyi +1 -0
- bpy/ops/paintcurve/__init__.pyi +1 -0
- bpy/ops/palette/__init__.pyi +1 -0
- bpy/ops/particle/__init__.pyi +1 -0
- bpy/ops/pose/__init__.pyi +1 -0
- bpy/ops/poselib/__init__.pyi +1 -0
- bpy/ops/preferences/__init__.pyi +1 -0
- bpy/ops/ptcache/__init__.pyi +1 -0
- bpy/ops/render/__init__.pyi +1 -0
- bpy/ops/rigidbody/__init__.pyi +1 -0
- bpy/ops/scene/__init__.pyi +1 -0
- bpy/ops/screen/__init__.pyi +1 -0
- bpy/ops/script/__init__.pyi +1 -0
- bpy/ops/sculpt/__init__.pyi +1 -0
- bpy/ops/sculpt_curves/__init__.pyi +1 -0
- bpy/ops/sequencer/__init__.pyi +1 -0
- bpy/ops/sound/__init__.pyi +1 -0
- bpy/ops/spreadsheet/__init__.pyi +1 -0
- bpy/ops/surface/__init__.pyi +1 -0
- bpy/ops/text/__init__.pyi +1 -0
- bpy/ops/text_editor/__init__.pyi +1 -0
- bpy/ops/texture/__init__.pyi +1 -0
- bpy/ops/transform/__init__.pyi +17 -16
- bpy/ops/ui/__init__.pyi +1 -0
- bpy/ops/uilist/__init__.pyi +1 -0
- bpy/ops/uv/__init__.pyi +1 -0
- bpy/ops/view2d/__init__.pyi +1 -0
- bpy/ops/view3d/__init__.pyi +1 -0
- bpy/ops/wm/__init__.pyi +5 -4
- bpy/ops/workspace/__init__.pyi +1 -0
- bpy/ops/world/__init__.pyi +1 -0
- bpy/path/__init__.pyi +1 -0
- bpy/props/__init__.pyi +1 -0
- bpy/types/__init__.pyi +68824 -68756
- bpy/utils/__init__.pyi +1 -0
- bpy/utils/previews/__init__.pyi +1 -0
- bpy/utils/units/__init__.pyi +1 -0
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +1 -0
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +1 -0
- bpy_extras/id_map_utils/__init__.pyi +1 -0
- bpy_extras/image_utils/__init__.pyi +1 -0
- bpy_extras/io_utils/__init__.pyi +1 -0
- bpy_extras/keyconfig_utils/__init__.pyi +1 -0
- bpy_extras/mesh_utils/__init__.pyi +1 -0
- bpy_extras/node_shader_utils/__init__.pyi +1 -0
- bpy_extras/node_utils/__init__.pyi +1 -0
- bpy_extras/object_utils/__init__.pyi +1 -0
- bpy_extras/view3d_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
- bpy_restrict_state/__init__.pyi +1 -0
- bpy_types/__init__.pyi +1 -0
- console_python/__init__.pyi +1 -0
- console_shell/__init__.pyi +1 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
- fake_bpy_module-20240707.dist-info/RECORD +358 -0
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +1 -0
- freestyle/functions/__init__.pyi +1 -0
- freestyle/predicates/__init__.pyi +1 -0
- freestyle/shaders/__init__.pyi +1 -0
- freestyle/types/__init__.pyi +1 -0
- freestyle/utils/ContextFunctions/__init__.pyi +1 -0
- freestyle/utils/__init__.pyi +2 -1
- gpu/__init__.pyi +1 -0
- gpu/capabilities/__init__.pyi +1 -0
- gpu/matrix/__init__.pyi +1 -0
- gpu/platform/__init__.pyi +1 -0
- gpu/select/__init__.pyi +1 -0
- gpu/shader/__init__.pyi +1 -0
- gpu/state/__init__.pyi +1 -0
- gpu/texture/__init__.pyi +1 -0
- gpu/types/__init__.pyi +1 -0
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +1 -0
- gpu_extras/presets/__init__.pyi +1 -0
- graphviz_export/__init__.pyi +1 -0
- idprop/__init__.pyi +1 -0
- idprop/types/__init__.pyi +1 -0
- imbuf/__init__.pyi +1 -0
- imbuf/types/__init__.pyi +1 -0
- keyingsets_builtins/__init__.pyi +88 -87
- keyingsets_utils/__init__.pyi +1 -0
- mathutils/__init__.pyi +157 -6
- mathutils/bvhtree/__init__.pyi +1 -0
- mathutils/geometry/__init__.pyi +1 -0
- mathutils/interpolate/__init__.pyi +1 -0
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +1 -0
- nodeitems_builtins/__init__.pyi +8 -7
- nodeitems_utils/__init__.pyi +1 -0
- rna_info/__init__.pyi +1 -0
- rna_keymap_ui/__init__.pyi +1 -0
- rna_prop_ui/__init__.pyi +1 -0
- rna_xml/__init__.pyi +1 -0
- sys_info/__init__.pyi +1 -0
- fake_bpy_module-20240705.dist-info/RECORD +0 -358
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bpy.types
|
|
4
5
|
import bpy_types
|
|
5
6
|
import rna_prop_ui
|
|
@@ -278,22 +279,15 @@ class TEXTURE_MT_context_menu(bpy_types._GenericUI):
|
|
|
278
279
|
"""
|
|
279
280
|
...
|
|
280
281
|
|
|
281
|
-
class TextureButtonsPanel:
|
|
282
|
+
class TEXTURE_PT_blend(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
283
|
+
COMPAT_ENGINES: typing.Any
|
|
282
284
|
bl_context: typing.Any
|
|
285
|
+
bl_label: typing.Any
|
|
283
286
|
bl_region_type: typing.Any
|
|
284
|
-
bl_space_type: typing.Any
|
|
285
|
-
|
|
286
|
-
class TextureColorsPoll:
|
|
287
|
-
def poll(self, context):
|
|
288
|
-
"""
|
|
289
|
-
|
|
290
|
-
:param context:
|
|
291
|
-
"""
|
|
292
|
-
...
|
|
293
|
-
|
|
294
|
-
class TEXTURE_UL_texslots(bpy_types._GenericUI):
|
|
295
287
|
bl_rna: typing.Any
|
|
288
|
+
bl_space_type: typing.Any
|
|
296
289
|
id_data: typing.Any
|
|
290
|
+
tex_type: typing.Any
|
|
297
291
|
|
|
298
292
|
def append(self, draw_func):
|
|
299
293
|
"""Append a draw function to this menu,
|
|
@@ -327,27 +321,10 @@ class TEXTURE_UL_texslots(bpy_types._GenericUI):
|
|
|
327
321
|
"""
|
|
328
322
|
...
|
|
329
323
|
|
|
330
|
-
def
|
|
331
|
-
self,
|
|
332
|
-
_context,
|
|
333
|
-
layout,
|
|
334
|
-
_data,
|
|
335
|
-
item,
|
|
336
|
-
icon,
|
|
337
|
-
_active_data,
|
|
338
|
-
_active_propname,
|
|
339
|
-
_index,
|
|
340
|
-
):
|
|
324
|
+
def draw(self, context):
|
|
341
325
|
"""
|
|
342
326
|
|
|
343
|
-
:param
|
|
344
|
-
:param layout:
|
|
345
|
-
:param _data:
|
|
346
|
-
:param item:
|
|
347
|
-
:param icon:
|
|
348
|
-
:param _active_data:
|
|
349
|
-
:param _active_propname:
|
|
350
|
-
:param _index:
|
|
327
|
+
:param context:
|
|
351
328
|
"""
|
|
352
329
|
...
|
|
353
330
|
|
|
@@ -473,6 +450,13 @@ class TEXTURE_UL_texslots(bpy_types._GenericUI):
|
|
|
473
450
|
"""Returns the property from the path, raise an exception when not found."""
|
|
474
451
|
...
|
|
475
452
|
|
|
453
|
+
def poll(self, context):
|
|
454
|
+
"""
|
|
455
|
+
|
|
456
|
+
:param context:
|
|
457
|
+
"""
|
|
458
|
+
...
|
|
459
|
+
|
|
476
460
|
def pop(self):
|
|
477
461
|
"""Remove and return the value of the custom property assigned to key or default
|
|
478
462
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -523,15 +507,15 @@ class TEXTURE_UL_texslots(bpy_types._GenericUI):
|
|
|
523
507
|
"""
|
|
524
508
|
...
|
|
525
509
|
|
|
526
|
-
class
|
|
510
|
+
class TEXTURE_PT_clouds(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
527
511
|
COMPAT_ENGINES: typing.Any
|
|
528
512
|
bl_context: typing.Any
|
|
529
513
|
bl_label: typing.Any
|
|
530
|
-
bl_options: typing.Any
|
|
531
514
|
bl_region_type: typing.Any
|
|
532
515
|
bl_rna: typing.Any
|
|
533
516
|
bl_space_type: typing.Any
|
|
534
517
|
id_data: typing.Any
|
|
518
|
+
tex_type: typing.Any
|
|
535
519
|
|
|
536
520
|
def append(self, draw_func):
|
|
537
521
|
"""Append a draw function to this menu,
|
|
@@ -694,6 +678,13 @@ class TEXTURE_PT_context(TextureButtonsPanel, bpy_types._GenericUI):
|
|
|
694
678
|
"""Returns the property from the path, raise an exception when not found."""
|
|
695
679
|
...
|
|
696
680
|
|
|
681
|
+
def poll(self, context):
|
|
682
|
+
"""
|
|
683
|
+
|
|
684
|
+
:param context:
|
|
685
|
+
"""
|
|
686
|
+
...
|
|
687
|
+
|
|
697
688
|
def pop(self):
|
|
698
689
|
"""Remove and return the value of the custom property assigned to key or default
|
|
699
690
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -744,18 +735,11 @@ class TEXTURE_PT_context(TextureButtonsPanel, bpy_types._GenericUI):
|
|
|
744
735
|
"""
|
|
745
736
|
...
|
|
746
737
|
|
|
747
|
-
class
|
|
748
|
-
TextureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
749
|
-
):
|
|
750
|
-
"""The subclass should have its own poll function
|
|
751
|
-
and the variable '_context_path' MUST be set.
|
|
752
|
-
"""
|
|
753
|
-
|
|
738
|
+
class TEXTURE_PT_colors(TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI):
|
|
754
739
|
COMPAT_ENGINES: typing.Any
|
|
755
740
|
bl_context: typing.Any
|
|
756
741
|
bl_label: typing.Any
|
|
757
742
|
bl_options: typing.Any
|
|
758
|
-
bl_order: typing.Any
|
|
759
743
|
bl_region_type: typing.Any
|
|
760
744
|
bl_rna: typing.Any
|
|
761
745
|
bl_space_type: typing.Any
|
|
@@ -979,10 +963,14 @@ class TEXTURE_PT_custom_props(
|
|
|
979
963
|
"""
|
|
980
964
|
...
|
|
981
965
|
|
|
982
|
-
class
|
|
966
|
+
class TEXTURE_PT_colors_ramp(
|
|
967
|
+
TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI
|
|
968
|
+
):
|
|
983
969
|
COMPAT_ENGINES: typing.Any
|
|
984
970
|
bl_context: typing.Any
|
|
985
971
|
bl_label: typing.Any
|
|
972
|
+
bl_options: typing.Any
|
|
973
|
+
bl_parent_id: typing.Any
|
|
986
974
|
bl_region_type: typing.Any
|
|
987
975
|
bl_rna: typing.Any
|
|
988
976
|
bl_space_type: typing.Any
|
|
@@ -1027,6 +1015,13 @@ class TEXTURE_PT_node(TextureButtonsPanel, bpy_types._GenericUI):
|
|
|
1027
1015
|
"""
|
|
1028
1016
|
...
|
|
1029
1017
|
|
|
1018
|
+
def draw_header(self, context):
|
|
1019
|
+
"""
|
|
1020
|
+
|
|
1021
|
+
:param context:
|
|
1022
|
+
"""
|
|
1023
|
+
...
|
|
1024
|
+
|
|
1030
1025
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1031
1026
|
"""Adds driver(s) to the given property
|
|
1032
1027
|
|
|
@@ -1206,10 +1201,11 @@ class TEXTURE_PT_node(TextureButtonsPanel, bpy_types._GenericUI):
|
|
|
1206
1201
|
"""
|
|
1207
1202
|
...
|
|
1208
1203
|
|
|
1209
|
-
class
|
|
1204
|
+
class TEXTURE_PT_context(TextureButtonsPanel, bpy_types._GenericUI):
|
|
1210
1205
|
COMPAT_ENGINES: typing.Any
|
|
1211
1206
|
bl_context: typing.Any
|
|
1212
1207
|
bl_label: typing.Any
|
|
1208
|
+
bl_options: typing.Any
|
|
1213
1209
|
bl_region_type: typing.Any
|
|
1214
1210
|
bl_rna: typing.Any
|
|
1215
1211
|
bl_space_type: typing.Any
|
|
@@ -1376,13 +1372,6 @@ class TEXTURE_PT_preview(TextureButtonsPanel, bpy_types._GenericUI):
|
|
|
1376
1372
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1377
1373
|
...
|
|
1378
1374
|
|
|
1379
|
-
def poll(self, context):
|
|
1380
|
-
"""
|
|
1381
|
-
|
|
1382
|
-
:param context:
|
|
1383
|
-
"""
|
|
1384
|
-
...
|
|
1385
|
-
|
|
1386
1375
|
def pop(self):
|
|
1387
1376
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1388
1377
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1433,36 +1422,18 @@ class TEXTURE_PT_preview(TextureButtonsPanel, bpy_types._GenericUI):
|
|
|
1433
1422
|
"""
|
|
1434
1423
|
...
|
|
1435
1424
|
|
|
1436
|
-
class
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
def poll(self, context):
|
|
1443
|
-
"""
|
|
1444
|
-
|
|
1445
|
-
:param context:
|
|
1446
|
-
"""
|
|
1447
|
-
...
|
|
1448
|
-
|
|
1449
|
-
class TextureTypePanel(TextureButtonsPanel):
|
|
1450
|
-
bl_context: typing.Any
|
|
1451
|
-
bl_region_type: typing.Any
|
|
1452
|
-
bl_space_type: typing.Any
|
|
1453
|
-
|
|
1454
|
-
def poll(self, context):
|
|
1455
|
-
"""
|
|
1456
|
-
|
|
1457
|
-
:param context:
|
|
1458
|
-
"""
|
|
1459
|
-
...
|
|
1425
|
+
class TEXTURE_PT_custom_props(
|
|
1426
|
+
TextureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1427
|
+
):
|
|
1428
|
+
"""The subclass should have its own poll function
|
|
1429
|
+
and the variable '_context_path' MUST be set.
|
|
1430
|
+
"""
|
|
1460
1431
|
|
|
1461
|
-
class TEXTURE_PT_colors(TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI):
|
|
1462
1432
|
COMPAT_ENGINES: typing.Any
|
|
1463
1433
|
bl_context: typing.Any
|
|
1464
1434
|
bl_label: typing.Any
|
|
1465
1435
|
bl_options: typing.Any
|
|
1436
|
+
bl_order: typing.Any
|
|
1466
1437
|
bl_region_type: typing.Any
|
|
1467
1438
|
bl_rna: typing.Any
|
|
1468
1439
|
bl_space_type: typing.Any
|
|
@@ -1686,18 +1657,17 @@ class TEXTURE_PT_colors(TextureButtonsPanel, TextureColorsPoll, bpy_types._Gener
|
|
|
1686
1657
|
"""
|
|
1687
1658
|
...
|
|
1688
1659
|
|
|
1689
|
-
class
|
|
1690
|
-
|
|
1660
|
+
class TEXTURE_PT_distortednoise(
|
|
1661
|
+
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
1691
1662
|
):
|
|
1692
1663
|
COMPAT_ENGINES: typing.Any
|
|
1693
1664
|
bl_context: typing.Any
|
|
1694
1665
|
bl_label: typing.Any
|
|
1695
|
-
bl_options: typing.Any
|
|
1696
|
-
bl_parent_id: typing.Any
|
|
1697
1666
|
bl_region_type: typing.Any
|
|
1698
1667
|
bl_rna: typing.Any
|
|
1699
1668
|
bl_space_type: typing.Any
|
|
1700
1669
|
id_data: typing.Any
|
|
1670
|
+
tex_type: typing.Any
|
|
1701
1671
|
|
|
1702
1672
|
def append(self, draw_func):
|
|
1703
1673
|
"""Append a draw function to this menu,
|
|
@@ -1738,13 +1708,6 @@ class TEXTURE_PT_colors_ramp(
|
|
|
1738
1708
|
"""
|
|
1739
1709
|
...
|
|
1740
1710
|
|
|
1741
|
-
def draw_header(self, context):
|
|
1742
|
-
"""
|
|
1743
|
-
|
|
1744
|
-
:param context:
|
|
1745
|
-
"""
|
|
1746
|
-
...
|
|
1747
|
-
|
|
1748
1711
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1749
1712
|
"""Adds driver(s) to the given property
|
|
1750
1713
|
|
|
@@ -1924,15 +1887,15 @@ class TEXTURE_PT_colors_ramp(
|
|
|
1924
1887
|
"""
|
|
1925
1888
|
...
|
|
1926
1889
|
|
|
1927
|
-
class
|
|
1890
|
+
class TEXTURE_PT_image(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
1928
1891
|
COMPAT_ENGINES: typing.Any
|
|
1929
1892
|
bl_context: typing.Any
|
|
1930
1893
|
bl_label: typing.Any
|
|
1931
|
-
bl_options: typing.Any
|
|
1932
1894
|
bl_region_type: typing.Any
|
|
1933
1895
|
bl_rna: typing.Any
|
|
1934
1896
|
bl_space_type: typing.Any
|
|
1935
1897
|
id_data: typing.Any
|
|
1898
|
+
tex_type: typing.Any
|
|
1936
1899
|
|
|
1937
1900
|
def append(self, draw_func):
|
|
1938
1901
|
"""Append a draw function to this menu,
|
|
@@ -1966,10 +1929,10 @@ class TEXTURE_PT_influence(TextureSlotPanel, TextureButtonsPanel, bpy_types._Gen
|
|
|
1966
1929
|
"""
|
|
1967
1930
|
...
|
|
1968
1931
|
|
|
1969
|
-
def draw(self,
|
|
1932
|
+
def draw(self, _context):
|
|
1970
1933
|
"""
|
|
1971
1934
|
|
|
1972
|
-
:param
|
|
1935
|
+
:param _context:
|
|
1973
1936
|
"""
|
|
1974
1937
|
...
|
|
1975
1938
|
|
|
@@ -2152,14 +2115,19 @@ class TEXTURE_PT_influence(TextureSlotPanel, TextureButtonsPanel, bpy_types._Gen
|
|
|
2152
2115
|
"""
|
|
2153
2116
|
...
|
|
2154
2117
|
|
|
2155
|
-
class
|
|
2118
|
+
class TEXTURE_PT_image_alpha(
|
|
2119
|
+
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2120
|
+
):
|
|
2156
2121
|
COMPAT_ENGINES: typing.Any
|
|
2157
2122
|
bl_context: typing.Any
|
|
2158
2123
|
bl_label: typing.Any
|
|
2124
|
+
bl_options: typing.Any
|
|
2125
|
+
bl_parent_id: typing.Any
|
|
2159
2126
|
bl_region_type: typing.Any
|
|
2160
2127
|
bl_rna: typing.Any
|
|
2161
2128
|
bl_space_type: typing.Any
|
|
2162
2129
|
id_data: typing.Any
|
|
2130
|
+
tex_type: typing.Any
|
|
2163
2131
|
|
|
2164
2132
|
def append(self, draw_func):
|
|
2165
2133
|
"""Append a draw function to this menu,
|
|
@@ -2200,6 +2168,13 @@ class TEXTURE_PT_mapping(TextureSlotPanel, TextureButtonsPanel, bpy_types._Gener
|
|
|
2200
2168
|
"""
|
|
2201
2169
|
...
|
|
2202
2170
|
|
|
2171
|
+
def draw_header(self, context):
|
|
2172
|
+
"""
|
|
2173
|
+
|
|
2174
|
+
:param context:
|
|
2175
|
+
"""
|
|
2176
|
+
...
|
|
2177
|
+
|
|
2203
2178
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2204
2179
|
"""Adds driver(s) to the given property
|
|
2205
2180
|
|
|
@@ -2379,10 +2354,14 @@ class TEXTURE_PT_mapping(TextureSlotPanel, TextureButtonsPanel, bpy_types._Gener
|
|
|
2379
2354
|
"""
|
|
2380
2355
|
...
|
|
2381
2356
|
|
|
2382
|
-
class
|
|
2357
|
+
class TEXTURE_PT_image_mapping(
|
|
2358
|
+
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2359
|
+
):
|
|
2383
2360
|
COMPAT_ENGINES: typing.Any
|
|
2384
2361
|
bl_context: typing.Any
|
|
2385
2362
|
bl_label: typing.Any
|
|
2363
|
+
bl_options: typing.Any
|
|
2364
|
+
bl_parent_id: typing.Any
|
|
2386
2365
|
bl_region_type: typing.Any
|
|
2387
2366
|
bl_rna: typing.Any
|
|
2388
2367
|
bl_space_type: typing.Any
|
|
@@ -2607,10 +2586,14 @@ class TEXTURE_PT_blend(TextureTypePanel, TextureButtonsPanel, bpy_types._Generic
|
|
|
2607
2586
|
"""
|
|
2608
2587
|
...
|
|
2609
2588
|
|
|
2610
|
-
class
|
|
2589
|
+
class TEXTURE_PT_image_mapping_crop(
|
|
2590
|
+
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2591
|
+
):
|
|
2611
2592
|
COMPAT_ENGINES: typing.Any
|
|
2612
2593
|
bl_context: typing.Any
|
|
2613
2594
|
bl_label: typing.Any
|
|
2595
|
+
bl_options: typing.Any
|
|
2596
|
+
bl_parent_id: typing.Any
|
|
2614
2597
|
bl_region_type: typing.Any
|
|
2615
2598
|
bl_rna: typing.Any
|
|
2616
2599
|
bl_space_type: typing.Any
|
|
@@ -2835,12 +2818,14 @@ class TEXTURE_PT_clouds(TextureTypePanel, TextureButtonsPanel, bpy_types._Generi
|
|
|
2835
2818
|
"""
|
|
2836
2819
|
...
|
|
2837
2820
|
|
|
2838
|
-
class
|
|
2821
|
+
class TEXTURE_PT_image_sampling(
|
|
2839
2822
|
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
2840
2823
|
):
|
|
2841
2824
|
COMPAT_ENGINES: typing.Any
|
|
2842
2825
|
bl_context: typing.Any
|
|
2843
2826
|
bl_label: typing.Any
|
|
2827
|
+
bl_options: typing.Any
|
|
2828
|
+
bl_parent_id: typing.Any
|
|
2844
2829
|
bl_region_type: typing.Any
|
|
2845
2830
|
bl_rna: typing.Any
|
|
2846
2831
|
bl_space_type: typing.Any
|
|
@@ -3065,10 +3050,13 @@ class TEXTURE_PT_distortednoise(
|
|
|
3065
3050
|
"""
|
|
3066
3051
|
...
|
|
3067
3052
|
|
|
3068
|
-
class
|
|
3053
|
+
class TEXTURE_PT_image_settings(
|
|
3054
|
+
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3055
|
+
):
|
|
3069
3056
|
COMPAT_ENGINES: typing.Any
|
|
3070
3057
|
bl_context: typing.Any
|
|
3071
3058
|
bl_label: typing.Any
|
|
3059
|
+
bl_parent_id: typing.Any
|
|
3072
3060
|
bl_region_type: typing.Any
|
|
3073
3061
|
bl_rna: typing.Any
|
|
3074
3062
|
bl_space_type: typing.Any
|
|
@@ -3107,10 +3095,10 @@ class TEXTURE_PT_image(TextureTypePanel, TextureButtonsPanel, bpy_types._Generic
|
|
|
3107
3095
|
"""
|
|
3108
3096
|
...
|
|
3109
3097
|
|
|
3110
|
-
def draw(self,
|
|
3098
|
+
def draw(self, context):
|
|
3111
3099
|
"""
|
|
3112
3100
|
|
|
3113
|
-
:param
|
|
3101
|
+
:param context:
|
|
3114
3102
|
"""
|
|
3115
3103
|
...
|
|
3116
3104
|
|
|
@@ -3293,19 +3281,15 @@ class TEXTURE_PT_image(TextureTypePanel, TextureButtonsPanel, bpy_types._Generic
|
|
|
3293
3281
|
"""
|
|
3294
3282
|
...
|
|
3295
3283
|
|
|
3296
|
-
class
|
|
3297
|
-
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3298
|
-
):
|
|
3284
|
+
class TEXTURE_PT_influence(TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
3299
3285
|
COMPAT_ENGINES: typing.Any
|
|
3300
3286
|
bl_context: typing.Any
|
|
3301
3287
|
bl_label: typing.Any
|
|
3302
3288
|
bl_options: typing.Any
|
|
3303
|
-
bl_parent_id: typing.Any
|
|
3304
3289
|
bl_region_type: typing.Any
|
|
3305
3290
|
bl_rna: typing.Any
|
|
3306
3291
|
bl_space_type: typing.Any
|
|
3307
3292
|
id_data: typing.Any
|
|
3308
|
-
tex_type: typing.Any
|
|
3309
3293
|
|
|
3310
3294
|
def append(self, draw_func):
|
|
3311
3295
|
"""Append a draw function to this menu,
|
|
@@ -3346,13 +3330,6 @@ class TEXTURE_PT_image_alpha(
|
|
|
3346
3330
|
"""
|
|
3347
3331
|
...
|
|
3348
3332
|
|
|
3349
|
-
def draw_header(self, context):
|
|
3350
|
-
"""
|
|
3351
|
-
|
|
3352
|
-
:param context:
|
|
3353
|
-
"""
|
|
3354
|
-
...
|
|
3355
|
-
|
|
3356
3333
|
def driver_add(self) -> bpy.types.FCurve:
|
|
3357
3334
|
"""Adds driver(s) to the given property
|
|
3358
3335
|
|
|
@@ -3532,14 +3509,10 @@ class TEXTURE_PT_image_alpha(
|
|
|
3532
3509
|
"""
|
|
3533
3510
|
...
|
|
3534
3511
|
|
|
3535
|
-
class
|
|
3536
|
-
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3537
|
-
):
|
|
3512
|
+
class TEXTURE_PT_magic(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
3538
3513
|
COMPAT_ENGINES: typing.Any
|
|
3539
3514
|
bl_context: typing.Any
|
|
3540
3515
|
bl_label: typing.Any
|
|
3541
|
-
bl_options: typing.Any
|
|
3542
|
-
bl_parent_id: typing.Any
|
|
3543
3516
|
bl_region_type: typing.Any
|
|
3544
3517
|
bl_rna: typing.Any
|
|
3545
3518
|
bl_space_type: typing.Any
|
|
@@ -3764,19 +3737,14 @@ class TEXTURE_PT_image_mapping(
|
|
|
3764
3737
|
"""
|
|
3765
3738
|
...
|
|
3766
3739
|
|
|
3767
|
-
class
|
|
3768
|
-
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
3769
|
-
):
|
|
3740
|
+
class TEXTURE_PT_mapping(TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
3770
3741
|
COMPAT_ENGINES: typing.Any
|
|
3771
3742
|
bl_context: typing.Any
|
|
3772
3743
|
bl_label: typing.Any
|
|
3773
|
-
bl_options: typing.Any
|
|
3774
|
-
bl_parent_id: typing.Any
|
|
3775
3744
|
bl_region_type: typing.Any
|
|
3776
3745
|
bl_rna: typing.Any
|
|
3777
3746
|
bl_space_type: typing.Any
|
|
3778
3747
|
id_data: typing.Any
|
|
3779
|
-
tex_type: typing.Any
|
|
3780
3748
|
|
|
3781
3749
|
def append(self, draw_func):
|
|
3782
3750
|
"""Append a draw function to this menu,
|
|
@@ -3996,14 +3964,10 @@ class TEXTURE_PT_image_mapping_crop(
|
|
|
3996
3964
|
"""
|
|
3997
3965
|
...
|
|
3998
3966
|
|
|
3999
|
-
class
|
|
4000
|
-
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
4001
|
-
):
|
|
3967
|
+
class TEXTURE_PT_marble(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
4002
3968
|
COMPAT_ENGINES: typing.Any
|
|
4003
3969
|
bl_context: typing.Any
|
|
4004
3970
|
bl_label: typing.Any
|
|
4005
|
-
bl_options: typing.Any
|
|
4006
|
-
bl_parent_id: typing.Any
|
|
4007
3971
|
bl_region_type: typing.Any
|
|
4008
3972
|
bl_rna: typing.Any
|
|
4009
3973
|
bl_space_type: typing.Any
|
|
@@ -4228,13 +4192,10 @@ class TEXTURE_PT_image_sampling(
|
|
|
4228
4192
|
"""
|
|
4229
4193
|
...
|
|
4230
4194
|
|
|
4231
|
-
class
|
|
4232
|
-
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
4233
|
-
):
|
|
4195
|
+
class TEXTURE_PT_musgrave(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
4234
4196
|
COMPAT_ENGINES: typing.Any
|
|
4235
4197
|
bl_context: typing.Any
|
|
4236
4198
|
bl_label: typing.Any
|
|
4237
|
-
bl_parent_id: typing.Any
|
|
4238
4199
|
bl_region_type: typing.Any
|
|
4239
4200
|
bl_rna: typing.Any
|
|
4240
4201
|
bl_space_type: typing.Any
|
|
@@ -4459,7 +4420,7 @@ class TEXTURE_PT_image_settings(
|
|
|
4459
4420
|
"""
|
|
4460
4421
|
...
|
|
4461
4422
|
|
|
4462
|
-
class
|
|
4423
|
+
class TEXTURE_PT_node(TextureButtonsPanel, bpy_types._GenericUI):
|
|
4463
4424
|
COMPAT_ENGINES: typing.Any
|
|
4464
4425
|
bl_context: typing.Any
|
|
4465
4426
|
bl_label: typing.Any
|
|
@@ -4467,7 +4428,6 @@ class TEXTURE_PT_magic(TextureTypePanel, TextureButtonsPanel, bpy_types._Generic
|
|
|
4467
4428
|
bl_rna: typing.Any
|
|
4468
4429
|
bl_space_type: typing.Any
|
|
4469
4430
|
id_data: typing.Any
|
|
4470
|
-
tex_type: typing.Any
|
|
4471
4431
|
|
|
4472
4432
|
def append(self, draw_func):
|
|
4473
4433
|
"""Append a draw function to this menu,
|
|
@@ -4687,7 +4647,7 @@ class TEXTURE_PT_magic(TextureTypePanel, TextureButtonsPanel, bpy_types._Generic
|
|
|
4687
4647
|
"""
|
|
4688
4648
|
...
|
|
4689
4649
|
|
|
4690
|
-
class
|
|
4650
|
+
class TEXTURE_PT_preview(TextureButtonsPanel, bpy_types._GenericUI):
|
|
4691
4651
|
COMPAT_ENGINES: typing.Any
|
|
4692
4652
|
bl_context: typing.Any
|
|
4693
4653
|
bl_label: typing.Any
|
|
@@ -4695,7 +4655,6 @@ class TEXTURE_PT_marble(TextureTypePanel, TextureButtonsPanel, bpy_types._Generi
|
|
|
4695
4655
|
bl_rna: typing.Any
|
|
4696
4656
|
bl_space_type: typing.Any
|
|
4697
4657
|
id_data: typing.Any
|
|
4698
|
-
tex_type: typing.Any
|
|
4699
4658
|
|
|
4700
4659
|
def append(self, draw_func):
|
|
4701
4660
|
"""Append a draw function to this menu,
|
|
@@ -4915,7 +4874,7 @@ class TEXTURE_PT_marble(TextureTypePanel, TextureButtonsPanel, bpy_types._Generi
|
|
|
4915
4874
|
"""
|
|
4916
4875
|
...
|
|
4917
4876
|
|
|
4918
|
-
class
|
|
4877
|
+
class TEXTURE_PT_stucci(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
4919
4878
|
COMPAT_ENGINES: typing.Any
|
|
4920
4879
|
bl_context: typing.Any
|
|
4921
4880
|
bl_label: typing.Any
|
|
@@ -5143,7 +5102,7 @@ class TEXTURE_PT_musgrave(TextureTypePanel, TextureButtonsPanel, bpy_types._Gene
|
|
|
5143
5102
|
"""
|
|
5144
5103
|
...
|
|
5145
5104
|
|
|
5146
|
-
class
|
|
5105
|
+
class TEXTURE_PT_voronoi(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
5147
5106
|
COMPAT_ENGINES: typing.Any
|
|
5148
5107
|
bl_context: typing.Any
|
|
5149
5108
|
bl_label: typing.Any
|
|
@@ -5371,10 +5330,13 @@ class TEXTURE_PT_stucci(TextureTypePanel, TextureButtonsPanel, bpy_types._Generi
|
|
|
5371
5330
|
"""
|
|
5372
5331
|
...
|
|
5373
5332
|
|
|
5374
|
-
class
|
|
5333
|
+
class TEXTURE_PT_voronoi_feature_weights(
|
|
5334
|
+
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
5335
|
+
):
|
|
5375
5336
|
COMPAT_ENGINES: typing.Any
|
|
5376
5337
|
bl_context: typing.Any
|
|
5377
5338
|
bl_label: typing.Any
|
|
5339
|
+
bl_parent_id: typing.Any
|
|
5378
5340
|
bl_region_type: typing.Any
|
|
5379
5341
|
bl_rna: typing.Any
|
|
5380
5342
|
bl_space_type: typing.Any
|
|
@@ -5599,13 +5561,10 @@ class TEXTURE_PT_voronoi(TextureTypePanel, TextureButtonsPanel, bpy_types._Gener
|
|
|
5599
5561
|
"""
|
|
5600
5562
|
...
|
|
5601
5563
|
|
|
5602
|
-
class
|
|
5603
|
-
TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
|
|
5604
|
-
):
|
|
5564
|
+
class TEXTURE_PT_wood(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
|
|
5605
5565
|
COMPAT_ENGINES: typing.Any
|
|
5606
5566
|
bl_context: typing.Any
|
|
5607
5567
|
bl_label: typing.Any
|
|
5608
|
-
bl_parent_id: typing.Any
|
|
5609
5568
|
bl_region_type: typing.Any
|
|
5610
5569
|
bl_rna: typing.Any
|
|
5611
5570
|
bl_space_type: typing.Any
|
|
@@ -5830,15 +5789,9 @@ class TEXTURE_PT_voronoi_feature_weights(
|
|
|
5830
5789
|
"""
|
|
5831
5790
|
...
|
|
5832
5791
|
|
|
5833
|
-
class
|
|
5834
|
-
COMPAT_ENGINES: typing.Any
|
|
5835
|
-
bl_context: typing.Any
|
|
5836
|
-
bl_label: typing.Any
|
|
5837
|
-
bl_region_type: typing.Any
|
|
5792
|
+
class TEXTURE_UL_texslots(bpy_types._GenericUI):
|
|
5838
5793
|
bl_rna: typing.Any
|
|
5839
|
-
bl_space_type: typing.Any
|
|
5840
5794
|
id_data: typing.Any
|
|
5841
|
-
tex_type: typing.Any
|
|
5842
5795
|
|
|
5843
5796
|
def append(self, draw_func):
|
|
5844
5797
|
"""Append a draw function to this menu,
|
|
@@ -5872,10 +5825,27 @@ class TEXTURE_PT_wood(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericU
|
|
|
5872
5825
|
"""
|
|
5873
5826
|
...
|
|
5874
5827
|
|
|
5875
|
-
def
|
|
5828
|
+
def draw_item(
|
|
5829
|
+
self,
|
|
5830
|
+
_context,
|
|
5831
|
+
layout,
|
|
5832
|
+
_data,
|
|
5833
|
+
item,
|
|
5834
|
+
icon,
|
|
5835
|
+
_active_data,
|
|
5836
|
+
_active_propname,
|
|
5837
|
+
_index,
|
|
5838
|
+
):
|
|
5876
5839
|
"""
|
|
5877
5840
|
|
|
5878
|
-
:param
|
|
5841
|
+
:param _context:
|
|
5842
|
+
:param layout:
|
|
5843
|
+
:param _data:
|
|
5844
|
+
:param item:
|
|
5845
|
+
:param icon:
|
|
5846
|
+
:param _active_data:
|
|
5847
|
+
:param _active_propname:
|
|
5848
|
+
:param _index:
|
|
5879
5849
|
"""
|
|
5880
5850
|
...
|
|
5881
5851
|
|
|
@@ -6001,13 +5971,6 @@ class TEXTURE_PT_wood(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericU
|
|
|
6001
5971
|
"""Returns the property from the path, raise an exception when not found."""
|
|
6002
5972
|
...
|
|
6003
5973
|
|
|
6004
|
-
def poll(self, context):
|
|
6005
|
-
"""
|
|
6006
|
-
|
|
6007
|
-
:param context:
|
|
6008
|
-
"""
|
|
6009
|
-
...
|
|
6010
|
-
|
|
6011
5974
|
def pop(self):
|
|
6012
5975
|
"""Remove and return the value of the custom property assigned to key or default
|
|
6013
5976
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -6058,5 +6021,43 @@ class TEXTURE_PT_wood(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericU
|
|
|
6058
6021
|
"""
|
|
6059
6022
|
...
|
|
6060
6023
|
|
|
6024
|
+
class TextureButtonsPanel:
|
|
6025
|
+
bl_context: typing.Any
|
|
6026
|
+
bl_region_type: typing.Any
|
|
6027
|
+
bl_space_type: typing.Any
|
|
6028
|
+
|
|
6029
|
+
class TextureColorsPoll:
|
|
6030
|
+
def poll(self, context):
|
|
6031
|
+
"""
|
|
6032
|
+
|
|
6033
|
+
:param context:
|
|
6034
|
+
"""
|
|
6035
|
+
...
|
|
6036
|
+
|
|
6037
|
+
class TextureSlotPanel(TextureButtonsPanel):
|
|
6038
|
+
COMPAT_ENGINES: typing.Any
|
|
6039
|
+
bl_context: typing.Any
|
|
6040
|
+
bl_region_type: typing.Any
|
|
6041
|
+
bl_space_type: typing.Any
|
|
6042
|
+
|
|
6043
|
+
def poll(self, context):
|
|
6044
|
+
"""
|
|
6045
|
+
|
|
6046
|
+
:param context:
|
|
6047
|
+
"""
|
|
6048
|
+
...
|
|
6049
|
+
|
|
6050
|
+
class TextureTypePanel(TextureButtonsPanel):
|
|
6051
|
+
bl_context: typing.Any
|
|
6052
|
+
bl_region_type: typing.Any
|
|
6053
|
+
bl_space_type: typing.Any
|
|
6054
|
+
|
|
6055
|
+
def poll(self, context):
|
|
6056
|
+
"""
|
|
6057
|
+
|
|
6058
|
+
:param context:
|
|
6059
|
+
"""
|
|
6060
|
+
...
|
|
6061
|
+
|
|
6061
6062
|
def context_tex_datablock(context): ...
|
|
6062
6063
|
def texture_filter_common(tex, layout): ...
|