fake-bge-module 20250317__py3-none-any.whl → 20260201__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.
- {animsys_refactor → _animsys_refactor}/__init__.pyi +7 -6
- {bl_console_utils → _bl_console_utils}/__init__.pyi +1 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +1 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +1 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +1 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +3 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +1 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +2 -0
- _bl_i18n_utils/bl_extract_messages/__init__.pyi +28 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +2 -1
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +10 -7
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +53 -50
- _bl_i18n_utils/utils_cli/__init__.pyi +11 -0
- _bl_i18n_utils/utils_languages_menu/__init__.pyi +6 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +3 -2
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +1 -0
- _bl_previews_utils/bl_previews_render/__init__.pyi +14 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +1 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +3 -2
- {bl_text_utils → _bl_text_utils}/__init__.pyi +1 -0
- _bl_text_utils/external_editor/__init__.pyi +6 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +2 -1
- _blendfile_header/__init__.pyi +48 -0
- _bpy_internal/__init__.pyi +5 -1
- _bpy_internal/addons/__init__.pyi +1 -0
- _bpy_internal/addons/cli/__init__.pyi +2 -1
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +8 -7
- _bpy_internal/extensions/stale_file_manager/__init__.pyi +9 -8
- _bpy_internal/extensions/wheel_manager/__init__.pyi +6 -5
- {bl_i18n_utils/utils_languages_menu → _bpy_internal/filesystem}/__init__.pyi +2 -2
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/grease_pencil/__init__.pyi +1 -0
- _bpy_internal/grease_pencil/stroke/__init__.pyi +22 -6
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_internal/platform/freedesktop/__init__.pyi +21 -0
- _bpy_internal/system_info/__init__.pyi +1 -0
- _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -1
- _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -1
- _bpy_internal/system_info/url_prefill_startup/__init__.pyi +3 -2
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +1 -0
- _bpy_types/__init__.pyi +1635 -0
- {console_python → _console_python}/__init__.pyi +8 -7
- _console_shell/__init__.pyi +10 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +3 -2
- _keyingsets_utils/__init__.pyi +21 -0
- {rna_info → _rna_info}/__init__.pyi +32 -27
- {rna_xml → _rna_xml}/__init__.pyi +7 -6
- addon_utils/__init__.pyi +13 -25
- aud/__init__.pyi +133 -155
- bge/__init__.pyi +1 -0
- bge/app/__init__.pyi +1 -0
- bge/constraints/__init__.pyi +22 -51
- bge/types/__init__.pyi +618 -1913
- bge_extras/__init__.pyi +1 -0
- bge_extras/logger/__init__.pyi +4 -3
- bgui/__init__.pyi +1 -0
- bgui/frame/__init__.pyi +1 -0
- bgui/frame_button/__init__.pyi +1 -0
- bgui/image/__init__.pyi +1 -1
- bgui/image_button/__init__.pyi +1 -0
- bgui/label/__init__.pyi +1 -0
- bgui/list_box/__init__.pyi +1 -1
- bgui/progress_bar/__init__.pyi +2 -1
- bgui/system/__init__.pyi +3 -5
- bgui/text_block/__init__.pyi +1 -0
- bgui/text_input/__init__.pyi +9 -8
- bgui/theme/__init__.pyi +4 -3
- bgui/widget/__init__.pyi +5 -4
- bl_app_override/__init__.pyi +4 -3
- bl_app_override/helpers/__init__.pyi +3 -2
- bl_app_template_utils/__init__.pyi +5 -4
- bl_app_templates_system/Game_Engine/__init__.pyi +5 -4
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +2 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +10 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -2
- bl_keymap_utils/versioning/__init__.pyi +2 -1
- bl_math/__init__.pyi +4 -13
- bl_operators/__init__.pyi +4 -2
- bl_operators/add_mesh_torus/__init__.pyi +9 -9
- bl_operators/anim/__init__.pyi +90 -62
- bl_operators/assets/__init__.pyi +14 -18
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +12 -9
- bl_operators/bone_selection_sets/__init__.pyi +34 -60
- bl_operators/clip/__init__.pyi +39 -57
- bl_operators/connect_to_output/__init__.pyi +20 -18
- bl_operators/console/__init__.pyi +17 -25
- bl_operators/constraint/__init__.pyi +15 -21
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +13 -17
- bl_operators/freestyle/__init__.pyi +15 -21
- bl_operators/geometry_nodes/__init__.pyi +30 -36
- bl_operators/grease_pencil/__init__.pyi +5 -5
- bl_operators/image/__init__.pyi +14 -22
- bl_operators/image_as_planes/__init__.pyi +36 -42
- bl_operators/mesh/__init__.pyi +8 -53
- bl_operators/node/__init__.pyi +375 -92
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +10 -9
- bl_operators/object/__init__.pyi +57 -98
- bl_operators/object_align/__init__.pyi +8 -8
- bl_operators/object_quick_effects/__init__.pyi +15 -21
- bl_operators/object_randomize_transform/__init__.pyi +6 -6
- bl_operators/presets/__init__.pyi +46 -94
- bl_operators/rigidbody/__init__.pyi +12 -16
- bl_operators/screen_play_rendered_anim/__init__.pyi +5 -5
- bl_operators/sequencer/__init__.pyi +40 -54
- bl_operators/spreadsheet/__init__.pyi +7 -7
- bl_operators/userpref/__init__.pyi +69 -117
- bl_operators/uvcalc_follow_active/__init__.pyi +8 -8
- bl_operators/uvcalc_lightmap/__init__.pyi +12 -12
- bl_operators/uvcalc_transform/__init__.pyi +39 -28
- bl_operators/vertexpaint_dirt/__init__.pyi +7 -7
- bl_operators/view3d/__init__.pyi +31 -43
- bl_operators/wm/__init__.pyi +139 -231
- bl_operators/world/__init__.pyi +6 -6
- bl_ui/__init__.pyi +18 -17
- bl_ui/anim/__init__.pyi +5 -5
- bl_ui/asset_shelf/__init__.pyi +5 -5
- bl_ui/generic_ui_list/__init__.pyi +11 -25
- bl_ui/node_add_menu/__init__.pyi +281 -12
- bl_ui/node_add_menu_compositor/__init__.pyi +135 -91
- bl_ui/node_add_menu_geometry/__init__.pyi +407 -263
- bl_ui/node_add_menu_shader/__init__.pyi +67 -67
- bl_ui/node_add_menu_texture/__init__.pyi +25 -69
- bl_ui/properties_animviz/__init__.pyi +3 -2
- bl_ui/properties_collection/__init__.pyi +20 -30
- bl_ui/properties_constraint/__init__.pyi +228 -450
- bl_ui/properties_data_armature/__init__.pyi +45 -79
- bl_ui/properties_data_bone/__init__.pyi +33 -51
- bl_ui/properties_data_camera/__init__.pyi +43 -75
- bl_ui/properties_data_curve/__init__.pyi +42 -101
- bl_ui/properties_data_curves/__init__.pyi +21 -35
- bl_ui/properties_data_empty/__init__.pyi +8 -10
- bl_ui/properties_data_grease_pencil/__init__.pyi +49 -87
- bl_ui/properties_data_lattice/__init__.pyi +12 -18
- bl_ui/properties_data_light/__init__.pyi +28 -46
- bl_ui/properties_data_lightprobe/__init__.pyi +35 -61
- bl_ui/properties_data_mesh/__init__.pyi +73 -120
- bl_ui/properties_data_metaball/__init__.pyi +16 -26
- bl_ui/properties_data_modifier/__init__.pyi +34 -39
- bl_ui/properties_data_pointcloud/__init__.pyi +17 -27
- bl_ui/properties_data_shaderfx/__init__.pyi +4 -4
- bl_ui/properties_data_speaker/__init__.pyi +15 -25
- bl_ui/properties_data_volume/__init__.pyi +22 -38
- bl_ui/properties_freestyle/__init__.pyi +79 -127
- bl_ui/properties_game/__init__.pyi +88 -84
- bl_ui/properties_grease_pencil_common/__init__.pyi +33 -190
- bl_ui/properties_mask_common/__init__.pyi +33 -45
- bl_ui/properties_material/__init__.pyi +52 -111
- bl_ui/properties_material_gpencil/__init__.pyi +48 -68
- bl_ui/properties_object/__init__.pyi +123 -93
- bl_ui/properties_output/__init__.pyi +103 -81
- bl_ui/properties_paint_common/__init__.pyi +78 -59
- bl_ui/properties_particle/__init__.pyi +160 -262
- bl_ui/properties_physics_cloth/__init__.pyi +36 -62
- bl_ui/properties_physics_common/__init__.pyi +11 -11
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +81 -123
- bl_ui/properties_physics_field/__init__.pyi +35 -53
- bl_ui/properties_physics_fluid/__init__.pyi +106 -160
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +6 -6
- bl_ui/properties_physics_rigidbody/__init__.pyi +28 -42
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +44 -68
- bl_ui/properties_physics_softbody/__init__.pyi +38 -66
- bl_ui/properties_render/__init__.pyi +267 -259
- bl_ui/properties_scene/__init__.pyi +69 -72
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +69 -122
- bl_ui/properties_view_layer/__init__.pyi +97 -51
- bl_ui/properties_workspace/__init__.pyi +12 -18
- bl_ui/properties_world/__init__.pyi +33 -53
- bl_ui/space_clip/__init__.pyi +231 -311
- bl_ui/space_console/__init__.pyi +14 -24
- bl_ui/space_dopesheet/__init__.pyi +193 -125
- bl_ui/space_filebrowser/__init__.pyi +107 -131
- bl_ui/space_graph/__init__.pyi +93 -80
- bl_ui/space_image/__init__.pyi +207 -291
- bl_ui/space_info/__init__.pyi +14 -24
- bl_ui/space_logic/__init__.pyi +14 -22
- bl_ui/space_nla/__init__.pyi +63 -69
- bl_ui/space_node/__init__.pyi +215 -154
- bl_ui/space_outliner/__init__.pyi +65 -61
- bl_ui/space_properties/__init__.pyi +41 -16
- bl_ui/space_sequencer/__init__.pyi +276 -980
- bl_ui/space_spreadsheet/__init__.pyi +27 -23
- bl_ui/space_statusbar/__init__.pyi +4 -4
- bl_ui/space_text/__init__.pyi +39 -73
- bl_ui/space_time/__init__.pyi +33 -78
- bl_ui/space_toolsystem_common/__init__.pyi +31 -28
- bl_ui/space_toolsystem_toolbar/__init__.pyi +67 -43
- bl_ui/space_topbar/__init__.pyi +68 -111
- bl_ui/space_userpref/__init__.pyi +310 -445
- bl_ui/space_view3d/__init__.pyi +667 -1122
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +237 -966
- bl_ui/utils/__init__.pyi +4 -3
- blend_render_info/__init__.pyi +4 -2
- blf/__init__.pyi +92 -59
- bmesh/__init__.pyi +4 -10
- bmesh/geometry/__init__.pyi +2 -4
- bmesh/ops/__init__.pyi +442 -815
- bmesh/types/__init__.pyi +377 -720
- bmesh/utils/__init__.pyi +20 -45
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +96 -90
- bpy/app/handlers/__init__.pyi +24 -19
- bpy/app/icons/__init__.pyi +2 -7
- bpy/app/timers/__init__.pyi +5 -18
- bpy/app/translations/__init__.pyi +21 -35
- bpy/msgbus/__init__.pyi +20 -9
- bpy/ops/__init__.pyi +21 -3
- bpy/ops/action/__init__.pyi +121 -226
- bpy/ops/anim/__init__.pyi +204 -358
- bpy/ops/armature/__init__.pyi +129 -249
- bpy/ops/asset/__init__.pyi +82 -111
- bpy/ops/bge_bricknodes/__init__.pyi +61 -0
- bpy/ops/boid/__init__.pyi +44 -50
- bpy/ops/bricknodes/__init__.pyi +37 -0
- bpy/ops/brush/__init__.pyi +33 -120
- bpy/ops/buttons/__init__.pyi +27 -83
- bpy/ops/cachefile/__init__.pyi +16 -74
- bpy/ops/camera/__init__.pyi +3 -13
- bpy/ops/clip/__init__.pyi +278 -558
- bpy/ops/cloth/__init__.pyi +2 -6
- bpy/ops/collection/__init__.pyi +34 -44
- bpy/ops/console/__init__.pyi +70 -111
- bpy/ops/constraint/__init__.pyi +34 -102
- bpy/ops/curve/__init__.pyi +163 -315
- bpy/ops/curves/__init__.pyi +163 -189
- bpy/ops/cycles/__init__.pyi +8 -18
- bpy/ops/dpaint/__init__.pyi +21 -30
- bpy/ops/ed/__init__.pyi +59 -103
- bpy/ops/export_anim/__init__.pyi +4 -11
- bpy/ops/export_scene/__init__.pyi +29 -174
- bpy/ops/extensions/__init__.pyi +102 -194
- bpy/ops/file/__init__.pyi +166 -272
- bpy/ops/fluid/__init__.pyi +78 -86
- bpy/ops/font/__init__.pyi +73 -164
- bpy/ops/geometry/__init__.pyi +33 -144
- bpy/ops/gizmogroup/__init__.pyi +8 -14
- bpy/ops/gpencil/__init__.pyi +31 -58
- bpy/ops/graph/__init__.pyi +176 -411
- bpy/ops/grease_pencil/__init__.pyi +416 -639
- bpy/ops/image/__init__.pyi +148 -492
- bpy/ops/import_anim/__init__.pyi +5 -18
- bpy/ops/import_curve/__init__.pyi +4 -6
- bpy/ops/import_scene/__init__.pyi +22 -49
- bpy/ops/info/__init__.pyi +27 -43
- bpy/ops/lattice/__init__.pyi +26 -43
- bpy/ops/logic/__init__.pyi +49 -122
- bpy/ops/logic_nodes/__init__.pyi +461 -0
- bpy/ops/marker/__init__.pyi +24 -60
- bpy/ops/mask/__init__.pyi +118 -222
- bpy/ops/material/__init__.pyi +19 -18
- bpy/ops/mball/__init__.pyi +13 -39
- bpy/ops/mesh/__init__.pyi +409 -1264
- bpy/ops/nla/__init__.pyi +140 -232
- bpy/ops/node/__init__.pyi +1189 -807
- bpy/ops/object/__init__.pyi +806 -1659
- bpy/ops/outliner/__init__.pyi +284 -432
- bpy/ops/paint/__init__.pyi +189 -381
- bpy/ops/paintcurve/__init__.pyi +29 -44
- bpy/ops/palette/__init__.pyi +23 -34
- bpy/ops/particle/__init__.pyi +135 -201
- bpy/ops/pointcloud/__init__.pyi +23 -42
- bpy/ops/pose/__init__.pyi +195 -310
- bpy/ops/poselib/__init__.pyi +45 -73
- bpy/ops/preferences/__init__.pyi +89 -221
- bpy/ops/ptcache/__init__.pyi +32 -39
- bpy/ops/render/__init__.pyi +36 -83
- bpy/ops/rigidbody/__init__.pyi +47 -78
- bpy/ops/scene/__init__.pyi +169 -222
- bpy/ops/screen/__init__.pyi +146 -259
- bpy/ops/script/__init__.pyi +9 -15
- bpy/ops/sculpt/__init__.pyi +194 -354
- bpy/ops/sculpt_curves/__init__.pyi +21 -29
- bpy/ops/sequencer/__init__.pyi +586 -836
- bpy/ops/sound/__init__.pyi +25 -131
- bpy/ops/spreadsheet/__init__.pyi +34 -21
- bpy/ops/surface/__init__.pyi +7 -54
- bpy/ops/text/__init__.pyi +166 -281
- bpy/ops/text_editor/__init__.pyi +2 -6
- bpy/ops/texture/__init__.pyi +20 -22
- bpy/ops/transform/__init__.pyi +108 -445
- bpy/ops/ui/__init__.pyi +157 -219
- bpy/ops/uilist/__init__.pyi +4 -16
- bpy/ops/uv/__init__.pyi +291 -347
- bpy/ops/view2d/__init__.pyi +29 -88
- bpy/ops/view3d/__init__.pyi +238 -438
- bpy/ops/wm/__init__.pyi +651 -1510
- bpy/ops/workspace/__init__.pyi +42 -44
- bpy/ops/world/__init__.pyi +12 -13
- bpy/path/__init__.pyi +5 -36
- bpy/props/__init__.pyi +395 -259
- bpy/{_typing → stub_internal}/__init__.pyi +1 -0
- bpy/{_typing → stub_internal}/rna_enums/__init__.pyi +214 -114
- bpy/types/__init__.pyi +93285 -103831
- bpy/utils/__init__.pyi +46 -104
- bpy/utils/previews/__init__.pyi +7 -15
- bpy/utils/units/__init__.pyi +6 -15
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +32 -23
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +2 -2
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/image_utils/__init__.pyi +3 -11
- bpy_extras/io_utils/__init__.pyi +22 -38
- bpy_extras/keyconfig_utils/__init__.pyi +5 -4
- bpy_extras/mesh_utils/__init__.pyi +3 -14
- bpy_extras/node_shader_utils/__init__.pyi +63 -70
- bpy_extras/node_utils/__init__.pyi +4 -3
- bpy_extras/object_utils/__init__.pyi +6 -19
- bpy_extras/view3d_utils/__init__.pyi +1 -18
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +12 -11
- {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/METADATA +9 -3
- fake_bge_module-20260201.dist-info/RECORD +414 -0
- {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/WHEEL +1 -1
- {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/top_level.txt +16 -16
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +41 -60
- freestyle/functions/__init__.pyi +56 -194
- freestyle/predicates/__init__.pyi +11 -61
- freestyle/shaders/__init__.pyi +95 -156
- freestyle/types/__init__.pyi +306 -941
- freestyle/utils/ContextFunctions/__init__.pyi +4 -24
- freestyle/utils/__init__.pyi +46 -36
- gpu/__init__.pyi +84 -5
- gpu/capabilities/__init__.pyi +1 -21
- gpu/matrix/__init__.pyi +16 -24
- gpu/platform/__init__.pyi +3 -7
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +43 -9
- gpu/state/__init__.pyi +66 -44
- gpu/texture/__init__.pyi +4 -5
- gpu/types/__init__.pyi +216 -216
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +2 -5
- gpu_extras/presets/__init__.pyi +9 -10
- idprop/__init__.pyi +17 -0
- idprop/types/__init__.pyi +18 -17
- imbuf/__init__.pyi +13 -9
- imbuf/types/__init__.pyi +10 -23
- keyingsets_builtins/__init__.pyi +51 -93
- mathutils/__init__.pyi +296 -2255
- mathutils/bvhtree/__init__.pyi +22 -29
- mathutils/geometry/__init__.pyi +83 -132
- mathutils/interpolate/__init__.pyi +7 -5
- mathutils/kdtree/__init__.pyi +5 -14
- mathutils/noise/__init__.pyi +62 -106
- nodeitems_builtins/__init__.pyi +5 -4
- nodeitems_utils/__init__.pyi +10 -9
- rna_keymap_ui/__init__.pyi +7 -6
- rna_prop_ui/__init__.pyi +14 -13
- _bpy_internal/freedesktop/__init__.pyi +0 -20
- bgl/__init__.pyi +0 -4235
- bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -24
- bl_i18n_utils/utils_cli/__init__.pyi +0 -10
- bl_previews_utils/bl_previews_render/__init__.pyi +0 -11
- bl_text_utils/external_editor/__init__.pyi +0 -5
- bpy_types/__init__.pyi +0 -29
- console_shell/__init__.pyi +0 -9
- fake_bge_module-20250317.dist-info/RECORD +0 -395
- keyingsets_utils/__init__.pyi +0 -18
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bgl → _bl_console_utils}/py.typed +0 -0
- {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
- {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
- {bl_ui_utils → _blendfile_header}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {bpy_types → _bpy_types}/py.typed +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
|
@@ -1,36 +1,91 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
import bl_ui.node_add_menu
|
|
4
6
|
import bpy.types
|
|
5
7
|
|
|
6
|
-
class
|
|
7
|
-
|
|
8
|
+
class NODE_MT_category_utilities_bundle_base(bl_ui.node_add_menu.NodeMenu):
|
|
9
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
10
|
+
|
|
11
|
+
bl_label: typing.Any
|
|
12
|
+
bl_rna: typing.Any
|
|
13
|
+
id_data: typing.Any
|
|
14
|
+
menu_path: typing.Any
|
|
15
|
+
|
|
16
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
:return: The RNA type or default when not found.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
23
|
+
"""
|
|
24
|
+
|
|
25
|
+
:return: The class or default when not found.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
def draw(self, context) -> None:
|
|
29
|
+
"""
|
|
30
|
+
|
|
31
|
+
:param context:
|
|
32
|
+
"""
|
|
33
|
+
|
|
34
|
+
class NODE_MT_category_utilities_closure_base(bl_ui.node_add_menu.NodeMenu):
|
|
35
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
36
|
+
|
|
37
|
+
bl_label: typing.Any
|
|
38
|
+
bl_rna: typing.Any
|
|
39
|
+
id_data: typing.Any
|
|
40
|
+
menu_path: typing.Any
|
|
41
|
+
|
|
42
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
:return: The RNA type or default when not found.
|
|
46
|
+
"""
|
|
47
|
+
|
|
48
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
:return: The class or default when not found.
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
def draw(self, context) -> None:
|
|
55
|
+
"""
|
|
56
|
+
|
|
57
|
+
:param context:
|
|
58
|
+
"""
|
|
59
|
+
|
|
60
|
+
class NODE_MT_gn_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
61
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
62
|
+
|
|
8
63
|
bl_label: typing.Any
|
|
9
64
|
bl_rna: typing.Any
|
|
10
65
|
id_data: typing.Any
|
|
66
|
+
menu_path: typing.Any
|
|
11
67
|
|
|
12
68
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
13
69
|
"""
|
|
14
70
|
|
|
15
71
|
:return: The RNA type or default when not found.
|
|
16
|
-
:rtype: bpy.types.Struct
|
|
17
72
|
"""
|
|
18
73
|
|
|
19
74
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
20
75
|
"""
|
|
21
76
|
|
|
22
77
|
:return: The class or default when not found.
|
|
23
|
-
:rtype: typing.Any
|
|
24
78
|
"""
|
|
25
79
|
|
|
26
|
-
def draw(self, context):
|
|
80
|
+
def draw(self, context) -> None:
|
|
27
81
|
"""
|
|
28
82
|
|
|
29
83
|
:param context:
|
|
30
84
|
"""
|
|
31
85
|
|
|
32
|
-
class
|
|
33
|
-
|
|
86
|
+
class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
|
|
87
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
88
|
+
|
|
34
89
|
bl_label: typing.Any
|
|
35
90
|
bl_rna: typing.Any
|
|
36
91
|
id_data: typing.Any
|
|
@@ -39,24 +94,23 @@ class NODE_MT_category_GEO_OUTPUT(bpy.types.Menu):
|
|
|
39
94
|
"""
|
|
40
95
|
|
|
41
96
|
:return: The RNA type or default when not found.
|
|
42
|
-
:rtype: bpy.types.Struct
|
|
43
97
|
"""
|
|
44
98
|
|
|
45
99
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
46
100
|
"""
|
|
47
101
|
|
|
48
102
|
:return: The class or default when not found.
|
|
49
|
-
:rtype: typing.Any
|
|
50
103
|
"""
|
|
51
104
|
|
|
52
|
-
def draw(self, _context):
|
|
105
|
+
def draw(self, _context) -> None:
|
|
53
106
|
"""
|
|
54
107
|
|
|
55
108
|
:param _context:
|
|
56
109
|
"""
|
|
57
110
|
|
|
58
|
-
class
|
|
59
|
-
|
|
111
|
+
class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
112
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
113
|
+
|
|
60
114
|
bl_label: typing.Any
|
|
61
115
|
bl_rna: typing.Any
|
|
62
116
|
id_data: typing.Any
|
|
@@ -65,24 +119,23 @@ class NODE_MT_category_GEO_POINT(bpy.types.Menu):
|
|
|
65
119
|
"""
|
|
66
120
|
|
|
67
121
|
:return: The RNA type or default when not found.
|
|
68
|
-
:rtype: bpy.types.Struct
|
|
69
122
|
"""
|
|
70
123
|
|
|
71
124
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
72
125
|
"""
|
|
73
126
|
|
|
74
127
|
:return: The class or default when not found.
|
|
75
|
-
:rtype: typing.Any
|
|
76
128
|
"""
|
|
77
129
|
|
|
78
|
-
def draw(self, context):
|
|
130
|
+
def draw(self, context) -> None:
|
|
79
131
|
"""
|
|
80
132
|
|
|
81
133
|
:param context:
|
|
82
134
|
"""
|
|
83
135
|
|
|
84
|
-
class
|
|
85
|
-
|
|
136
|
+
class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
|
|
137
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
138
|
+
|
|
86
139
|
bl_label: typing.Any
|
|
87
140
|
bl_rna: typing.Any
|
|
88
141
|
id_data: typing.Any
|
|
@@ -91,180 +144,179 @@ class NODE_MT_category_GEO_TEXT(bpy.types.Menu):
|
|
|
91
144
|
"""
|
|
92
145
|
|
|
93
146
|
:return: The RNA type or default when not found.
|
|
94
|
-
:rtype: bpy.types.Struct
|
|
95
147
|
"""
|
|
96
148
|
|
|
97
149
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
98
150
|
"""
|
|
99
151
|
|
|
100
152
|
:return: The class or default when not found.
|
|
101
|
-
:rtype: typing.Any
|
|
102
153
|
"""
|
|
103
154
|
|
|
104
|
-
def draw(self, _context):
|
|
155
|
+
def draw(self, _context) -> None:
|
|
105
156
|
"""
|
|
106
157
|
|
|
107
158
|
:param _context:
|
|
108
159
|
"""
|
|
109
160
|
|
|
110
|
-
class
|
|
111
|
-
|
|
161
|
+
class NODE_MT_gn_curve_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
162
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
163
|
+
|
|
112
164
|
bl_label: typing.Any
|
|
113
165
|
bl_rna: typing.Any
|
|
114
166
|
id_data: typing.Any
|
|
167
|
+
menu_path: typing.Any
|
|
115
168
|
|
|
116
169
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
117
170
|
"""
|
|
118
171
|
|
|
119
172
|
:return: The RNA type or default when not found.
|
|
120
|
-
:rtype: bpy.types.Struct
|
|
121
173
|
"""
|
|
122
174
|
|
|
123
175
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
124
176
|
"""
|
|
125
177
|
|
|
126
178
|
:return: The class or default when not found.
|
|
127
|
-
:rtype: typing.Any
|
|
128
179
|
"""
|
|
129
180
|
|
|
130
|
-
def draw(self, _context):
|
|
181
|
+
def draw(self, _context) -> None:
|
|
131
182
|
"""
|
|
132
183
|
|
|
133
184
|
:param _context:
|
|
134
185
|
"""
|
|
135
186
|
|
|
136
|
-
class
|
|
137
|
-
|
|
187
|
+
class NODE_MT_gn_curve_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
188
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
189
|
+
|
|
138
190
|
bl_label: typing.Any
|
|
139
191
|
bl_rna: typing.Any
|
|
140
192
|
id_data: typing.Any
|
|
193
|
+
menu_path: typing.Any
|
|
141
194
|
|
|
142
195
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
143
196
|
"""
|
|
144
197
|
|
|
145
198
|
:return: The RNA type or default when not found.
|
|
146
|
-
:rtype: bpy.types.Struct
|
|
147
199
|
"""
|
|
148
200
|
|
|
149
201
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
150
202
|
"""
|
|
151
203
|
|
|
152
204
|
:return: The class or default when not found.
|
|
153
|
-
:rtype: typing.Any
|
|
154
205
|
"""
|
|
155
206
|
|
|
156
|
-
def draw(self,
|
|
207
|
+
def draw(self, _context) -> None:
|
|
157
208
|
"""
|
|
158
209
|
|
|
159
|
-
:param
|
|
210
|
+
:param _context:
|
|
160
211
|
"""
|
|
161
212
|
|
|
162
|
-
class
|
|
163
|
-
|
|
213
|
+
class NODE_MT_gn_curve_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
214
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
215
|
+
|
|
164
216
|
bl_label: typing.Any
|
|
165
217
|
bl_rna: typing.Any
|
|
166
218
|
id_data: typing.Any
|
|
219
|
+
menu_path: typing.Any
|
|
167
220
|
|
|
168
221
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
169
222
|
"""
|
|
170
223
|
|
|
171
224
|
:return: The RNA type or default when not found.
|
|
172
|
-
:rtype: bpy.types.Struct
|
|
173
225
|
"""
|
|
174
226
|
|
|
175
227
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
176
228
|
"""
|
|
177
229
|
|
|
178
230
|
:return: The class or default when not found.
|
|
179
|
-
:rtype: typing.Any
|
|
180
231
|
"""
|
|
181
232
|
|
|
182
|
-
def draw(self,
|
|
233
|
+
def draw(self, _context) -> None:
|
|
183
234
|
"""
|
|
184
235
|
|
|
185
|
-
:param
|
|
236
|
+
:param _context:
|
|
186
237
|
"""
|
|
187
238
|
|
|
188
|
-
class
|
|
189
|
-
|
|
239
|
+
class NODE_MT_gn_curve_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
240
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
241
|
+
|
|
190
242
|
bl_label: typing.Any
|
|
191
243
|
bl_rna: typing.Any
|
|
192
244
|
id_data: typing.Any
|
|
245
|
+
menu_path: typing.Any
|
|
193
246
|
|
|
194
247
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
195
248
|
"""
|
|
196
249
|
|
|
197
250
|
:return: The RNA type or default when not found.
|
|
198
|
-
:rtype: bpy.types.Struct
|
|
199
251
|
"""
|
|
200
252
|
|
|
201
253
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
202
254
|
"""
|
|
203
255
|
|
|
204
256
|
:return: The class or default when not found.
|
|
205
|
-
:rtype: typing.Any
|
|
206
257
|
"""
|
|
207
258
|
|
|
208
|
-
def draw(self, _context):
|
|
259
|
+
def draw(self, _context) -> None:
|
|
209
260
|
"""
|
|
210
261
|
|
|
211
262
|
:param _context:
|
|
212
263
|
"""
|
|
213
264
|
|
|
214
|
-
class
|
|
215
|
-
|
|
265
|
+
class NODE_MT_gn_curve_topology_base(bl_ui.node_add_menu.NodeMenu):
|
|
266
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
267
|
+
|
|
216
268
|
bl_label: typing.Any
|
|
217
269
|
bl_rna: typing.Any
|
|
218
270
|
id_data: typing.Any
|
|
271
|
+
menu_path: typing.Any
|
|
219
272
|
|
|
220
273
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
221
274
|
"""
|
|
222
275
|
|
|
223
276
|
:return: The RNA type or default when not found.
|
|
224
|
-
:rtype: bpy.types.Struct
|
|
225
277
|
"""
|
|
226
278
|
|
|
227
279
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
228
280
|
"""
|
|
229
281
|
|
|
230
282
|
:return: The class or default when not found.
|
|
231
|
-
:rtype: typing.Any
|
|
232
283
|
"""
|
|
233
284
|
|
|
234
|
-
def draw(self, _context):
|
|
285
|
+
def draw(self, _context) -> None:
|
|
235
286
|
"""
|
|
236
287
|
|
|
237
288
|
:param _context:
|
|
238
289
|
"""
|
|
239
290
|
|
|
240
|
-
class
|
|
241
|
-
|
|
291
|
+
class NODE_MT_gn_curve_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
292
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
293
|
+
|
|
242
294
|
bl_label: typing.Any
|
|
243
295
|
bl_rna: typing.Any
|
|
244
296
|
id_data: typing.Any
|
|
297
|
+
menu_path: typing.Any
|
|
245
298
|
|
|
246
299
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
247
300
|
"""
|
|
248
301
|
|
|
249
302
|
:return: The RNA type or default when not found.
|
|
250
|
-
:rtype: bpy.types.Struct
|
|
251
303
|
"""
|
|
252
304
|
|
|
253
305
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
254
306
|
"""
|
|
255
307
|
|
|
256
308
|
:return: The class or default when not found.
|
|
257
|
-
:rtype: typing.Any
|
|
258
309
|
"""
|
|
259
310
|
|
|
260
|
-
def draw(self, _context):
|
|
311
|
+
def draw(self, _context) -> None:
|
|
261
312
|
"""
|
|
262
313
|
|
|
263
314
|
:param _context:
|
|
264
315
|
"""
|
|
265
316
|
|
|
266
|
-
class
|
|
267
|
-
|
|
317
|
+
class NODE_MT_gn_geometry_base(bl_ui.node_add_menu.NodeMenu):
|
|
318
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
319
|
+
|
|
268
320
|
bl_label: typing.Any
|
|
269
321
|
bl_rna: typing.Any
|
|
270
322
|
id_data: typing.Any
|
|
@@ -273,129 +325,127 @@ class NODE_MT_category_GEO_UV(bpy.types.Menu):
|
|
|
273
325
|
"""
|
|
274
326
|
|
|
275
327
|
:return: The RNA type or default when not found.
|
|
276
|
-
:rtype: bpy.types.Struct
|
|
277
328
|
"""
|
|
278
329
|
|
|
279
330
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
280
331
|
"""
|
|
281
332
|
|
|
282
333
|
:return: The class or default when not found.
|
|
283
|
-
:rtype: typing.Any
|
|
284
334
|
"""
|
|
285
335
|
|
|
286
|
-
def draw(self, _context):
|
|
336
|
+
def draw(self, _context) -> None:
|
|
287
337
|
"""
|
|
288
338
|
|
|
289
339
|
:param _context:
|
|
290
340
|
"""
|
|
291
341
|
|
|
292
|
-
class
|
|
293
|
-
|
|
342
|
+
class NODE_MT_gn_geometry_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
343
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
344
|
+
|
|
294
345
|
bl_label: typing.Any
|
|
295
346
|
bl_rna: typing.Any
|
|
296
347
|
id_data: typing.Any
|
|
348
|
+
menu_path: typing.Any
|
|
297
349
|
|
|
298
350
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
299
351
|
"""
|
|
300
352
|
|
|
301
353
|
:return: The RNA type or default when not found.
|
|
302
|
-
:rtype: bpy.types.Struct
|
|
303
354
|
"""
|
|
304
355
|
|
|
305
356
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
306
357
|
"""
|
|
307
358
|
|
|
308
359
|
:return: The class or default when not found.
|
|
309
|
-
:rtype: typing.Any
|
|
310
360
|
"""
|
|
311
361
|
|
|
312
|
-
def draw(self, _context):
|
|
362
|
+
def draw(self, _context) -> None:
|
|
313
363
|
"""
|
|
314
364
|
|
|
315
365
|
:param _context:
|
|
316
366
|
"""
|
|
317
367
|
|
|
318
|
-
class
|
|
319
|
-
|
|
368
|
+
class NODE_MT_gn_geometry_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
369
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
370
|
+
|
|
320
371
|
bl_label: typing.Any
|
|
321
372
|
bl_rna: typing.Any
|
|
322
|
-
bl_translation_context: typing.Any
|
|
323
373
|
id_data: typing.Any
|
|
374
|
+
menu_path: typing.Any
|
|
324
375
|
|
|
325
376
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
326
377
|
"""
|
|
327
378
|
|
|
328
379
|
:return: The RNA type or default when not found.
|
|
329
|
-
:rtype: bpy.types.Struct
|
|
330
380
|
"""
|
|
331
381
|
|
|
332
382
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
333
383
|
"""
|
|
334
384
|
|
|
335
385
|
:return: The class or default when not found.
|
|
336
|
-
:rtype: typing.Any
|
|
337
386
|
"""
|
|
338
387
|
|
|
339
|
-
def draw(self, context):
|
|
388
|
+
def draw(self, context) -> None:
|
|
340
389
|
"""
|
|
341
390
|
|
|
342
391
|
:param context:
|
|
343
392
|
"""
|
|
344
393
|
|
|
345
|
-
class
|
|
346
|
-
|
|
394
|
+
class NODE_MT_gn_geometry_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
395
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
396
|
+
|
|
347
397
|
bl_label: typing.Any
|
|
348
398
|
bl_rna: typing.Any
|
|
349
399
|
id_data: typing.Any
|
|
400
|
+
menu_path: typing.Any
|
|
350
401
|
|
|
351
402
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
352
403
|
"""
|
|
353
404
|
|
|
354
405
|
:return: The RNA type or default when not found.
|
|
355
|
-
:rtype: bpy.types.Struct
|
|
356
406
|
"""
|
|
357
407
|
|
|
358
408
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
359
409
|
"""
|
|
360
410
|
|
|
361
411
|
:return: The class or default when not found.
|
|
362
|
-
:rtype: typing.Any
|
|
363
412
|
"""
|
|
364
413
|
|
|
365
|
-
def draw(self, _context):
|
|
414
|
+
def draw(self, _context) -> None:
|
|
366
415
|
"""
|
|
367
416
|
|
|
368
417
|
:param _context:
|
|
369
418
|
"""
|
|
370
419
|
|
|
371
|
-
class
|
|
372
|
-
|
|
420
|
+
class NODE_MT_gn_geometry_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
421
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
422
|
+
|
|
373
423
|
bl_label: typing.Any
|
|
374
424
|
bl_rna: typing.Any
|
|
375
425
|
id_data: typing.Any
|
|
426
|
+
menu_path: typing.Any
|
|
376
427
|
|
|
377
428
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
378
429
|
"""
|
|
379
430
|
|
|
380
431
|
:return: The RNA type or default when not found.
|
|
381
|
-
:rtype: bpy.types.Struct
|
|
382
432
|
"""
|
|
383
433
|
|
|
384
434
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
385
435
|
"""
|
|
386
436
|
|
|
387
437
|
:return: The class or default when not found.
|
|
388
|
-
:rtype: typing.Any
|
|
389
438
|
"""
|
|
390
439
|
|
|
391
|
-
def draw(self,
|
|
440
|
+
def draw(self, context) -> None:
|
|
392
441
|
"""
|
|
393
442
|
|
|
394
|
-
:param
|
|
443
|
+
:param context:
|
|
395
444
|
"""
|
|
396
445
|
|
|
397
|
-
class
|
|
398
|
-
|
|
446
|
+
class NODE_MT_gn_grease_pencil_base(bl_ui.node_add_menu.NodeMenu):
|
|
447
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
448
|
+
|
|
399
449
|
bl_label: typing.Any
|
|
400
450
|
bl_rna: typing.Any
|
|
401
451
|
id_data: typing.Any
|
|
@@ -404,102 +454,101 @@ class NODE_MT_category_simulation(bpy.types.Menu):
|
|
|
404
454
|
"""
|
|
405
455
|
|
|
406
456
|
:return: The RNA type or default when not found.
|
|
407
|
-
:rtype: bpy.types.Struct
|
|
408
457
|
"""
|
|
409
458
|
|
|
410
459
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
411
460
|
"""
|
|
412
461
|
|
|
413
462
|
:return: The class or default when not found.
|
|
414
|
-
:rtype: typing.Any
|
|
415
463
|
"""
|
|
416
464
|
|
|
417
|
-
def draw(self, _context):
|
|
465
|
+
def draw(self, _context) -> None:
|
|
418
466
|
"""
|
|
419
467
|
|
|
420
468
|
:param _context:
|
|
421
469
|
"""
|
|
422
470
|
|
|
423
|
-
class
|
|
424
|
-
|
|
471
|
+
class NODE_MT_gn_grease_pencil_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
472
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
473
|
+
|
|
425
474
|
bl_label: typing.Any
|
|
426
475
|
bl_rna: typing.Any
|
|
427
476
|
id_data: typing.Any
|
|
477
|
+
menu_path: typing.Any
|
|
428
478
|
|
|
429
479
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
430
480
|
"""
|
|
431
481
|
|
|
432
482
|
:return: The RNA type or default when not found.
|
|
433
|
-
:rtype: bpy.types.Struct
|
|
434
483
|
"""
|
|
435
484
|
|
|
436
485
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
437
486
|
"""
|
|
438
487
|
|
|
439
488
|
:return: The class or default when not found.
|
|
440
|
-
:rtype: typing.Any
|
|
441
489
|
"""
|
|
442
490
|
|
|
443
|
-
def draw(self, _context):
|
|
491
|
+
def draw(self, _context) -> None:
|
|
444
492
|
"""
|
|
445
493
|
|
|
446
494
|
:param _context:
|
|
447
495
|
"""
|
|
448
496
|
|
|
449
|
-
class
|
|
450
|
-
|
|
497
|
+
class NODE_MT_gn_grease_pencil_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
498
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
499
|
+
|
|
451
500
|
bl_label: typing.Any
|
|
452
501
|
bl_rna: typing.Any
|
|
453
502
|
id_data: typing.Any
|
|
503
|
+
menu_path: typing.Any
|
|
454
504
|
|
|
455
505
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
456
506
|
"""
|
|
457
507
|
|
|
458
508
|
:return: The RNA type or default when not found.
|
|
459
|
-
:rtype: bpy.types.Struct
|
|
460
509
|
"""
|
|
461
510
|
|
|
462
511
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
463
512
|
"""
|
|
464
513
|
|
|
465
514
|
:return: The class or default when not found.
|
|
466
|
-
:rtype: typing.Any
|
|
467
515
|
"""
|
|
468
516
|
|
|
469
|
-
def draw(self, _context):
|
|
517
|
+
def draw(self, _context) -> None:
|
|
470
518
|
"""
|
|
471
519
|
|
|
472
520
|
:param _context:
|
|
473
521
|
"""
|
|
474
522
|
|
|
475
|
-
class
|
|
476
|
-
|
|
523
|
+
class NODE_MT_gn_grease_pencil_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
524
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
525
|
+
|
|
477
526
|
bl_label: typing.Any
|
|
478
527
|
bl_rna: typing.Any
|
|
479
528
|
id_data: typing.Any
|
|
529
|
+
menu_path: typing.Any
|
|
480
530
|
|
|
481
531
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
482
532
|
"""
|
|
483
533
|
|
|
484
534
|
:return: The RNA type or default when not found.
|
|
485
|
-
:rtype: bpy.types.Struct
|
|
486
535
|
"""
|
|
487
536
|
|
|
488
537
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
489
538
|
"""
|
|
490
539
|
|
|
491
540
|
:return: The class or default when not found.
|
|
492
|
-
:rtype: typing.Any
|
|
493
541
|
"""
|
|
494
542
|
|
|
495
|
-
def draw(self, _context):
|
|
543
|
+
def draw(self, _context) -> None:
|
|
496
544
|
"""
|
|
497
545
|
|
|
498
546
|
:param _context:
|
|
499
547
|
"""
|
|
500
548
|
|
|
501
|
-
class
|
|
502
|
-
|
|
549
|
+
class NODE_MT_gn_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
550
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
551
|
+
|
|
503
552
|
bl_label: typing.Any
|
|
504
553
|
bl_rna: typing.Any
|
|
505
554
|
id_data: typing.Any
|
|
@@ -508,102 +557,154 @@ class NODE_MT_geometry_node_GEO_CURVE(bpy.types.Menu):
|
|
|
508
557
|
"""
|
|
509
558
|
|
|
510
559
|
:return: The RNA type or default when not found.
|
|
511
|
-
:rtype: bpy.types.Struct
|
|
512
560
|
"""
|
|
513
561
|
|
|
514
562
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
515
563
|
"""
|
|
516
564
|
|
|
517
565
|
:return: The class or default when not found.
|
|
518
|
-
:rtype: typing.Any
|
|
519
566
|
"""
|
|
520
567
|
|
|
521
|
-
def draw(self,
|
|
568
|
+
def draw(self, context) -> None:
|
|
522
569
|
"""
|
|
523
570
|
|
|
524
|
-
:param
|
|
571
|
+
:param context:
|
|
525
572
|
"""
|
|
526
573
|
|
|
527
|
-
class
|
|
528
|
-
|
|
574
|
+
class NODE_MT_gn_input_constant_base(bl_ui.node_add_menu.NodeMenu):
|
|
575
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
576
|
+
|
|
529
577
|
bl_label: typing.Any
|
|
530
578
|
bl_rna: typing.Any
|
|
579
|
+
bl_translation_context: typing.Any
|
|
531
580
|
id_data: typing.Any
|
|
581
|
+
menu_path: typing.Any
|
|
532
582
|
|
|
533
583
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
534
584
|
"""
|
|
535
585
|
|
|
536
586
|
:return: The RNA type or default when not found.
|
|
537
|
-
:rtype: bpy.types.Struct
|
|
538
587
|
"""
|
|
539
588
|
|
|
540
589
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
541
590
|
"""
|
|
542
591
|
|
|
543
592
|
:return: The class or default when not found.
|
|
544
|
-
:rtype: typing.Any
|
|
545
593
|
"""
|
|
546
594
|
|
|
547
|
-
def draw(self, _context):
|
|
595
|
+
def draw(self, _context) -> None:
|
|
548
596
|
"""
|
|
549
597
|
|
|
550
598
|
:param _context:
|
|
551
599
|
"""
|
|
552
600
|
|
|
553
|
-
class
|
|
554
|
-
|
|
601
|
+
class NODE_MT_gn_input_gizmo_base(bl_ui.node_add_menu.NodeMenu):
|
|
602
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
603
|
+
|
|
604
|
+
bl_label: typing.Any
|
|
605
|
+
bl_rna: typing.Any
|
|
606
|
+
id_data: typing.Any
|
|
607
|
+
menu_path: typing.Any
|
|
608
|
+
|
|
609
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
610
|
+
"""
|
|
611
|
+
|
|
612
|
+
:return: The RNA type or default when not found.
|
|
613
|
+
"""
|
|
614
|
+
|
|
615
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
616
|
+
"""
|
|
617
|
+
|
|
618
|
+
:return: The class or default when not found.
|
|
619
|
+
"""
|
|
620
|
+
|
|
621
|
+
def draw(self, context) -> None:
|
|
622
|
+
"""
|
|
623
|
+
|
|
624
|
+
:param context:
|
|
625
|
+
"""
|
|
626
|
+
|
|
627
|
+
class NODE_MT_gn_input_group_base(bl_ui.node_add_menu.NodeMenu):
|
|
628
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
629
|
+
|
|
555
630
|
bl_label: typing.Any
|
|
556
631
|
bl_rna: typing.Any
|
|
557
632
|
id_data: typing.Any
|
|
633
|
+
menu_path: typing.Any
|
|
558
634
|
|
|
559
635
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
560
636
|
"""
|
|
561
637
|
|
|
562
638
|
:return: The RNA type or default when not found.
|
|
563
|
-
:rtype: bpy.types.Struct
|
|
564
639
|
"""
|
|
565
640
|
|
|
566
641
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
567
642
|
"""
|
|
568
643
|
|
|
569
644
|
:return: The class or default when not found.
|
|
570
|
-
:rtype: typing.Any
|
|
571
645
|
"""
|
|
572
646
|
|
|
573
|
-
def draw(self, _context):
|
|
647
|
+
def draw(self, _context) -> None:
|
|
574
648
|
"""
|
|
575
649
|
|
|
576
650
|
:param _context:
|
|
577
651
|
"""
|
|
578
652
|
|
|
579
|
-
class
|
|
580
|
-
|
|
653
|
+
class NODE_MT_gn_input_import_base(bl_ui.node_add_menu.NodeMenu):
|
|
654
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
655
|
+
|
|
581
656
|
bl_label: typing.Any
|
|
582
657
|
bl_rna: typing.Any
|
|
583
658
|
id_data: typing.Any
|
|
659
|
+
menu_path: typing.Any
|
|
584
660
|
|
|
585
661
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
586
662
|
"""
|
|
587
663
|
|
|
588
664
|
:return: The RNA type or default when not found.
|
|
589
|
-
:rtype: bpy.types.Struct
|
|
590
665
|
"""
|
|
591
666
|
|
|
592
667
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
593
668
|
"""
|
|
594
669
|
|
|
595
670
|
:return: The class or default when not found.
|
|
596
|
-
:rtype: typing.Any
|
|
597
671
|
"""
|
|
598
672
|
|
|
599
|
-
def draw(self, _context):
|
|
673
|
+
def draw(self, _context) -> None:
|
|
600
674
|
"""
|
|
601
675
|
|
|
602
676
|
:param _context:
|
|
603
677
|
"""
|
|
604
678
|
|
|
605
|
-
class
|
|
606
|
-
|
|
679
|
+
class NODE_MT_gn_input_scene_base(bl_ui.node_add_menu.NodeMenu):
|
|
680
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
681
|
+
|
|
682
|
+
bl_label: typing.Any
|
|
683
|
+
bl_rna: typing.Any
|
|
684
|
+
id_data: typing.Any
|
|
685
|
+
menu_path: typing.Any
|
|
686
|
+
|
|
687
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
688
|
+
"""
|
|
689
|
+
|
|
690
|
+
:return: The RNA type or default when not found.
|
|
691
|
+
"""
|
|
692
|
+
|
|
693
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
694
|
+
"""
|
|
695
|
+
|
|
696
|
+
:return: The class or default when not found.
|
|
697
|
+
"""
|
|
698
|
+
|
|
699
|
+
def draw(self, context) -> None:
|
|
700
|
+
"""
|
|
701
|
+
|
|
702
|
+
:param context:
|
|
703
|
+
"""
|
|
704
|
+
|
|
705
|
+
class NODE_MT_gn_instance_base(bl_ui.node_add_menu.NodeMenu):
|
|
706
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
707
|
+
|
|
607
708
|
bl_label: typing.Any
|
|
608
709
|
bl_rna: typing.Any
|
|
609
710
|
id_data: typing.Any
|
|
@@ -612,50 +713,49 @@ class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy.types.Menu):
|
|
|
612
713
|
"""
|
|
613
714
|
|
|
614
715
|
:return: The RNA type or default when not found.
|
|
615
|
-
:rtype: bpy.types.Struct
|
|
616
716
|
"""
|
|
617
717
|
|
|
618
718
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
619
719
|
"""
|
|
620
720
|
|
|
621
721
|
:return: The class or default when not found.
|
|
622
|
-
:rtype: typing.Any
|
|
623
722
|
"""
|
|
624
723
|
|
|
625
|
-
def draw(self, _context):
|
|
724
|
+
def draw(self, _context) -> None:
|
|
626
725
|
"""
|
|
627
726
|
|
|
628
727
|
:param _context:
|
|
629
728
|
"""
|
|
630
729
|
|
|
631
|
-
class
|
|
632
|
-
|
|
730
|
+
class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
|
|
731
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
732
|
+
|
|
633
733
|
bl_label: typing.Any
|
|
634
734
|
bl_rna: typing.Any
|
|
635
735
|
id_data: typing.Any
|
|
736
|
+
menu_path: typing.Any
|
|
636
737
|
|
|
637
738
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
638
739
|
"""
|
|
639
740
|
|
|
640
741
|
:return: The RNA type or default when not found.
|
|
641
|
-
:rtype: bpy.types.Struct
|
|
642
742
|
"""
|
|
643
743
|
|
|
644
744
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
645
745
|
"""
|
|
646
746
|
|
|
647
747
|
:return: The class or default when not found.
|
|
648
|
-
:rtype: typing.Any
|
|
649
748
|
"""
|
|
650
749
|
|
|
651
|
-
def draw(self, _context):
|
|
750
|
+
def draw(self, _context) -> None:
|
|
652
751
|
"""
|
|
653
752
|
|
|
654
753
|
:param _context:
|
|
655
754
|
"""
|
|
656
755
|
|
|
657
|
-
class
|
|
658
|
-
|
|
756
|
+
class NODE_MT_gn_mesh_base(bl_ui.node_add_menu.NodeMenu):
|
|
757
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
758
|
+
|
|
659
759
|
bl_label: typing.Any
|
|
660
760
|
bl_rna: typing.Any
|
|
661
761
|
id_data: typing.Any
|
|
@@ -664,207 +764,205 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(bpy.types.Menu):
|
|
|
664
764
|
"""
|
|
665
765
|
|
|
666
766
|
:return: The RNA type or default when not found.
|
|
667
|
-
:rtype: bpy.types.Struct
|
|
668
767
|
"""
|
|
669
768
|
|
|
670
769
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
671
770
|
"""
|
|
672
771
|
|
|
673
772
|
:return: The class or default when not found.
|
|
674
|
-
:rtype: typing.Any
|
|
675
773
|
"""
|
|
676
774
|
|
|
677
|
-
def draw(self, _context):
|
|
775
|
+
def draw(self, _context) -> None:
|
|
678
776
|
"""
|
|
679
777
|
|
|
680
778
|
:param _context:
|
|
681
779
|
"""
|
|
682
780
|
|
|
683
|
-
class
|
|
684
|
-
|
|
781
|
+
class NODE_MT_gn_mesh_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
782
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
783
|
+
|
|
685
784
|
bl_label: typing.Any
|
|
686
785
|
bl_rna: typing.Any
|
|
687
786
|
id_data: typing.Any
|
|
787
|
+
menu_path: typing.Any
|
|
688
788
|
|
|
689
789
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
690
790
|
"""
|
|
691
791
|
|
|
692
792
|
:return: The RNA type or default when not found.
|
|
693
|
-
:rtype: bpy.types.Struct
|
|
694
793
|
"""
|
|
695
794
|
|
|
696
795
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
697
796
|
"""
|
|
698
797
|
|
|
699
798
|
:return: The class or default when not found.
|
|
700
|
-
:rtype: typing.Any
|
|
701
799
|
"""
|
|
702
800
|
|
|
703
|
-
def draw(self, context):
|
|
801
|
+
def draw(self, context) -> None:
|
|
704
802
|
"""
|
|
705
803
|
|
|
706
804
|
:param context:
|
|
707
805
|
"""
|
|
708
806
|
|
|
709
|
-
class
|
|
710
|
-
|
|
807
|
+
class NODE_MT_gn_mesh_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
808
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
809
|
+
|
|
711
810
|
bl_label: typing.Any
|
|
712
811
|
bl_rna: typing.Any
|
|
713
812
|
id_data: typing.Any
|
|
813
|
+
menu_path: typing.Any
|
|
714
814
|
|
|
715
815
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
716
816
|
"""
|
|
717
817
|
|
|
718
818
|
:return: The RNA type or default when not found.
|
|
719
|
-
:rtype: bpy.types.Struct
|
|
720
819
|
"""
|
|
721
820
|
|
|
722
821
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
723
822
|
"""
|
|
724
823
|
|
|
725
824
|
:return: The class or default when not found.
|
|
726
|
-
:rtype: typing.Any
|
|
727
825
|
"""
|
|
728
826
|
|
|
729
|
-
def draw(self, _context):
|
|
827
|
+
def draw(self, _context) -> None:
|
|
730
828
|
"""
|
|
731
829
|
|
|
732
830
|
:param _context:
|
|
733
831
|
"""
|
|
734
832
|
|
|
735
|
-
class
|
|
736
|
-
|
|
833
|
+
class NODE_MT_gn_mesh_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
834
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
835
|
+
|
|
737
836
|
bl_label: typing.Any
|
|
738
837
|
bl_rna: typing.Any
|
|
739
838
|
id_data: typing.Any
|
|
839
|
+
menu_path: typing.Any
|
|
740
840
|
|
|
741
841
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
742
842
|
"""
|
|
743
843
|
|
|
744
844
|
:return: The RNA type or default when not found.
|
|
745
|
-
:rtype: bpy.types.Struct
|
|
746
845
|
"""
|
|
747
846
|
|
|
748
847
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
749
848
|
"""
|
|
750
849
|
|
|
751
850
|
:return: The class or default when not found.
|
|
752
|
-
:rtype: typing.Any
|
|
753
851
|
"""
|
|
754
852
|
|
|
755
|
-
def draw(self, context):
|
|
853
|
+
def draw(self, context) -> None:
|
|
756
854
|
"""
|
|
757
855
|
|
|
758
856
|
:param context:
|
|
759
857
|
"""
|
|
760
858
|
|
|
761
|
-
class
|
|
762
|
-
|
|
859
|
+
class NODE_MT_gn_mesh_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
860
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
861
|
+
|
|
763
862
|
bl_label: typing.Any
|
|
764
863
|
bl_rna: typing.Any
|
|
765
864
|
id_data: typing.Any
|
|
865
|
+
menu_path: typing.Any
|
|
766
866
|
|
|
767
867
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
768
868
|
"""
|
|
769
869
|
|
|
770
870
|
:return: The RNA type or default when not found.
|
|
771
|
-
:rtype: bpy.types.Struct
|
|
772
871
|
"""
|
|
773
872
|
|
|
774
873
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
775
874
|
"""
|
|
776
875
|
|
|
777
876
|
:return: The class or default when not found.
|
|
778
|
-
:rtype: typing.Any
|
|
779
877
|
"""
|
|
780
878
|
|
|
781
|
-
def draw(self,
|
|
879
|
+
def draw(self, _context) -> None:
|
|
782
880
|
"""
|
|
783
881
|
|
|
784
|
-
:param
|
|
882
|
+
:param _context:
|
|
785
883
|
"""
|
|
786
884
|
|
|
787
|
-
class
|
|
788
|
-
|
|
885
|
+
class NODE_MT_gn_mesh_topology_base(bl_ui.node_add_menu.NodeMenu):
|
|
886
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
887
|
+
|
|
789
888
|
bl_label: typing.Any
|
|
790
889
|
bl_rna: typing.Any
|
|
791
|
-
bl_translation_context: typing.Any
|
|
792
890
|
id_data: typing.Any
|
|
891
|
+
menu_path: typing.Any
|
|
793
892
|
|
|
794
893
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
795
894
|
"""
|
|
796
895
|
|
|
797
896
|
:return: The RNA type or default when not found.
|
|
798
|
-
:rtype: bpy.types.Struct
|
|
799
897
|
"""
|
|
800
898
|
|
|
801
899
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
802
900
|
"""
|
|
803
901
|
|
|
804
902
|
:return: The class or default when not found.
|
|
805
|
-
:rtype: typing.Any
|
|
806
903
|
"""
|
|
807
904
|
|
|
808
|
-
def draw(self, _context):
|
|
905
|
+
def draw(self, _context) -> None:
|
|
809
906
|
"""
|
|
810
907
|
|
|
811
908
|
:param _context:
|
|
812
909
|
"""
|
|
813
910
|
|
|
814
|
-
class
|
|
815
|
-
|
|
911
|
+
class NODE_MT_gn_mesh_uv_base(bl_ui.node_add_menu.NodeMenu):
|
|
912
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
913
|
+
|
|
816
914
|
bl_label: typing.Any
|
|
817
915
|
bl_rna: typing.Any
|
|
818
916
|
id_data: typing.Any
|
|
917
|
+
menu_path: typing.Any
|
|
819
918
|
|
|
820
919
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
821
920
|
"""
|
|
822
921
|
|
|
823
922
|
:return: The RNA type or default when not found.
|
|
824
|
-
:rtype: bpy.types.Struct
|
|
825
923
|
"""
|
|
826
924
|
|
|
827
925
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
828
926
|
"""
|
|
829
927
|
|
|
830
928
|
:return: The class or default when not found.
|
|
831
|
-
:rtype: typing.Any
|
|
832
929
|
"""
|
|
833
930
|
|
|
834
|
-
def draw(self,
|
|
931
|
+
def draw(self, _context) -> None:
|
|
835
932
|
"""
|
|
836
933
|
|
|
837
|
-
:param
|
|
934
|
+
:param _context:
|
|
838
935
|
"""
|
|
839
936
|
|
|
840
|
-
class
|
|
841
|
-
|
|
937
|
+
class NODE_MT_gn_mesh_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
938
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
939
|
+
|
|
842
940
|
bl_label: typing.Any
|
|
843
941
|
bl_rna: typing.Any
|
|
844
942
|
id_data: typing.Any
|
|
943
|
+
menu_path: typing.Any
|
|
845
944
|
|
|
846
945
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
847
946
|
"""
|
|
848
947
|
|
|
849
948
|
:return: The RNA type or default when not found.
|
|
850
|
-
:rtype: bpy.types.Struct
|
|
851
949
|
"""
|
|
852
950
|
|
|
853
951
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
854
952
|
"""
|
|
855
953
|
|
|
856
954
|
:return: The class or default when not found.
|
|
857
|
-
:rtype: typing.Any
|
|
858
955
|
"""
|
|
859
956
|
|
|
860
|
-
def draw(self,
|
|
957
|
+
def draw(self, context) -> None:
|
|
861
958
|
"""
|
|
862
959
|
|
|
863
|
-
:param
|
|
960
|
+
:param context:
|
|
864
961
|
"""
|
|
865
962
|
|
|
866
|
-
class
|
|
867
|
-
|
|
963
|
+
class NODE_MT_gn_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
964
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
965
|
+
|
|
868
966
|
bl_label: typing.Any
|
|
869
967
|
bl_rna: typing.Any
|
|
870
968
|
id_data: typing.Any
|
|
@@ -873,24 +971,23 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy.types.Menu):
|
|
|
873
971
|
"""
|
|
874
972
|
|
|
875
973
|
:return: The RNA type or default when not found.
|
|
876
|
-
:rtype: bpy.types.Struct
|
|
877
974
|
"""
|
|
878
975
|
|
|
879
976
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
880
977
|
"""
|
|
881
978
|
|
|
882
979
|
:return: The class or default when not found.
|
|
883
|
-
:rtype: typing.Any
|
|
884
980
|
"""
|
|
885
981
|
|
|
886
|
-
def draw(self, context):
|
|
982
|
+
def draw(self, context) -> None:
|
|
887
983
|
"""
|
|
888
984
|
|
|
889
985
|
:param context:
|
|
890
986
|
"""
|
|
891
987
|
|
|
892
|
-
class
|
|
893
|
-
|
|
988
|
+
class NODE_MT_gn_point_base(bl_ui.node_add_menu.NodeMenu):
|
|
989
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
990
|
+
|
|
894
991
|
bl_label: typing.Any
|
|
895
992
|
bl_rna: typing.Any
|
|
896
993
|
id_data: typing.Any
|
|
@@ -899,24 +996,23 @@ class NODE_MT_geometry_node_GEO_INSTANCE(bpy.types.Menu):
|
|
|
899
996
|
"""
|
|
900
997
|
|
|
901
998
|
:return: The RNA type or default when not found.
|
|
902
|
-
:rtype: bpy.types.Struct
|
|
903
999
|
"""
|
|
904
1000
|
|
|
905
1001
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
906
1002
|
"""
|
|
907
1003
|
|
|
908
1004
|
:return: The class or default when not found.
|
|
909
|
-
:rtype: typing.Any
|
|
910
1005
|
"""
|
|
911
1006
|
|
|
912
|
-
def draw(self,
|
|
1007
|
+
def draw(self, context) -> None:
|
|
913
1008
|
"""
|
|
914
1009
|
|
|
915
|
-
:param
|
|
1010
|
+
:param context:
|
|
916
1011
|
"""
|
|
917
1012
|
|
|
918
|
-
class
|
|
919
|
-
|
|
1013
|
+
class NODE_MT_gn_simulation_base(bl_ui.node_add_menu.NodeMenu):
|
|
1014
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1015
|
+
|
|
920
1016
|
bl_label: typing.Any
|
|
921
1017
|
bl_rna: typing.Any
|
|
922
1018
|
id_data: typing.Any
|
|
@@ -925,24 +1021,23 @@ class NODE_MT_geometry_node_GEO_MATERIAL(bpy.types.Menu):
|
|
|
925
1021
|
"""
|
|
926
1022
|
|
|
927
1023
|
:return: The RNA type or default when not found.
|
|
928
|
-
:rtype: bpy.types.Struct
|
|
929
1024
|
"""
|
|
930
1025
|
|
|
931
1026
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
932
1027
|
"""
|
|
933
1028
|
|
|
934
1029
|
:return: The class or default when not found.
|
|
935
|
-
:rtype: typing.Any
|
|
936
1030
|
"""
|
|
937
1031
|
|
|
938
|
-
def draw(self, _context):
|
|
1032
|
+
def draw(self, _context) -> None:
|
|
939
1033
|
"""
|
|
940
1034
|
|
|
941
1035
|
:param _context:
|
|
942
1036
|
"""
|
|
943
1037
|
|
|
944
|
-
class
|
|
945
|
-
|
|
1038
|
+
class NODE_MT_gn_texture_base(bl_ui.node_add_menu.NodeMenu):
|
|
1039
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1040
|
+
|
|
946
1041
|
bl_label: typing.Any
|
|
947
1042
|
bl_rna: typing.Any
|
|
948
1043
|
id_data: typing.Any
|
|
@@ -951,24 +1046,23 @@ class NODE_MT_geometry_node_GEO_MESH(bpy.types.Menu):
|
|
|
951
1046
|
"""
|
|
952
1047
|
|
|
953
1048
|
:return: The RNA type or default when not found.
|
|
954
|
-
:rtype: bpy.types.Struct
|
|
955
1049
|
"""
|
|
956
1050
|
|
|
957
1051
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
958
1052
|
"""
|
|
959
1053
|
|
|
960
1054
|
:return: The class or default when not found.
|
|
961
|
-
:rtype: typing.Any
|
|
962
1055
|
"""
|
|
963
1056
|
|
|
964
|
-
def draw(self, _context):
|
|
1057
|
+
def draw(self, _context) -> None:
|
|
965
1058
|
"""
|
|
966
1059
|
|
|
967
1060
|
:param _context:
|
|
968
1061
|
"""
|
|
969
1062
|
|
|
970
|
-
class
|
|
971
|
-
|
|
1063
|
+
class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
|
|
1064
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1065
|
+
|
|
972
1066
|
bl_label: typing.Any
|
|
973
1067
|
bl_rna: typing.Any
|
|
974
1068
|
id_data: typing.Any
|
|
@@ -977,329 +1071,379 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy.types.Menu):
|
|
|
977
1071
|
"""
|
|
978
1072
|
|
|
979
1073
|
:return: The RNA type or default when not found.
|
|
980
|
-
:rtype: bpy.types.Struct
|
|
981
1074
|
"""
|
|
982
1075
|
|
|
983
1076
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
984
1077
|
"""
|
|
985
1078
|
|
|
986
1079
|
:return: The class or default when not found.
|
|
987
|
-
:rtype: typing.Any
|
|
988
1080
|
"""
|
|
989
1081
|
|
|
990
|
-
def draw(self, context):
|
|
1082
|
+
def draw(self, context) -> None:
|
|
991
1083
|
"""
|
|
992
1084
|
|
|
993
1085
|
:param context:
|
|
994
1086
|
"""
|
|
995
1087
|
|
|
996
|
-
class
|
|
997
|
-
|
|
1088
|
+
class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
|
|
1089
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1090
|
+
|
|
998
1091
|
bl_label: typing.Any
|
|
999
1092
|
bl_rna: typing.Any
|
|
1000
1093
|
id_data: typing.Any
|
|
1094
|
+
menu_path: typing.Any
|
|
1001
1095
|
|
|
1002
1096
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1003
1097
|
"""
|
|
1004
1098
|
|
|
1005
1099
|
:return: The RNA type or default when not found.
|
|
1006
|
-
:rtype: bpy.types.Struct
|
|
1007
1100
|
"""
|
|
1008
1101
|
|
|
1009
1102
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1010
1103
|
"""
|
|
1011
1104
|
|
|
1012
1105
|
:return: The class or default when not found.
|
|
1013
|
-
:rtype: typing.Any
|
|
1014
1106
|
"""
|
|
1015
1107
|
|
|
1016
|
-
def draw(self, context):
|
|
1108
|
+
def draw(self, context) -> None:
|
|
1017
1109
|
"""
|
|
1018
1110
|
|
|
1019
1111
|
:param context:
|
|
1020
1112
|
"""
|
|
1021
1113
|
|
|
1022
|
-
class
|
|
1023
|
-
|
|
1114
|
+
class NODE_MT_gn_utilities_field_base(bl_ui.node_add_menu.NodeMenu):
|
|
1115
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1116
|
+
|
|
1117
|
+
bl_label: typing.Any
|
|
1118
|
+
bl_rna: typing.Any
|
|
1119
|
+
id_data: typing.Any
|
|
1120
|
+
menu_path: typing.Any
|
|
1121
|
+
|
|
1122
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1123
|
+
"""
|
|
1124
|
+
|
|
1125
|
+
:return: The RNA type or default when not found.
|
|
1126
|
+
"""
|
|
1127
|
+
|
|
1128
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1129
|
+
"""
|
|
1130
|
+
|
|
1131
|
+
:return: The class or default when not found.
|
|
1132
|
+
"""
|
|
1133
|
+
|
|
1134
|
+
def draw(self, _context) -> None:
|
|
1135
|
+
"""
|
|
1136
|
+
|
|
1137
|
+
:param _context:
|
|
1138
|
+
"""
|
|
1139
|
+
|
|
1140
|
+
class NODE_MT_gn_utilities_list_base(bl_ui.node_add_menu.NodeMenu):
|
|
1141
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1142
|
+
|
|
1024
1143
|
bl_label: typing.Any
|
|
1025
1144
|
bl_rna: typing.Any
|
|
1026
1145
|
id_data: typing.Any
|
|
1146
|
+
menu_path: typing.Any
|
|
1027
1147
|
|
|
1028
1148
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1029
1149
|
"""
|
|
1030
1150
|
|
|
1031
1151
|
:return: The RNA type or default when not found.
|
|
1032
|
-
:rtype: bpy.types.Struct
|
|
1033
1152
|
"""
|
|
1034
1153
|
|
|
1035
1154
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1036
1155
|
"""
|
|
1037
1156
|
|
|
1038
1157
|
:return: The class or default when not found.
|
|
1039
|
-
:rtype: typing.Any
|
|
1040
1158
|
"""
|
|
1041
1159
|
|
|
1042
|
-
def draw(self, _context):
|
|
1160
|
+
def draw(self, _context) -> None:
|
|
1043
1161
|
"""
|
|
1044
1162
|
|
|
1045
1163
|
:param _context:
|
|
1046
1164
|
"""
|
|
1047
1165
|
|
|
1048
|
-
class
|
|
1049
|
-
|
|
1166
|
+
class NODE_MT_gn_utilities_math_base(bl_ui.node_add_menu.NodeMenu):
|
|
1167
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1168
|
+
|
|
1050
1169
|
bl_label: typing.Any
|
|
1051
1170
|
bl_rna: typing.Any
|
|
1052
1171
|
id_data: typing.Any
|
|
1172
|
+
menu_path: typing.Any
|
|
1053
1173
|
|
|
1054
1174
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1055
1175
|
"""
|
|
1056
1176
|
|
|
1057
1177
|
:return: The RNA type or default when not found.
|
|
1058
|
-
:rtype: bpy.types.Struct
|
|
1059
1178
|
"""
|
|
1060
1179
|
|
|
1061
1180
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1062
1181
|
"""
|
|
1063
1182
|
|
|
1064
1183
|
:return: The class or default when not found.
|
|
1065
|
-
:rtype: typing.Any
|
|
1066
1184
|
"""
|
|
1067
1185
|
|
|
1068
|
-
def draw(self, context):
|
|
1186
|
+
def draw(self, context) -> None:
|
|
1069
1187
|
"""
|
|
1070
1188
|
|
|
1071
1189
|
:param context:
|
|
1072
1190
|
"""
|
|
1073
1191
|
|
|
1074
|
-
class
|
|
1075
|
-
|
|
1192
|
+
class NODE_MT_gn_utilities_matrix_base(bl_ui.node_add_menu.NodeMenu):
|
|
1193
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1194
|
+
|
|
1076
1195
|
bl_label: typing.Any
|
|
1077
1196
|
bl_rna: typing.Any
|
|
1078
1197
|
id_data: typing.Any
|
|
1198
|
+
menu_path: typing.Any
|
|
1079
1199
|
|
|
1080
1200
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1081
1201
|
"""
|
|
1082
1202
|
|
|
1083
1203
|
:return: The RNA type or default when not found.
|
|
1084
|
-
:rtype: bpy.types.Struct
|
|
1085
1204
|
"""
|
|
1086
1205
|
|
|
1087
1206
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1088
1207
|
"""
|
|
1089
1208
|
|
|
1090
1209
|
:return: The class or default when not found.
|
|
1091
|
-
:rtype: typing.Any
|
|
1092
1210
|
"""
|
|
1093
1211
|
|
|
1094
|
-
def draw(self, _context):
|
|
1212
|
+
def draw(self, _context) -> None:
|
|
1095
1213
|
"""
|
|
1096
1214
|
|
|
1097
1215
|
:param _context:
|
|
1098
1216
|
"""
|
|
1099
1217
|
|
|
1100
|
-
class
|
|
1101
|
-
|
|
1218
|
+
class NODE_MT_gn_utilities_rotation_base(bl_ui.node_add_menu.NodeMenu):
|
|
1219
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1220
|
+
|
|
1102
1221
|
bl_label: typing.Any
|
|
1103
1222
|
bl_rna: typing.Any
|
|
1104
1223
|
id_data: typing.Any
|
|
1224
|
+
menu_path: typing.Any
|
|
1105
1225
|
|
|
1106
1226
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1107
1227
|
"""
|
|
1108
1228
|
|
|
1109
1229
|
:return: The RNA type or default when not found.
|
|
1110
|
-
:rtype: bpy.types.Struct
|
|
1111
1230
|
"""
|
|
1112
1231
|
|
|
1113
1232
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1114
1233
|
"""
|
|
1115
1234
|
|
|
1116
1235
|
:return: The class or default when not found.
|
|
1117
|
-
:rtype: typing.Any
|
|
1118
1236
|
"""
|
|
1119
1237
|
|
|
1120
|
-
def draw(self,
|
|
1238
|
+
def draw(self, _context) -> None:
|
|
1121
1239
|
"""
|
|
1122
1240
|
|
|
1123
|
-
:param
|
|
1241
|
+
:param _context:
|
|
1242
|
+
"""
|
|
1243
|
+
|
|
1244
|
+
class NODE_MT_gn_utilities_text_base(bl_ui.node_add_menu.NodeMenu):
|
|
1245
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1246
|
+
|
|
1247
|
+
bl_label: typing.Any
|
|
1248
|
+
bl_rna: typing.Any
|
|
1249
|
+
id_data: typing.Any
|
|
1250
|
+
menu_path: typing.Any
|
|
1251
|
+
|
|
1252
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1124
1253
|
"""
|
|
1125
1254
|
|
|
1126
|
-
|
|
1127
|
-
|
|
1255
|
+
:return: The RNA type or default when not found.
|
|
1256
|
+
"""
|
|
1257
|
+
|
|
1258
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1259
|
+
"""
|
|
1260
|
+
|
|
1261
|
+
:return: The class or default when not found.
|
|
1262
|
+
"""
|
|
1263
|
+
|
|
1264
|
+
def draw(self, _context) -> None:
|
|
1265
|
+
"""
|
|
1266
|
+
|
|
1267
|
+
:param _context:
|
|
1268
|
+
"""
|
|
1269
|
+
|
|
1270
|
+
class NODE_MT_gn_utilities_vector_base(bl_ui.node_add_menu.NodeMenu):
|
|
1271
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1272
|
+
|
|
1128
1273
|
bl_label: typing.Any
|
|
1129
1274
|
bl_rna: typing.Any
|
|
1130
1275
|
id_data: typing.Any
|
|
1276
|
+
menu_path: typing.Any
|
|
1131
1277
|
|
|
1132
1278
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1133
1279
|
"""
|
|
1134
1280
|
|
|
1135
1281
|
:return: The RNA type or default when not found.
|
|
1136
|
-
:rtype: bpy.types.Struct
|
|
1137
1282
|
"""
|
|
1138
1283
|
|
|
1139
1284
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1140
1285
|
"""
|
|
1141
1286
|
|
|
1142
1287
|
:return: The class or default when not found.
|
|
1143
|
-
:rtype: typing.Any
|
|
1144
1288
|
"""
|
|
1145
1289
|
|
|
1146
|
-
def draw(self, context):
|
|
1290
|
+
def draw(self, context) -> None:
|
|
1147
1291
|
"""
|
|
1148
1292
|
|
|
1149
1293
|
:param context:
|
|
1150
1294
|
"""
|
|
1151
1295
|
|
|
1152
|
-
class
|
|
1153
|
-
|
|
1296
|
+
class NODE_MT_gn_volume_base(bl_ui.node_add_menu.NodeMenu):
|
|
1297
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1298
|
+
|
|
1154
1299
|
bl_label: typing.Any
|
|
1155
1300
|
bl_rna: typing.Any
|
|
1301
|
+
bl_translation_context: typing.Any
|
|
1156
1302
|
id_data: typing.Any
|
|
1157
1303
|
|
|
1158
1304
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1159
1305
|
"""
|
|
1160
1306
|
|
|
1161
1307
|
:return: The RNA type or default when not found.
|
|
1162
|
-
:rtype: bpy.types.Struct
|
|
1163
1308
|
"""
|
|
1164
1309
|
|
|
1165
1310
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1166
1311
|
"""
|
|
1167
1312
|
|
|
1168
1313
|
:return: The class or default when not found.
|
|
1169
|
-
:rtype: typing.Any
|
|
1170
1314
|
"""
|
|
1171
1315
|
|
|
1172
|
-
def draw(self, context):
|
|
1316
|
+
def draw(self, context) -> None:
|
|
1173
1317
|
"""
|
|
1174
1318
|
|
|
1175
1319
|
:param context:
|
|
1176
1320
|
"""
|
|
1177
1321
|
|
|
1178
|
-
class
|
|
1179
|
-
|
|
1322
|
+
class NODE_MT_gn_volume_operations_base(bl_ui.node_add_menu.NodeMenu):
|
|
1323
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1324
|
+
|
|
1180
1325
|
bl_label: typing.Any
|
|
1181
1326
|
bl_rna: typing.Any
|
|
1182
1327
|
id_data: typing.Any
|
|
1328
|
+
menu_path: typing.Any
|
|
1183
1329
|
|
|
1184
1330
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1185
1331
|
"""
|
|
1186
1332
|
|
|
1187
1333
|
:return: The RNA type or default when not found.
|
|
1188
|
-
:rtype: bpy.types.Struct
|
|
1189
1334
|
"""
|
|
1190
1335
|
|
|
1191
1336
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1192
1337
|
"""
|
|
1193
1338
|
|
|
1194
1339
|
:return: The class or default when not found.
|
|
1195
|
-
:rtype: typing.Any
|
|
1196
1340
|
"""
|
|
1197
1341
|
|
|
1198
|
-
def draw(self, context):
|
|
1342
|
+
def draw(self, context) -> None:
|
|
1199
1343
|
"""
|
|
1200
1344
|
|
|
1201
1345
|
:param context:
|
|
1202
1346
|
"""
|
|
1203
1347
|
|
|
1204
|
-
class
|
|
1205
|
-
|
|
1348
|
+
class NODE_MT_gn_volume_primitives_base(bl_ui.node_add_menu.NodeMenu):
|
|
1349
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1350
|
+
|
|
1206
1351
|
bl_label: typing.Any
|
|
1207
1352
|
bl_rna: typing.Any
|
|
1208
1353
|
id_data: typing.Any
|
|
1354
|
+
menu_path: typing.Any
|
|
1209
1355
|
|
|
1210
1356
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1211
1357
|
"""
|
|
1212
1358
|
|
|
1213
1359
|
:return: The RNA type or default when not found.
|
|
1214
|
-
:rtype: bpy.types.Struct
|
|
1215
1360
|
"""
|
|
1216
1361
|
|
|
1217
1362
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1218
1363
|
"""
|
|
1219
1364
|
|
|
1220
1365
|
:return: The class or default when not found.
|
|
1221
|
-
:rtype: typing.Any
|
|
1222
1366
|
"""
|
|
1223
1367
|
|
|
1224
|
-
def draw(self, context):
|
|
1368
|
+
def draw(self, context) -> None:
|
|
1225
1369
|
"""
|
|
1226
1370
|
|
|
1227
1371
|
:param context:
|
|
1228
1372
|
"""
|
|
1229
1373
|
|
|
1230
|
-
class
|
|
1231
|
-
|
|
1374
|
+
class NODE_MT_gn_volume_read_base(bl_ui.node_add_menu.NodeMenu):
|
|
1375
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1376
|
+
|
|
1232
1377
|
bl_label: typing.Any
|
|
1233
1378
|
bl_rna: typing.Any
|
|
1234
1379
|
id_data: typing.Any
|
|
1380
|
+
menu_path: typing.Any
|
|
1235
1381
|
|
|
1236
1382
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1237
1383
|
"""
|
|
1238
1384
|
|
|
1239
1385
|
:return: The RNA type or default when not found.
|
|
1240
|
-
:rtype: bpy.types.Struct
|
|
1241
1386
|
"""
|
|
1242
1387
|
|
|
1243
1388
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1244
1389
|
"""
|
|
1245
1390
|
|
|
1246
1391
|
:return: The class or default when not found.
|
|
1247
|
-
:rtype: typing.Any
|
|
1248
1392
|
"""
|
|
1249
1393
|
|
|
1250
|
-
def draw(self,
|
|
1394
|
+
def draw(self, context) -> None:
|
|
1251
1395
|
"""
|
|
1252
1396
|
|
|
1253
|
-
:param
|
|
1397
|
+
:param context:
|
|
1254
1398
|
"""
|
|
1255
1399
|
|
|
1256
|
-
class
|
|
1257
|
-
|
|
1400
|
+
class NODE_MT_gn_volume_sample_base(bl_ui.node_add_menu.NodeMenu):
|
|
1401
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1402
|
+
|
|
1258
1403
|
bl_label: typing.Any
|
|
1259
1404
|
bl_rna: typing.Any
|
|
1260
1405
|
id_data: typing.Any
|
|
1406
|
+
menu_path: typing.Any
|
|
1261
1407
|
|
|
1262
1408
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1263
1409
|
"""
|
|
1264
1410
|
|
|
1265
1411
|
:return: The RNA type or default when not found.
|
|
1266
|
-
:rtype: bpy.types.Struct
|
|
1267
1412
|
"""
|
|
1268
1413
|
|
|
1269
1414
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1270
1415
|
"""
|
|
1271
1416
|
|
|
1272
1417
|
:return: The class or default when not found.
|
|
1273
|
-
:rtype: typing.Any
|
|
1274
1418
|
"""
|
|
1275
1419
|
|
|
1276
|
-
def draw(self,
|
|
1420
|
+
def draw(self, context) -> None:
|
|
1277
1421
|
"""
|
|
1278
1422
|
|
|
1279
|
-
:param
|
|
1423
|
+
:param context:
|
|
1280
1424
|
"""
|
|
1281
1425
|
|
|
1282
|
-
class
|
|
1283
|
-
|
|
1426
|
+
class NODE_MT_gn_volume_write_base(bl_ui.node_add_menu.NodeMenu):
|
|
1427
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1428
|
+
|
|
1284
1429
|
bl_label: typing.Any
|
|
1285
1430
|
bl_rna: typing.Any
|
|
1286
1431
|
id_data: typing.Any
|
|
1432
|
+
menu_path: typing.Any
|
|
1287
1433
|
|
|
1288
1434
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1289
1435
|
"""
|
|
1290
1436
|
|
|
1291
1437
|
:return: The RNA type or default when not found.
|
|
1292
|
-
:rtype: bpy.types.Struct
|
|
1293
1438
|
"""
|
|
1294
1439
|
|
|
1295
1440
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1296
1441
|
"""
|
|
1297
1442
|
|
|
1298
1443
|
:return: The class or default when not found.
|
|
1299
|
-
:rtype: typing.Any
|
|
1300
1444
|
"""
|
|
1301
1445
|
|
|
1302
|
-
def draw(self, context):
|
|
1446
|
+
def draw(self, context) -> None:
|
|
1303
1447
|
"""
|
|
1304
1448
|
|
|
1305
1449
|
:param context:
|