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
|
|
@@ -277,27 +278,11 @@ class VIEWLAYER_MT_lightgroup_sync(bpy_types._GenericUI):
|
|
|
277
278
|
"""
|
|
278
279
|
...
|
|
279
280
|
|
|
280
|
-
class ViewLayerButtonsPanel:
|
|
281
|
-
|
|
282
|
-
bl_region_type: typing.Any
|
|
283
|
-
bl_space_type: typing.Any
|
|
284
|
-
|
|
285
|
-
def poll(self, context):
|
|
286
|
-
"""
|
|
287
|
-
|
|
288
|
-
:param context:
|
|
289
|
-
"""
|
|
290
|
-
...
|
|
291
|
-
|
|
292
|
-
class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, bpy_types._GenericUI):
|
|
293
|
-
"""The subclass should have its own poll function
|
|
294
|
-
and the variable '_context_path' MUST be set.
|
|
295
|
-
"""
|
|
296
|
-
|
|
281
|
+
class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
282
|
+
COMPAT_ENGINES: typing.Any
|
|
297
283
|
bl_context: typing.Any
|
|
298
284
|
bl_label: typing.Any
|
|
299
|
-
|
|
300
|
-
bl_order: typing.Any
|
|
285
|
+
bl_parent_id: typing.Any
|
|
301
286
|
bl_region_type: typing.Any
|
|
302
287
|
bl_rna: typing.Any
|
|
303
288
|
bl_space_type: typing.Any
|
|
@@ -521,8 +506,16 @@ class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, bpy_types._Gene
|
|
|
521
506
|
"""
|
|
522
507
|
...
|
|
523
508
|
|
|
524
|
-
class
|
|
509
|
+
class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
510
|
+
ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
511
|
+
):
|
|
512
|
+
COMPAT_ENGINES: typing.Any
|
|
513
|
+
bl_context: typing.Any
|
|
514
|
+
bl_label: typing.Any
|
|
515
|
+
bl_parent_id: typing.Any
|
|
516
|
+
bl_region_type: typing.Any
|
|
525
517
|
bl_rna: typing.Any
|
|
518
|
+
bl_space_type: typing.Any
|
|
526
519
|
id_data: typing.Any
|
|
527
520
|
|
|
528
521
|
def append(self, draw_func):
|
|
@@ -557,18 +550,10 @@ class VIEWLAYER_UL_aov(bpy_types._GenericUI):
|
|
|
557
550
|
"""
|
|
558
551
|
...
|
|
559
552
|
|
|
560
|
-
def
|
|
561
|
-
self, _context, layout, _data, item, icon, _active_data, _active_propname
|
|
562
|
-
):
|
|
553
|
+
def draw(self, context):
|
|
563
554
|
"""
|
|
564
555
|
|
|
565
|
-
:param
|
|
566
|
-
:param layout:
|
|
567
|
-
:param _data:
|
|
568
|
-
:param item:
|
|
569
|
-
:param icon:
|
|
570
|
-
:param _active_data:
|
|
571
|
-
:param _active_propname:
|
|
556
|
+
:param context:
|
|
572
557
|
"""
|
|
573
558
|
...
|
|
574
559
|
|
|
@@ -694,6 +679,13 @@ class VIEWLAYER_UL_aov(bpy_types._GenericUI):
|
|
|
694
679
|
"""Returns the property from the path, raise an exception when not found."""
|
|
695
680
|
...
|
|
696
681
|
|
|
682
|
+
def poll(self, context):
|
|
683
|
+
"""
|
|
684
|
+
|
|
685
|
+
:param context:
|
|
686
|
+
"""
|
|
687
|
+
...
|
|
688
|
+
|
|
697
689
|
def pop(self):
|
|
698
690
|
"""Remove and return the value of the custom property assigned to key or default
|
|
699
691
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -744,7 +736,9 @@ class VIEWLAYER_UL_aov(bpy_types._GenericUI):
|
|
|
744
736
|
"""
|
|
745
737
|
...
|
|
746
738
|
|
|
747
|
-
class
|
|
739
|
+
class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
740
|
+
ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
741
|
+
):
|
|
748
742
|
COMPAT_ENGINES: typing.Any
|
|
749
743
|
bl_context: typing.Any
|
|
750
744
|
bl_label: typing.Any
|
|
@@ -972,7 +966,7 @@ class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, bpy_types._Gen
|
|
|
972
966
|
"""
|
|
973
967
|
...
|
|
974
968
|
|
|
975
|
-
class
|
|
969
|
+
class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
976
970
|
ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
977
971
|
):
|
|
978
972
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1202,7 +1196,7 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
|
1202
1196
|
"""
|
|
1203
1197
|
...
|
|
1204
1198
|
|
|
1205
|
-
class
|
|
1199
|
+
class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
1206
1200
|
ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1207
1201
|
):
|
|
1208
1202
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1432,13 +1426,11 @@ class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
|
1432
1426
|
"""
|
|
1433
1427
|
...
|
|
1434
1428
|
|
|
1435
|
-
class
|
|
1436
|
-
ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1437
|
-
):
|
|
1429
|
+
class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
1438
1430
|
COMPAT_ENGINES: typing.Any
|
|
1439
1431
|
bl_context: typing.Any
|
|
1440
1432
|
bl_label: typing.Any
|
|
1441
|
-
|
|
1433
|
+
bl_options: typing.Any
|
|
1442
1434
|
bl_region_type: typing.Any
|
|
1443
1435
|
bl_rna: typing.Any
|
|
1444
1436
|
bl_space_type: typing.Any
|
|
@@ -1662,13 +1654,10 @@ class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
|
1662
1654
|
"""
|
|
1663
1655
|
...
|
|
1664
1656
|
|
|
1665
|
-
class
|
|
1666
|
-
ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1667
|
-
):
|
|
1657
|
+
class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
1668
1658
|
COMPAT_ENGINES: typing.Any
|
|
1669
1659
|
bl_context: typing.Any
|
|
1670
1660
|
bl_label: typing.Any
|
|
1671
|
-
bl_parent_id: typing.Any
|
|
1672
1661
|
bl_region_type: typing.Any
|
|
1673
1662
|
bl_rna: typing.Any
|
|
1674
1663
|
bl_space_type: typing.Any
|
|
@@ -1892,11 +1881,15 @@ class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
|
1892
1881
|
"""
|
|
1893
1882
|
...
|
|
1894
1883
|
|
|
1895
|
-
class
|
|
1896
|
-
|
|
1884
|
+
class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, bpy_types._GenericUI):
|
|
1885
|
+
"""The subclass should have its own poll function
|
|
1886
|
+
and the variable '_context_path' MUST be set.
|
|
1887
|
+
"""
|
|
1888
|
+
|
|
1897
1889
|
bl_context: typing.Any
|
|
1898
1890
|
bl_label: typing.Any
|
|
1899
1891
|
bl_options: typing.Any
|
|
1892
|
+
bl_order: typing.Any
|
|
1900
1893
|
bl_region_type: typing.Any
|
|
1901
1894
|
bl_rna: typing.Any
|
|
1902
1895
|
bl_space_type: typing.Any
|
|
@@ -2120,7 +2113,7 @@ class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
|
2120
2113
|
"""
|
|
2121
2114
|
...
|
|
2122
2115
|
|
|
2123
|
-
class
|
|
2116
|
+
class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
2124
2117
|
COMPAT_ENGINES: typing.Any
|
|
2125
2118
|
bl_context: typing.Any
|
|
2126
2119
|
bl_label: typing.Any
|
|
@@ -2347,10 +2340,13 @@ class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
|
2347
2340
|
"""
|
|
2348
2341
|
...
|
|
2349
2342
|
|
|
2350
|
-
class
|
|
2343
|
+
class VIEWLAYER_PT_layer_passes_aov(
|
|
2344
|
+
ViewLayerAOVPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2345
|
+
):
|
|
2351
2346
|
COMPAT_ENGINES: typing.Any
|
|
2352
2347
|
bl_context: typing.Any
|
|
2353
2348
|
bl_label: typing.Any
|
|
2349
|
+
bl_parent_id: typing.Any
|
|
2354
2350
|
bl_region_type: typing.Any
|
|
2355
2351
|
bl_rna: typing.Any
|
|
2356
2352
|
bl_space_type: typing.Any
|
|
@@ -2574,8 +2570,8 @@ class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
|
2574
2570
|
"""
|
|
2575
2571
|
...
|
|
2576
2572
|
|
|
2577
|
-
class
|
|
2578
|
-
ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2573
|
+
class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
2574
|
+
ViewLayerCryptomattePanel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2579
2575
|
):
|
|
2580
2576
|
COMPAT_ENGINES: typing.Any
|
|
2581
2577
|
bl_context: typing.Any
|
|
@@ -2804,9 +2800,13 @@ class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
|
2804
2800
|
"""
|
|
2805
2801
|
...
|
|
2806
2802
|
|
|
2807
|
-
class
|
|
2803
|
+
class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
2804
|
+
ViewLayerLightgroupsPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2805
|
+
):
|
|
2806
|
+
COMPAT_ENGINES: typing.Any
|
|
2808
2807
|
bl_context: typing.Any
|
|
2809
2808
|
bl_label: typing.Any
|
|
2809
|
+
bl_parent_id: typing.Any
|
|
2810
2810
|
bl_region_type: typing.Any
|
|
2811
2811
|
bl_rna: typing.Any
|
|
2812
2812
|
bl_space_type: typing.Any
|
|
@@ -3030,9 +3030,13 @@ class ViewLayerAOVPanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
|
3030
3030
|
"""
|
|
3031
3031
|
...
|
|
3032
3032
|
|
|
3033
|
-
class
|
|
3033
|
+
class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
3034
|
+
ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
3035
|
+
):
|
|
3036
|
+
COMPAT_ENGINES: typing.Any
|
|
3034
3037
|
bl_context: typing.Any
|
|
3035
3038
|
bl_label: typing.Any
|
|
3039
|
+
bl_parent_id: typing.Any
|
|
3036
3040
|
bl_region_type: typing.Any
|
|
3037
3041
|
bl_rna: typing.Any
|
|
3038
3042
|
bl_space_type: typing.Any
|
|
@@ -3256,12 +3260,8 @@ class ViewLayerCryptomattePanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
|
3256
3260
|
"""
|
|
3257
3261
|
...
|
|
3258
3262
|
|
|
3259
|
-
class
|
|
3260
|
-
bl_context: typing.Any
|
|
3261
|
-
bl_label: typing.Any
|
|
3262
|
-
bl_region_type: typing.Any
|
|
3263
|
+
class VIEWLAYER_UL_aov(bpy_types._GenericUI):
|
|
3263
3264
|
bl_rna: typing.Any
|
|
3264
|
-
bl_space_type: typing.Any
|
|
3265
3265
|
id_data: typing.Any
|
|
3266
3266
|
|
|
3267
3267
|
def append(self, draw_func):
|
|
@@ -3296,10 +3296,18 @@ class ViewLayerLightgroupsPanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
|
3296
3296
|
"""
|
|
3297
3297
|
...
|
|
3298
3298
|
|
|
3299
|
-
def
|
|
3299
|
+
def draw_item(
|
|
3300
|
+
self, _context, layout, _data, item, icon, _active_data, _active_propname
|
|
3301
|
+
):
|
|
3300
3302
|
"""
|
|
3301
3303
|
|
|
3302
|
-
:param
|
|
3304
|
+
:param _context:
|
|
3305
|
+
:param layout:
|
|
3306
|
+
:param _data:
|
|
3307
|
+
:param item:
|
|
3308
|
+
:param icon:
|
|
3309
|
+
:param _active_data:
|
|
3310
|
+
:param _active_propname:
|
|
3303
3311
|
"""
|
|
3304
3312
|
...
|
|
3305
3313
|
|
|
@@ -3425,13 +3433,6 @@ class ViewLayerLightgroupsPanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
|
3425
3433
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3426
3434
|
...
|
|
3427
3435
|
|
|
3428
|
-
def poll(self, context):
|
|
3429
|
-
"""
|
|
3430
|
-
|
|
3431
|
-
:param context:
|
|
3432
|
-
"""
|
|
3433
|
-
...
|
|
3434
|
-
|
|
3435
3436
|
def pop(self):
|
|
3436
3437
|
"""Remove and return the value of the custom property assigned to key or default
|
|
3437
3438
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -3482,13 +3483,9 @@ class ViewLayerLightgroupsPanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
|
3482
3483
|
"""
|
|
3483
3484
|
...
|
|
3484
3485
|
|
|
3485
|
-
class
|
|
3486
|
-
ViewLayerAOVPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
3487
|
-
):
|
|
3488
|
-
COMPAT_ENGINES: typing.Any
|
|
3486
|
+
class ViewLayerAOVPanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
3489
3487
|
bl_context: typing.Any
|
|
3490
3488
|
bl_label: typing.Any
|
|
3491
|
-
bl_parent_id: typing.Any
|
|
3492
3489
|
bl_region_type: typing.Any
|
|
3493
3490
|
bl_rna: typing.Any
|
|
3494
3491
|
bl_space_type: typing.Any
|
|
@@ -3712,13 +3709,21 @@ class VIEWLAYER_PT_layer_passes_aov(
|
|
|
3712
3709
|
"""
|
|
3713
3710
|
...
|
|
3714
3711
|
|
|
3715
|
-
class
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3712
|
+
class ViewLayerButtonsPanel:
|
|
3713
|
+
bl_context: typing.Any
|
|
3714
|
+
bl_region_type: typing.Any
|
|
3715
|
+
bl_space_type: typing.Any
|
|
3716
|
+
|
|
3717
|
+
def poll(self, context):
|
|
3718
|
+
"""
|
|
3719
|
+
|
|
3720
|
+
:param context:
|
|
3721
|
+
"""
|
|
3722
|
+
...
|
|
3723
|
+
|
|
3724
|
+
class ViewLayerCryptomattePanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
3719
3725
|
bl_context: typing.Any
|
|
3720
3726
|
bl_label: typing.Any
|
|
3721
|
-
bl_parent_id: typing.Any
|
|
3722
3727
|
bl_region_type: typing.Any
|
|
3723
3728
|
bl_rna: typing.Any
|
|
3724
3729
|
bl_space_type: typing.Any
|
|
@@ -3942,13 +3947,9 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
|
3942
3947
|
"""
|
|
3943
3948
|
...
|
|
3944
3949
|
|
|
3945
|
-
class
|
|
3946
|
-
ViewLayerLightgroupsPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
3947
|
-
):
|
|
3948
|
-
COMPAT_ENGINES: typing.Any
|
|
3950
|
+
class ViewLayerLightgroupsPanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
3949
3951
|
bl_context: typing.Any
|
|
3950
3952
|
bl_label: typing.Any
|
|
3951
|
-
bl_parent_id: typing.Any
|
|
3952
3953
|
bl_region_type: typing.Any
|
|
3953
3954
|
bl_rna: typing.Any
|
|
3954
3955
|
bl_space_type: typing.Any
|
|
@@ -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
|
|
@@ -7,14 +8,16 @@ import rna_prop_ui
|
|
|
7
8
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
10
|
|
|
10
|
-
class WorkSpaceButtonsPanel:
|
|
11
|
+
class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
12
|
+
addon_map: typing.Any
|
|
11
13
|
bl_category: typing.Any
|
|
14
|
+
bl_label: typing.Any
|
|
15
|
+
bl_parent_id: typing.Any
|
|
12
16
|
bl_region_type: typing.Any
|
|
13
|
-
bl_space_type: typing.Any
|
|
14
|
-
|
|
15
|
-
class WORKSPACE_UL_addons_items(bpy_types._GenericUI):
|
|
16
17
|
bl_rna: typing.Any
|
|
18
|
+
bl_space_type: typing.Any
|
|
17
19
|
id_data: typing.Any
|
|
20
|
+
owner_ids: typing.Any
|
|
18
21
|
|
|
19
22
|
def append(self, draw_func):
|
|
20
23
|
"""Append a draw function to this menu,
|
|
@@ -48,27 +51,17 @@ class WORKSPACE_UL_addons_items(bpy_types._GenericUI):
|
|
|
48
51
|
"""
|
|
49
52
|
...
|
|
50
53
|
|
|
51
|
-
def
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
_active_propname,
|
|
60
|
-
_index,
|
|
61
|
-
):
|
|
54
|
+
def draw(self, context):
|
|
55
|
+
"""
|
|
56
|
+
|
|
57
|
+
:param context:
|
|
58
|
+
"""
|
|
59
|
+
...
|
|
60
|
+
|
|
61
|
+
def draw_header(self, context):
|
|
62
62
|
"""
|
|
63
63
|
|
|
64
64
|
:param context:
|
|
65
|
-
:param layout:
|
|
66
|
-
:param _data:
|
|
67
|
-
:param addon:
|
|
68
|
-
:param icon:
|
|
69
|
-
:param _active_data:
|
|
70
|
-
:param _active_propname:
|
|
71
|
-
:param _index:
|
|
72
65
|
"""
|
|
73
66
|
...
|
|
74
67
|
|
|
@@ -88,15 +81,6 @@ class WORKSPACE_UL_addons_items(bpy_types._GenericUI):
|
|
|
88
81
|
"""
|
|
89
82
|
...
|
|
90
83
|
|
|
91
|
-
def filter_items(self, _context, data, property):
|
|
92
|
-
"""
|
|
93
|
-
|
|
94
|
-
:param _context:
|
|
95
|
-
:param data:
|
|
96
|
-
:param property:
|
|
97
|
-
"""
|
|
98
|
-
...
|
|
99
|
-
|
|
100
84
|
def get(self):
|
|
101
85
|
"""Returns the value of the custom property assigned to key or default
|
|
102
86
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -253,16 +237,22 @@ class WORKSPACE_UL_addons_items(bpy_types._GenericUI):
|
|
|
253
237
|
"""
|
|
254
238
|
...
|
|
255
239
|
|
|
256
|
-
class
|
|
257
|
-
|
|
240
|
+
class WORKSPACE_PT_custom_props(
|
|
241
|
+
WorkSpaceButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
242
|
+
):
|
|
243
|
+
"""The subclass should have its own poll function
|
|
244
|
+
and the variable '_context_path' MUST be set.
|
|
245
|
+
"""
|
|
246
|
+
|
|
258
247
|
bl_category: typing.Any
|
|
259
248
|
bl_label: typing.Any
|
|
249
|
+
bl_options: typing.Any
|
|
250
|
+
bl_order: typing.Any
|
|
260
251
|
bl_parent_id: typing.Any
|
|
261
252
|
bl_region_type: typing.Any
|
|
262
253
|
bl_rna: typing.Any
|
|
263
254
|
bl_space_type: typing.Any
|
|
264
255
|
id_data: typing.Any
|
|
265
|
-
owner_ids: typing.Any
|
|
266
256
|
|
|
267
257
|
def append(self, draw_func):
|
|
268
258
|
"""Append a draw function to this menu,
|
|
@@ -303,13 +293,6 @@ class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
|
303
293
|
"""
|
|
304
294
|
...
|
|
305
295
|
|
|
306
|
-
def draw_header(self, context):
|
|
307
|
-
"""
|
|
308
|
-
|
|
309
|
-
:param context:
|
|
310
|
-
"""
|
|
311
|
-
...
|
|
312
|
-
|
|
313
296
|
def driver_add(self) -> bpy.types.FCurve:
|
|
314
297
|
"""Adds driver(s) to the given property
|
|
315
298
|
|
|
@@ -432,6 +415,13 @@ class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
|
432
415
|
"""Returns the property from the path, raise an exception when not found."""
|
|
433
416
|
...
|
|
434
417
|
|
|
418
|
+
def poll(self, context):
|
|
419
|
+
"""
|
|
420
|
+
|
|
421
|
+
:param context:
|
|
422
|
+
"""
|
|
423
|
+
...
|
|
424
|
+
|
|
435
425
|
def pop(self):
|
|
436
426
|
"""Remove and return the value of the custom property assigned to key or default
|
|
437
427
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -482,18 +472,10 @@ class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
|
482
472
|
"""
|
|
483
473
|
...
|
|
484
474
|
|
|
485
|
-
class
|
|
486
|
-
WorkSpaceButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
487
|
-
):
|
|
488
|
-
"""The subclass should have its own poll function
|
|
489
|
-
and the variable '_context_path' MUST be set.
|
|
490
|
-
"""
|
|
491
|
-
|
|
475
|
+
class WORKSPACE_PT_main(WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
492
476
|
bl_category: typing.Any
|
|
493
477
|
bl_label: typing.Any
|
|
494
478
|
bl_options: typing.Any
|
|
495
|
-
bl_order: typing.Any
|
|
496
|
-
bl_parent_id: typing.Any
|
|
497
479
|
bl_region_type: typing.Any
|
|
498
480
|
bl_rna: typing.Any
|
|
499
481
|
bl_space_type: typing.Any
|
|
@@ -660,13 +642,6 @@ class WORKSPACE_PT_custom_props(
|
|
|
660
642
|
"""Returns the property from the path, raise an exception when not found."""
|
|
661
643
|
...
|
|
662
644
|
|
|
663
|
-
def poll(self, context):
|
|
664
|
-
"""
|
|
665
|
-
|
|
666
|
-
:param context:
|
|
667
|
-
"""
|
|
668
|
-
...
|
|
669
|
-
|
|
670
645
|
def pop(self):
|
|
671
646
|
"""Remove and return the value of the custom property assigned to key or default
|
|
672
647
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -717,13 +692,8 @@ class WORKSPACE_PT_custom_props(
|
|
|
717
692
|
"""
|
|
718
693
|
...
|
|
719
694
|
|
|
720
|
-
class
|
|
721
|
-
bl_category: typing.Any
|
|
722
|
-
bl_label: typing.Any
|
|
723
|
-
bl_options: typing.Any
|
|
724
|
-
bl_region_type: typing.Any
|
|
695
|
+
class WORKSPACE_UL_addons_items(bpy_types._GenericUI):
|
|
725
696
|
bl_rna: typing.Any
|
|
726
|
-
bl_space_type: typing.Any
|
|
727
697
|
id_data: typing.Any
|
|
728
698
|
|
|
729
699
|
def append(self, draw_func):
|
|
@@ -758,10 +728,27 @@ class WORKSPACE_PT_main(WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
|
758
728
|
"""
|
|
759
729
|
...
|
|
760
730
|
|
|
761
|
-
def
|
|
731
|
+
def draw_item(
|
|
732
|
+
self,
|
|
733
|
+
context,
|
|
734
|
+
layout,
|
|
735
|
+
_data,
|
|
736
|
+
addon,
|
|
737
|
+
icon,
|
|
738
|
+
_active_data,
|
|
739
|
+
_active_propname,
|
|
740
|
+
_index,
|
|
741
|
+
):
|
|
762
742
|
"""
|
|
763
743
|
|
|
764
744
|
:param context:
|
|
745
|
+
:param layout:
|
|
746
|
+
:param _data:
|
|
747
|
+
:param addon:
|
|
748
|
+
:param icon:
|
|
749
|
+
:param _active_data:
|
|
750
|
+
:param _active_propname:
|
|
751
|
+
:param _index:
|
|
765
752
|
"""
|
|
766
753
|
...
|
|
767
754
|
|
|
@@ -781,6 +768,15 @@ class WORKSPACE_PT_main(WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
|
781
768
|
"""
|
|
782
769
|
...
|
|
783
770
|
|
|
771
|
+
def filter_items(self, _context, data, property):
|
|
772
|
+
"""
|
|
773
|
+
|
|
774
|
+
:param _context:
|
|
775
|
+
:param data:
|
|
776
|
+
:param property:
|
|
777
|
+
"""
|
|
778
|
+
...
|
|
779
|
+
|
|
784
780
|
def get(self):
|
|
785
781
|
"""Returns the value of the custom property assigned to key or default
|
|
786
782
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -936,3 +932,8 @@ class WORKSPACE_PT_main(WorkSpaceButtonsPanel, bpy_types._GenericUI):
|
|
|
936
932
|
:return: custom property values.
|
|
937
933
|
"""
|
|
938
934
|
...
|
|
935
|
+
|
|
936
|
+
class WorkSpaceButtonsPanel:
|
|
937
|
+
bl_category: typing.Any
|
|
938
|
+
bl_region_type: typing.Any
|
|
939
|
+
bl_space_type: typing.Any
|
|
@@ -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
|
|
@@ -7,18 +8,6 @@ import rna_prop_ui
|
|
|
7
8
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
10
|
|
|
10
|
-
class WorldButtonsPanel:
|
|
11
|
-
bl_context: typing.Any
|
|
12
|
-
bl_region_type: typing.Any
|
|
13
|
-
bl_space_type: typing.Any
|
|
14
|
-
|
|
15
|
-
def poll(self, context):
|
|
16
|
-
"""
|
|
17
|
-
|
|
18
|
-
:param context:
|
|
19
|
-
"""
|
|
20
|
-
...
|
|
21
|
-
|
|
22
11
|
class EEVEE_WORLD_PT_lightprobe(WorldButtonsPanel, bpy_types._GenericUI):
|
|
23
12
|
COMPAT_ENGINES: typing.Any
|
|
24
13
|
bl_context: typing.Any
|
|
@@ -2313,3 +2302,15 @@ class WORLD_PT_viewport_display(WorldButtonsPanel, bpy_types._GenericUI):
|
|
|
2313
2302
|
:return: custom property values.
|
|
2314
2303
|
"""
|
|
2315
2304
|
...
|
|
2305
|
+
|
|
2306
|
+
class WorldButtonsPanel:
|
|
2307
|
+
bl_context: typing.Any
|
|
2308
|
+
bl_region_type: typing.Any
|
|
2309
|
+
bl_space_type: typing.Any
|
|
2310
|
+
|
|
2311
|
+
def poll(self, context):
|
|
2312
|
+
"""
|
|
2313
|
+
|
|
2314
|
+
:param context:
|
|
2315
|
+
"""
|
|
2316
|
+
...
|